source: genesis/nodes/CNodeHaagwijk/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 3.1 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.47319"
8location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
9longitude : "52.14253"
10masterip : "172.20.144.1"
11nodename : "Haagwijk"
12nodetype : "CNode"
13rdnap_x : 92434
14rdnap_y : 461987
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.20.144.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-wirelessleiden-haagwijk"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Rick"
36 interface : "ue0"
37 ip : "172.16.4.145/29"
38 desc : "a-link naar Rick"
39 sdesc : "2rick"
40 mode : "station-wds"
41 type : "eth"
42 channel : "40"
43 ssid : "il-zw.haagwijk.wleiden.net"
44 dhcp : "no"
45 bridge_type: "NanoStation5"
46 compass : "sw"
47 ns_ip : "172.16.4.146/29"
48 ns_mac : "00:15:6d:ec:82:43"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Link naar LCPL"
54 interface : "ue1"
55 ip : "172.16.17.169/29"
56 desc : "b-link naar LCPL"
57 sdesc : "2lcpl"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "1"
62 ssid : "il-o.haagwijk.wleiden.net"
63 dhcp : "no"
64 compass : "e"
65 ns_ip : "172.16.17.170"
66 status : "down"
67
68
69iface_ue1_alias1:
70 comment : "Link naar Lorentzhof"
71 interface : "ue1:1"
72 ip : "172.16.17.177/29"
73 desc : "Link naar Lorentzhof"
74 sdesc : "2Lorentzhof"
75 type : "11b"
76 dhcp : "no"
77 compass : "None"
78 status : "up"
79
80
81iface_vr0:
82 comment : "Link naar ROC"
83 interface : "vr0"
84 ip : "172.16.17.129/29"
85 desc : "Link naar ROCl"
86 sdesc : "2rocl"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "140"
91 ssid : "il-o.haagwijk.wleiden.net"
92 dhcp : "no"
93 bridge_type: "NanoStation5"
94 compass : "e"
95 ns_ip : "172.16.17.130"
96 ns_mac : "00:15:6d:ec:82:60"
97 status : "up"
98
99
100iface_vr1:
101 comment : "Nanostation5 naar LivingLab"
102 interface : "vr1"
103 ip : "172.16.17.116/29"
104 desc : "link naar LivingLab"
105 sdesc : "2livinglab"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "36"
110 ssid : "il-zo.livinglab.wleiden.net"
111 dhcp : "no"
112 bridge_type: "NanoStation5"
113 compass : "se"
114 ns_ip : "172.16.17.115/29"
115 ns_mac : "00:15:6d:bd:68:05"
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar AJsoft1"
121 interface : "vr2"
122 ip : "172.16.5.233/29"
123 desc : "Link naar AJsoft1"
124 sdesc : "2ajsoft1"
125 mode : "station-wds"
126 type : "eth"
127 extra_type : "eth2wifibridge"
128 channel : "128"
129 ssid : "il-nw.haagwijk.wleiden.net"
130 dhcp : "no"
131 bridge_type: "NanoStation5"
132 compass : "nw"
133 ns_ip : "172.16.5.234/29"
134 ns_mac : "00:15:6d:ea:f0:f6"
135 status : "up"
136
137
Note: See TracBrowser for help on using the repository browser.