source: genesis/nodes/HybridKWVdeKaag/wleiden.yaml@ 12478

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

Missende bridge_type entries toegevoegd

File size: 3.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.19745"
8location : "Starttoren KWV de Kaag, Sweilandpolder 8, 2362AG Warmond"
9longitude : "4.53709"
10masterip : "172.27.16.1"
11monitoring_group: "wleiden"
12nodename : "KWVdeKaag"
13nodetype : "Hybrid"
14rdnap_x : 96879
15rdnap_y : 468044
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.27.16.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-WirelessLeiden-Kwv"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar zuid"
39 ip : "172.16.18.9/29"
40 sdesc : "2zuid"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "136"
45 ssid : "il-z.kwvdekaag.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.18.10/29"
49 ns_mac : "00:15:6d:e2:be:15"
50 bridge_type: "NanoStation M5"
51 status : "down"
52
53
54iface_vr0:
55 comment : "Link naar StBavo"
56 ip : "172.16.7.244/29"
57 sdesc : "2stbavo"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "36"
62 ssid : "il-nw.stbavo1.wleiden.net"
63 dhcp : False
64 compass : "o"
65 ns_ip : "172.16.7.243/29"
66 ns_mac : "dc:9f:db:2e:b3:2a"
67 bridge_type: "NanoBridgeM24"
68 status : "down"
69
70
71iface_vr1:
72 comment : "Link naar Lijtweg2 via switch"
73 ip : "172.16.17.252/29"
74 sdesc : "2lijtweg2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "44"
79 ssid : "il-ozo.lijtweg2.wleiden.net"
80 dhcp : False
81 compass : "w"
82 ns_ip : "172.16.17.251/29"
83 ns_mac : "00:15:6d:f2:44:2e"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87
88iface_vr1_alias0:
89 comment : "Link naar Kaag1 via switch"
90 ip : "172.16.18.4/29"
91 sdesc : "2kaag1"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "128"
96 ssid : "il-z.kaag1.wleiden.net"
97 dhcp : False
98 compass : "no"
99 ns_ip : "172.16.18.3/29"
100 ns_mac : "00:15:6d:e2:be:7c"
101 bridge_type: "NanoStation M5"
102 status : "up"
103
104
105iface_vr1_alias1:
106 comment : "Link naar McDonalds via switch"
107 ip : "172.16.4.17/29"
108 sdesc : "2mcdonalds"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "52"
113 ssid : "il-w.kwvdekaag.wleiden.net"
114 dhcp : False
115 compass : "w"
116 ns_ip : "172.16.4.18/29"
117 ns_mac : "dc:9f:db:64:2d:61"
118 bridge_type: "NanoStation M5"
119 status : "up"
120
121
122iface_vr2:
123 comment : "Link naar proxykwvdekaag"
124 ip : "172.16.18.17/30"
125 sdesc : "2proxykwvdekaag"
126 type : "eth"
127 dhcp : False
128 status : "up"
129
130
131iface_vr2_alias0:
132 comment : "Lokaal subnet voor ap-s 172.17.23.2 en 172.17.23.4 00:15:6D:30:D2:CF 00:15:6D:30:D2:B5 WAL en HAVEN"
133 ip : "172.17.23.1/24"
134 sdesc : "2aps"
135 type : "eth"
136 extra_type : "eth2wifibridge"
137 dhcp : "10-250"
138 bridge_type: "NanoStation M5"
139 status : "up"
140
141
Note: See TracBrowser for help on using the repository browser.