source: genesis/nodes/CNodeLucasN/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: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.48684"
8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
9longitude : "52.16189"
10masterip : "172.17.144.1"
11nodename : "LucasN"
12nodetype : "CNode"
13rdnap_x : 93395
14rdnap_y : 464130
15release : "8.2-RELEASE"
16status : "dw"
17
18
19iface_ath0:
20 interface : "ath0"
21 ip : "172.17.144.1/26"
22 desc : "ap"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Lucasn"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "a-link naar Rabo1"
35 interface : "vr0"
36 ip : "172.16.3.25/29"
37 desc : "Ethernet to interlink noord"
38 sdesc : "2rabo1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "60"
43 ssid : "il-n.lucasn.wleiden.net"
44 dhcp : "no"
45 compass : "n"
46 ns_ip : "172.16.3.26/29"
47 ns_mac : "00:15:6d:70:53:3b"
48 status : "down"
49
50
51iface_vr1:
52 comment : "a-link naar Stadhuis"
53 interface : "vr1"
54 ip : "172.16.4.132/29"
55 desc : "Ethernet to interlink zzo"
56 sdesc : "2stadhuis"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "116"
61 ssid : "il-nw.stadhuis.wleiden.net"
62 dhcp : "no"
63 compass : "nw"
64 ns_ip : "172.16.4.131/29"
65 ns_mac : ""
66 status : "down"
67
68
69iface_vr2:
70 comment : "nog vrij"
71 interface : "vr2"
72 ip : "172.16.4.177/29"
73 desc : "Ethernet"
74 sdesc : "2vrij"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : ""
79 ssid : ""
80 dhcp : "no"
81 compass : "None"
82 ns_ip : ""
83 ns_mac : ""
84 status : "down"
85
86
Note: See TracBrowser for help on using the repository browser.