source: genesis/nodes/HybridAJSoft1/wleiden.yaml@ 11737

Last change on this file since 11737 was 11737, checked in by rick, 12 years ago

Upgrading all wireless protocols, as 802.11g has far better collicion control
than 802.11b. It also plays nicer with 802.11n and is the de-facto WiFi
standard in use at 2.4Ghz band.

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14605"
8location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
9longitude : "4.46729"
10masterip : "172.20.136.1"
11monitoring_group: "wleiden"
12nodename : "AJSoft1"
13nodetype : "Hybrid"
14rdnap_x : 92035
15rdnap_y : 462384
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Ap"
27 ip : "172.20.136.1/26"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : "8"
32 ssid : "ap-WirelessLeiden-Ajsoft1"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "InterLink naar RijnVliet"
39 ip : "172.16.4.68/29"
40 sdesc : "b2rijnvliet"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "4"
45 ssid : "il-zw.rv.wleiden.net"
46 dhcp : False
47 compass : "no"
48 ns_ip : "172.16.4.67/29"
49 ns_mac : "00:15:6d:e8:f9:b1"
50 status : "down"
51
52
53iface_vr0:
54 comment : "Ethernet naar AJSoft2"
55 ip : "172.16.3.81/30"
56 sdesc : "2ajsoft2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link naar Haagwijk"
64 ip : "172.16.5.236/29"
65 sdesc : "2haagwijk"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "52"
70 ssid : "il-nw.haagwijk.wleiden.net"
71 dhcp : False
72 compass : "zo"
73 ns_ip : "172.16.5.235/29"
74 ns_mac : "00:15:6d:ea:eb:d5"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr2:
80 comment : "InterLink naar Robijn"
81 ip : "172.16.5.225/29"
82 sdesc : "2robijn"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "60"
87 ssid : "il-nnw.ajsoft1.wleiden.net"
88 dhcp : False
89 compass : "n"
90 ns_ip : "172.16.5.226/29"
91 ns_mac : "00:15:6d:ec:82:8a"
92 bridge_type: "NanoStation5"
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.