source: genesis/nodes/CNodeLMstruykverwo1/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 : False
7latitude : "52.21469"
8location : "Struyk Verwo Infra, Westerdijk 18-B, 2452 VA, Leimuiden"
9longitude : "4.64772"
10masterip : "172.25.70.1"
11monitoring_group: "westeinder"
12nodename : "LMstruykverwo1"
13nodetype : "CNode"
14rdnap_x : 104462
15rdnap_y : 469879
16release : "7.2-RELEASE"
17status : "dw"
18
19
20iface_sis0:
21 comment : "Ethernet poort Stuykverwo1"
22 ip : "172.25.70.65/29"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : False
26 status : "up"
27
28
29iface_sis1:
30 comment : "Ethernet naar Struykverwo2"
31 ip : "172.16.1.181/30"
32 sdesc : "2lmstruykverwo2"
33 type : "eth"
34 dhcp : False
35 status : "up"
36
37
38iface_wi0:
39 comment : "Link Rijnsaterwoude Gem Huis, (was hoofdorp)"
40 ip : "172.16.1.54/30"
41 sdesc : "2rwgemhuis2"
42 mode : "ap"
43 type : "11g"
44 channel : "1"
45 ssid : "il-nw.rwgemhuis.wleiden.net"
46 dhcp : False
47 compass : "nw"
48 status : "up"
49
50
51iface_wi1:
52 comment : "AP voor de buurt"
53 ip : "172.25.70.1/26"
54 sdesc : "ap"
55 mode : "ap"
56 type : "11g"
57 channel : "9"
58 ssid : "ap.lmstruykverwo.wleiden.net"
59 dhcp : "10-60"
60 status : "up"
61
62
63iface_wi2:
64 comment : "Inter link hoogmade - struyk Verwo"
65 ip : "172.16.1.186/30"
66 sdesc : "2hmkerk2"
67 mode : "ap"
68 type : "11g"
69 channel : "13"
70 ssid : "il-no.hmkerk.wleiden.net"
71 dhcp : False
72 compass : "ne"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.