source: genesis/nodes/HybridLeeuwenhorst/wleiden.yaml@ 12630

Last change on this file since 12630 was 12569, checked in by rick, 11 years ago

Allerhande cosmetische aanpassingen.

File size: 3.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25110"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.47198"
9masterip : "172.17.76.1"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst"
12nodetype : "Hybrid"
13portal_sponsor: "Kop en Schotels"
14portal_url: "http://www.kopenschotels.com/nl/home.html"
15rdnap_x : 92503
16rdnap_y : 474067
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ue0:
27 comment : "Accesspoint 1 noordzijde kabel 8 ssid hidden"
28 ip : "172.17.76.1/24"
29 sdesc : "2aps"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "6"
34 ssid : "ap-Leeuwenhorst-1"
35 dhcp : "10-250"
36 compass : "n"
37 ns_ip : "172.17.76.2/24"
38 ns_mac : "00:27:22:e2:52:6d"
39 bridge_type: "NanoStation M2"
40 status : "up"
41
42
43iface_ue1:
44 comment : "Accesspoint 2 zuidzijde kabel 4 ssid hidden"
45 ip : "172.17.80.1/24"
46 sdesc : "2aps"
47 mode : "ap"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "11"
51 ssid : "ap-Leeuwenhorst-2"
52 dhcp : "10-250"
53 compass : "z"
54 ns_ip : "172.17.80.2/24"
55 ns_mac : "00:27:22:e2:52:36"
56 bridge_type: "NanoStation M2"
57 status : "up"
58
59
60iface_vr0:
61 comment : "Link naar zuid kabel 2"
62 ip : "172.16.6.137/29"
63 sdesc : "2zuid"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "140"
68 ssid : "il-z.leeuwenhorst.wleiden.net"
69 dhcp : False
70 compass : "z"
71 ns_ip : "172.16.6.138/29"
72 ns_mac : "dc:9f:db:2e:b7:a8"
73 bridge_type: "NanoBridge M5"
74 status : "up"
75
76
77iface_vr1:
78 comment : "Link naar zuidoost kabel 1 via switch"
79 ip : "172.16.6.193/29"
80 sdesc : "2zo"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "44"
85 ssid : "il-nw.graficall.wleiden.net"
86 dhcp : False
87 compass : "zo"
88 ns_ip : "172.16.6.194/29"
89 ns_mac : "dc:9f:db:2e:b2:c8"
90 bridge_type: "NanoBridge M5"
91 status : "up"
92
93
94iface_vr1_alias0:
95 comment : "Link naar noordoost kabel 8 via switch"
96 ip : "172.16.6.225/29"
97 sdesc : "2zw"
98 mode : "ap-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "60"
102 ssid : "il-no.leeuwenhorst.wleiden.net"
103 dhcp : False
104 compass : "60"
105 ns_ip : "172.16.6.226/29"
106 ns_mac : "dc:9f:db:2e:b3:17"
107 bridge_type: "NanoBridge M5"
108 status : "down"
109
110
111iface_vr2:
112 comment : "Link naar noord kabel 3 via switch nu richting zw!"
113 ip : "172.16.6.185/29"
114 sdesc : "2zw"
115 mode : "ap-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "52"
119 ssid : "il-zw.leeuwenhorst.wleiden.net"
120 dhcp : False
121 compass : "zw"
122 ns_ip : "172.16.6.186/29"
123 ns_mac : "dc:9f:db:2a:28:9a"
124 bridge_type: "NanoStation M5"
125 status : "down"
126
127
128iface_vr2_alias0:
129 comment : "Link naar noordwest (Wulp) kabel 7 via switch"
130 ip : "172.16.7.49/29"
131 sdesc : "2nw"
132 mode : "ap-wds"
133 type : "eth"
134 extra_type : "eth2wifibridge"
135 channel : "108"
136 ssid : "il-nw.leeuwenhorst.wleiden.net"
137 dhcp : False
138 compass : "n"
139 ns_ip : "172.16.7.50/29"
140 ns_mac : "dc:9f:db:2a:27:dd"
141 bridge_type: "Nanostation M5"
142 status : "up"
143
144
145iface_vr2_alias1:
146 comment : "Link naar noordwest (TulpEnZee) kabel 7 via switch"
147 ip : "172.16.7.33/29"
148 sdesc : "2nw2"
149 mode : "ap-wds"
150 type : "eth"
151 extra_type : "eth2wifibridge"
152 dhcp : False
153 bridge_type: "Nanostation M5"
154 status : "up"
155
156
Note: See TracBrowser for help on using the repository browser.