source: genesis/nodes/CNodeThomas/wleiden.yaml@ 10167

Last change on this file since 10167 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.7 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.48864"
8location : "Thomas, Rapenburg 118, 2311 GB, Leiden"
9longitude : "52.15601"
10masterip : "172.17.48.1"
11nodename : "Thomas"
12nodetype : "CNode"
13rdnap_x : 93510
14rdnap_y : 463474
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.48.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-Thomas"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "local subnet"
36 interface : "vr0"
37 ip : "172.17.48.65/29"
38 desc : "Ethernet naar Thomas"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "67-70"
42 compass : "None"
43 status : "down"
44
45
46iface_vr1:
47 comment : "link naar Vosko1"
48 interface : "vr1"
49 ip : "172.16.16.44/29"
50 desc : "Link naar Vosko1"
51 sdesc : "2vosko1"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "64"
56 ssid : "il-zw.vosko1.wleiden.net"
57 dhcp : "no"
58 compass : "sw"
59 ns_ip : "172.16.16.43/29"
60 ns_mac : "00:15:6d:70:54:a0"
61 status : "up"
62
63
64iface_vr2:
65 comment : "link naar IMI"
66 interface : "vr2"
67 ip : "172.16.16.49/29"
68 desc : "Link naar IMI"
69 sdesc : "2imi"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "112"
74 ssid : "il-zw.thomas.wleiden.net"
75 dhcp : "no"
76 compass : "sw"
77 ns_ip : "172.16.16.50/29"
78 ns_mac : "00:15:6d:70:52:5c"
79 status : "down"
80
81
Note: See TracBrowser for help on using the repository browser.