source: genesis/nodes/CNodeIMI/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.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue1,ue0,ath0,vr2,vr0,vr1"
7latitude : "4.48724"
8location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
9longitude : "52.15454"
10masterip : "172.17.24.1"
11nodename : "IMI"
12nodetype : "CNode"
13rdnap_x : 93412
14rdnap_y : 463311
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.24.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-WirelessLeiden-Imi"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Thomas"
36 interface : "ue0"
37 ip : "172.16.16.52/29"
38 desc : "Link naar Thomas"
39 sdesc : "2thomas"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "7"
44 ssid : "il-z.thomas.wleiden.net"
45 dhcp : "no"
46 compass : "s"
47 ns_ip : "172.16.16.51/29"
48 ns_mac : "00:15:6d:e8"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Link naar LvLz"
54 interface : "ue1"
55 ip : "172.16.5.1/29"
56 desc : "Link naar LvLz"
57 sdesc : "2lvlz"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 dhcp : "no"
61 compass : "None"
62 ns_ip : "172.16.5.2/29"
63 ns_mac : "00:15:6d:e8:f9:b8"
64 status : "down"
65
66
67iface_vr0:
68 comment : "link naar RijnVliet"
69 interface : "vr0"
70 ip : "172.16.3.93/30"
71 desc : "Link naar rijnvliet"
72 sdesc : "2rijnvliet"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "60"
77 ssid : "il-no.rv.wleiden.net"
78 dhcp : "no"
79 compass : "ne"
80 ns_ip : "172.16.5.243/29"
81 ns_mac : "00:15:6d:ec:81:ee"
82 status : "up"
83
84
85iface_vr1:
86 comment : "link naar CeTIM"
87 interface : "vr1"
88 ip : "172.16.16.252/29"
89 desc : "Link naar CeTIM2"
90 sdesc : "2cetim2"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "116"
95 ssid : "il-zw.cetim2.wleiden.net"
96 dhcp : "no"
97 compass : "sw"
98 ns_ip : "172.16.16.251/29"
99 ns_mac : "00:15:6d:f2:39:37"
100 status : "up"
101
102
103iface_vr2:
104 comment : "b-link naar Grip"
105 interface : "vr2"
106 ip : "172.16.5.249/29"
107 desc : "b-Link naar Grip"
108 sdesc : "b2grip"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "4"
113 ssid : "il-zo.imi.wleiden.net"
114 dhcp : "no"
115 compass : "se"
116 ns_ip : "172.16.5.250/29"
117 ns_mac : "00:15:6d:e8:f9:de"
118 status : "down"
119
120
Note: See TracBrowser for help on using the repository browser.