source: genesis/nodes/CNodeLCPL/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.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6ileiden : False
7latitude : "52.14705"
8location : "LCPL, Rooseveltstraat 4C, 2321 BM, Leiden"
9longitude : "4.48209"
10masterip : "172.21.16.1"
11monitoring_group: "wleiden"
12nodename : "LCPL"
13nodetype : "CNode"
14rdnap_x : 93049
15rdnap_y : 462483
16release : "5.0-RELEASE"
17status : "down"
18
19
20iface_sis0:
21 comment : "Ethernet naar LCPL"
22 ip : "172.21.16.65/28"
23 sdesc : "2lab"
24 type : "eth"
25 dhcp : False
26 status : "up"
27
28
29iface_sis0_alias0:
30 comment : "Ethernet naar LCPL-Servers"
31 ip : "172.21.16.97/27"
32 sdesc : "2servers"
33 type : "eth"
34 dhcp : False
35 status : "up"
36
37
38iface_sis0_alias1:
39 comment : "Ethernet to LCPL-jails"
40 ip : "172.21.16.129/28"
41 sdesc : "2jails"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_wi0:
48 comment : "Omni 8Dbi"
49 ip : "172.21.16.1/26"
50 sdesc : False
51 mode : "ap"
52 type : "11g"
53 channel : "1"
54 ssid : "ap-omni.lcpl.wleiden.net"
55 dhcp : "10-60"
56 compass : "omni"
57 status : "up"
58
59
60iface_wi1:
61 comment : "Link naar Haagwijk"
62 ip : "172.16.1.174/30"
63 sdesc : "2haagwijk"
64 mode : "ap"
65 type : "11g"
66 channel : "9"
67 ssid : "il-o.haagwijk.wleiden.net"
68 dhcp : False
69 compass : "e"
70 status : "up"
71
72
73iface_wi2:
74 comment : "Link naar Grip"
75 ip : "172.16.1.2/30"
76 sdesc : "2grip"
77 mode : "ap"
78 type : "11g"
79 channel : "9"
80 ssid : "il-zw.grip.wleiden.net"
81 dhcp : False
82 compass : "sw"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.