source: genesis/nodes/CNodeDeClercq/wleiden.yaml@ 10194

Last change on this file since 10194 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.3 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.52066"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "52.15060"
10masterip : "172.18.128.1"
11nodename : "DeClercq"
12nodetype : "CNode"
13rdnap_x : 95694
14rdnap_y : 462845
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.18.128.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-WirelessLeiden-Declercq"
29 dhcp : "10-60"
30 card_option: "mode 11b"
31 compass : "None"
32 status : "up"
33
34
35iface_ue0:
36 comment : "a-link to Stadhuis via 8772b-adapter en Nanostation5"
37 interface : "ue0"
38 ip : "172.16.3.212/29"
39 desc : "ethernet"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "60"
45 ssid : "il-o.stadhuis.wleiden.net"
46 dhcp : "False"
47 compass : "e"
48 ns_ip : "172.16.3.211/29"
49 ns_mac : "00:15:6d:ea:f0:63"
50 status : "down"
51
52
53iface_vr0:
54 comment : "ethernet"
55 interface : "vr0"
56 ip : "172.16.4.53/30"
57 desc : "local ethernet"
58 sdesc : "2proxy9"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "a-link to Roomburgh3 via Nanostation5"
67 interface : "vr1"
68 ip : "172.16.5.185/29"
69 desc : "Ethernet to interlink west (Roomburgh3)"
70 sdesc : "2roomburgh3"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "36"
75 ssid : "il-w.declercq.wleiden.net"
76 dhcp : "False"
77 compass : "w"
78 ns_ip : "172.16.5.186/29"
79 ns_mac : "00:15:6d:ea:f0:70"
80 status : "up"
81
82
83iface_vr2:
84 comment : "a-link to Leythenrode via Nanostation5"
85 interface : "vr2"
86 ip : "172.16.5.172/29"
87 desc : "ethernet"
88 sdesc : "2leythenrode"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "44"
93 ssid : "il-zw.leythenrode.wleiden.net"
94 dhcp : "False"
95 compass : "sw"
96 ns_ip : "172.16.5.171/29"
97 ns_mac : "00:15:6d:ea:f0:7b"
98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.