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

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

Allerhande extra config administratie?

File size: 3.8 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
52iface_ue0_extra0:
53 bridge_type: "NanoStation2"
54 comment : "Zuidbuurteweg 34"
55 ip : "172.17.67.3/24"
56 mac : "00:15:6d:ad:d7:e5"
57 mode : "client"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60
61iface_ue0_extra1:
62 bridge_type: "Bullet2"
63 comment : "Zuidbuurteweg 34"
64 ip : "172.17.67.4/24"
65 mac : "00:15:6d:d4:f8:03"
66 mode : "ap"
67 ssid : "ap-ZTW-Rummicub"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70
71iface_ue1:
72 comment : "AP oost kabelnr.2"
73 ip : "172.17.68.1/24"
74 sdesc : "2apoost"
75 mode : "ap"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "11"
79 ssid : "ap-ZTW-StJan-Zuid"
80 dhcp : "10-240"
81 compass : "z"
82 ns_ip : "172.17.68.2/24"
83 ns_mac : "00:27:22:e2:53:e7"
84 bridge_type: "NanoStation M2"
85 status : "up"
86
87
88iface_vr0:
89 comment : "Link naar Dorpskerk kabelnr.4"
90 ip : "172.16.5.105/29"
91 sdesc : "2dorp"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "108"
96 ssid : "il-nw.stjan.wleiden.net"
97 dhcp : False
98 compass : "n"
99 ns_ip : "172.16.5.106/29"
100 ns_mac : "00:27:22:8a:3b:ca"
101 bridge_type: "NanoStation M5"
102 status : "up"
103
104
105iface_vr0_alias0:
106 comment : "Link naar Rustdam"
107 ip : "172.16.6.1/29"
108 sdesc : "2rustdam"
109 type : "eth"
110 dhcp : False
111 status : "up"
112
113
114iface_vr0_alias1:
115 comment : "Link naar TUDelft kabelnr.5"
116 ip : "172.16.6.105/29"
117 sdesc : "2tud"
118 mode : "ap-wds"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 channel : "36"
122 ssid : "il-zw.stjan.wleiden.net"
123 dhcp : False
124 compass : "zw"
125 ns_ip : "172.16.6.106/29"
126 ns_mac : "00:27:22:8a:3d:1f"
127 bridge_type: "NanoStation M5"
128 status : "up"
129
130
131iface_vr1:
132 comment : "Link naar Rijneke kabelnr.6"
133 ip : "172.16.6.172/29"
134 sdesc : "2Rijneke"
135 mode : "station-wds"
136 type : "eth"
137 extra_type : "eth2wifibridge"
138 channel : "60"
139 ssid : "il-zw.rijneke.wleiden.net"
140 dhcp : False
141 compass : "no"
142 ns_ip : "172.16.6.171/29"
143 ns_mac : "00:27:22:8a:3b:f5"
144 bridge_type: "NanoStation M5"
145 status : "up"
146
147
148iface_vr2:
149 comment : "Link naar Gelderswoude kabelnr. 1"
150 ip : "172.16.3.225/29"
151 sdesc : "2gelderswd"
152 mode : "ap-wds"
153 type : "eth"
154 channel : "52"
155 ssid : "il-zo.stjan.wleiden.net"
156 dhcp : False
157 compass : "zo"
158 ns_ip : "172.16.3.226/29"
159 ns_mac : "dc:9f:db:2a:1d:0c"
160 bridge_type: "NanoStation M5"
161 status : "up"
162
163
Note: See TracBrowser for help on using the repository browser.