source: genesis/nodes/CNodeAMKudelstaart/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: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : True
7latitude : "52.25493"
8location : ""
9longitude : "4.75742"
10masterip : "172.17.6.1"
11monitoring_group: "westeinder"
12nodename : "AMKudelstaart"
13nodetype : "CNode"
14rdnap_x : 111998
15rdnap_y : 474286
16release : "8.1-RELEASE"
17status : "dw"
18
19
20iface_ath0:
21 comment : "AP voor de buurt"
22 ip : "172.17.6.1/26"
23 sdesc : "ap-omni"
24 mode : "ap"
25 type : "11g"
26 channel : "8"
27 ssid : "ap-westereinder-kudelstaart"
28 dhcp : "70-120"
29 status : "up"
30
31
32iface_vr0:
33 comment : "Ethernet naar watertoren2"
34 ip : "172.16.16.177/29"
35 sdesc : "2watertoren2"
36 mode : "station-wds"
37 type : "eth"
38 channel : ""
39 ssid : "il-z.watertoren2.wleiden.net"
40 dhcp : False
41 compass : "s"
42 ns_ip : ""
43 ns_mac : ""
44 status : "up"
45
46
47iface_vr1:
48 comment : "Nanostation naar Kempers"
49 ip : "172.16.16.185/29"
50 sdesc : "2kempers"
51 mode : "station-wds"
52 type : "eth"
53 channel : ""
54 ssid : "il-unknown.kempers.wleiden.net"
55 dhcp : False
56 compass : "unknewn"
57 ns_ip : ""
58 ns_mac : ""
59 status : "up"
60
61
62iface_vr2:
63 comment : "Nanostation naar bilderdam"
64 ip : "172.16.16.193/29"
65 sdesc : "2bilderdam"
66 mode : "station-wds"
67 type : "eth"
68 channel : ""
69 ssid : "il-z.kudelstaart.wleiden.net"
70 dhcp : False
71 compass : "s"
72 ns_ip : ""
73 ns_mac : ""
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.