source: genesis/nodes/CNodeDirkLos2/wleiden.yaml@ 10156

Last change on this file since 10156 was 10156, checked in by rick, 13 years ago

WL has an SSID naming scheme, so make sure to check and correct on it.

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47071"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "52.16732"
10masterip : "172.19.132.1"
11nodename : "DirkLos2"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.19.132.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-WirelessLeiden-Dirklos"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "lokaal ethernet"
36 interface : "ue0"
37 ip : "172.16.3.57/30"
38 desc : "Local Ethernet naar DirkLos1"
39 sdesc : "eth_to_DirkLos1"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0_alias0:
47 comment : "alias voor lokaal ethernet"
48 interface : "ue0:0"
49 ip : "172.16.176.65/27"
50 desc : "Local Ethernet naar Hogeschool"
51 sdesc : "eth_to_Hogeschool"
52 type : "eth"
53 dhcp : "70-94"
54 compass : "None"
55 status : "up"
56
57
58iface_vr0:
59 comment : "interlink west (unigor2)"
60 interface : "vr0"
61 ip : "172.16.4.4/29"
62 desc : "Ethernet naar interlink west (unigor2)"
63 sdesc : "2Unigor2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "149"
68 ssid : "il-o.unigor2.wleiden.net"
69 dhcp : "no"
70 compass : "e"
71 ns_ip : "172.16.4.3/29"
72 ns_mac : "00:15:6d:d0:14:c3"
73 status : "up"
74
75
76iface_vr1:
77 comment : "interlink noord-oost Rabo2"
78 interface : "vr1"
79 ip : "172.16.3.217/29"
80 desc : "Ethernet naar interlink noord-oost Rabo2"
81 sdesc : "2Rabo2"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "140"
86 ssid : "il-no.dirklos2.wleiden.net"
87 dhcp : "no"
88 compass : "ne"
89 ns_ip : "172.16.3.218/29"
90 ns_mac : "00:15:6d:b5:24:4f"
91 status : "up"
92
93
94iface_vr2:
95 comment : "interlink zuid-oost (stadhuis)"
96 interface : "vr2"
97 ip : "172.16.3.76/29"
98 desc : "Ethernet naar interlink zuid-oost (stadhuis)"
99 sdesc : "2Stadhuis"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "116"
104 ssid : "il-nw.stadhuis2.wleiden.net"
105 dhcp : "no"
106 compass : "nw"
107 ns_ip : "172.16.3.75/29"
108 ns_mac : "00:15:6d:b5:25:65"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.