source: genesis/nodes/HybridStJan/wleiden.yaml@ 12569

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

Allerhande cosmetische aanpassingen.

File size: 3.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.10902"
6location : "Kerk St Jans Onthoofding, Zuidbuurtseweg 13, 2381 LB Zoeterwoude"
7longitude : "4.50357"
8masterip : "172.17.66.1"
9monitoring_group: "wleiden"
10nodename : "StJan"
11nodetype : "Hybrid"
12portal_sponsor: "Gezamenlijke kerken Zoeterwoude Dorp"
13portal_url: "http://www.kerkvanzoeterwoude.nl/"
14rdnap_x : 94468
15rdnap_y : 458233
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 : "PA4040 voor zuid"
27 ip : "172.17.66.1/24"
28 sdesc : "2apzuid"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-ZTW-StJan"
33 dhcp : "10-240"
34 status : "up"
35
36
37iface_ue0:
38 comment : "AP noord kabelnr.3"
39 ip : "172.17.67.1/24"
40 sdesc : "2apnoord"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap-ZTW-StJan-Noord"
46 dhcp : "10-240"
47 ns_ip : "172.17.67.2/24"
48 ns_mac : "00:27:22:e2:53:2a"
49 bridge_type: "NanoStation2M"
50 status : "up"
51
52
53iface_ue0_extra0:
54 comment : "Zuidbuurteweg 34"
55 ip : "172.17.67.3/24"
56 mode : "client"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ns_mac : "00:15:6d:ad:d7:e5"
60 bridge_type: "NanoStation2"
61 status : "planned"
62
63
64iface_ue0_extra1:
65 comment : "Zuidbuurteweg 34"
66 ip : "172.17.67.4/24"
67 mode : "ap"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 ssid : "ap-ZTW-Rummicub"
71 ns_mac : "00:15:6d:d4:f8:03"
72 bridge_type: "Bullet2"
73 status : "planned"
74
75
76iface_ue1:
77 comment : "AP oost kabelnr.2"
78 ip : "172.17.68.1/24"
79 sdesc : "2apoost"
80 mode : "ap"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "11"
84 ssid : "ap-ZTW-StJan-Zuid"
85 dhcp : "10-240"
86 compass : "z"
87 ns_ip : "172.17.68.2/24"
88 ns_mac : "00:27:22:e2:53:e7"
89 bridge_type: "NanoStation M2"
90 status : "up"
91
92
93iface_vr0:
94 comment : "Link naar Dorpskerk kabelnr.4"
95 ip : "172.16.5.105/29"
96 sdesc : "2dorp"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "108"
101 ssid : "il-nw.stjan.wleiden.net"
102 dhcp : False
103 compass : "n"
104 ns_ip : "172.16.5.106/29"
105 ns_mac : "00:27:22:8a:3b:ca"
106 bridge_type: "NanoStation M5"
107 status : "up"
108
109
110iface_vr0_alias0:
111 comment : "Link naar Rustdam"
112 ip : "172.16.6.1/29"
113 sdesc : "2rustdam"
114 type : "eth"
115 dhcp : False
116 status : "up"
117
118
119iface_vr0_alias1:
120 comment : "Link naar TUDelft kabelnr.5"
121 ip : "172.16.6.105/29"
122 sdesc : "2tud"
123 mode : "ap-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "36"
127 ssid : "il-zw.stjan.wleiden.net"
128 dhcp : False
129 compass : "zw"
130 ns_ip : "172.16.6.106/29"
131 ns_mac : "00:27:22:8a:3d:1f"
132 bridge_type: "NanoStation M5"
133 status : "up"
134
135
136iface_vr1:
137 comment : "Link naar Rijneke kabelnr.6"
138 ip : "172.16.6.172/29"
139 sdesc : "2Rijneke"
140 mode : "station-wds"
141 type : "eth"
142 extra_type : "eth2wifibridge"
143 channel : "60"
144 ssid : "il-zw.rijneke.wleiden.net"
145 dhcp : False
146 compass : "no"
147 ns_ip : "172.16.6.171/29"
148 ns_mac : "00:27:22:8a:3b:f5"
149 bridge_type: "NanoStation M5"
150 status : "up"
151
152
153iface_vr2:
154 comment : "Link naar Gelderswoude kabelnr. 1"
155 ip : "172.16.3.225/29"
156 sdesc : "2gelderswd"
157 mode : "ap-wds"
158 type : "eth"
159 channel : "52"
160 ssid : "il-zo.stjan.wleiden.net"
161 dhcp : False
162 compass : "zo"
163 ns_ip : "172.16.3.226/29"
164 ns_mac : "dc:9f:db:2a:1d:0c"
165 bridge_type: "NanoStation M5"
166 status : "up"
167
168
Note: See TracBrowser for help on using the repository browser.