source: genesis/nodes/CNodeBrug/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17002"
8location : "School de Brug, Wassenaarseweg 499, 2333 AL, Leiden"
9longitude : "4.47006"
10masterip : "172.19.160.1"
11monitoring_group: "wleiden"
12nodename : "Brug"
13nodetype : "CNode"
14rdnap_x : 92258
15rdnap_y : 465048
16release : "5.0-RELEASE"
17status : "down"
18
19
20iface_sis0:
21 comment : "Ethernet naar de school"
22 ip : "172.19.160.65/29"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : False
26 status : "up"
27
28
29iface_wi0:
30 comment : "Omni voor de buurt"
31 ip : "172.19.160.1/26"
32 sdesc : "omni"
33 mode : "ap"
34 type : "11g"
35 channel : "10"
36 ssid : "ap-omni.brug.wleiden.net"
37 dhcp : "10-60"
38 compass : "omni"
39 status : "up"
40
41
42iface_wi1:
43 comment : "Link naar Unigor"
44 ip : "172.16.0.18/30"
45 sdesc : "2Unigor"
46 mode : "ap"
47 type : "11g"
48 channel : "1"
49 ssid : "n-o.unigor.wleiden.net"
50 dhcp : False
51 compass : "e"
52 status : "up"
53
54
55iface_wi2:
56 comment : "Link naar Lijtweg2"
57 ip : "172.16.1.178/30"
58 sdesc : "2lijtweg2"
59 mode : "ap"
60 type : "11g"
61 ssid : "il-z.lijtweg2.wleiden.net"
62 dhcp : False
63 compass : "s"
64 status : "up"
65
66
Note: See TracBrowser for help on using the repository browser.