source: genesis/nodes/HybridZTWDorpskerk/wleiden.yaml@ 13012

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

Suetanborgh configuratie

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.12129"
6location : "Dorpskerk, Dorpsstraat 17, 2381 EK Zoeterwoude"
7longitude : "4.49724"
8masterip : "172.17.61.1"
9monitoring_group: "wleiden"
10nodename : "ZTWDorpskerk"
11nodetype : "Hybrid"
12rdnap_x : 94051
13rdnap_y : 459604
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor Binnen"
25 ip : "172.17.61.1/24"
26 sdesc : "2buurt"
27 mode : "ap"
28 type : "11g"
29 channel : 6
30 ssid : "ap-ZTW-Dorpskerk-Binnen"
31 dhcp : "10-240"
32 status : "up"
33
34
35iface_ue0:
36 comment : "interlink zuidoost naar tbd"
37 ip : "172.16.7.177/29"
38 sdesc : "2buurt"
39 mode : "ap-wds"
40 type : "eth"
41 channel : "52"
42 ssid : "il-zo.ztwdorpskerk.wleiden.net"
43 dhcp : False
44 ns_ip : "172.16.7.178/29"
45 ns_mac : "dc:9f:db:2a:22:66"
46 bridge_type: "NanoStation M5"
47 status : "up"
48
49
50iface_ue1:
51 comment : "Link naar StJan"
52 ip : "172.16.5.108/29"
53 sdesc : "2StJan"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "108"
58 ssid : "il-nw.stjan.wleiden.net"
59 dhcp : False
60 compass : "z"
61 ns_ip : "172.16.5.107/29"
62 ns_mac : "00:27:22:8a:3b:e6"
63 bridge_type: "NanoStation M5"
64 status : "up"
65
66
67iface_vr0:
68 comment : "Link naar HybridROC2"
69 ip : "172.16.5.44/29"
70 sdesc : "2HybridROC1"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "124"
75 ssid : "il-z.roc2.wleiden.net"
76 dhcp : False
77 compass : "n"
78 ns_ip : "172.16.5.43/29"
79 ns_mac : "00:27:22:8a:3b:bb"
80 bridge_type: "NanoStation M5"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar ZTWGemeentehuis"
86 ip : "172.16.4.217/29"
87 sdesc : "2ZTWGemeentehuis"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "124"
92 ssid : "il-nno.ztwdorpskerk.wleiden.net"
93 dhcp : False
94 compass : "n"
95 ns_ip : "172.16.4.218/29"
96 ns_mac : "00:27:22:8a:3d:0d"
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100iface_vr1_alias0:
101 comment : "Link naar Suetanborgh"
102 ip : "172.16.9.97/29"
103 status : "planned"
104 type : "eth"
105
106
107iface_vr2:
108 comment : "Omni voor de Buurt"
109 ip : "172.17.62.1/24"
110 sdesc : "2buurt"
111 mode : "ap"
112 type : "eth"
113 channel : "10"
114 ssid : "ap-ZTW-Dorpskerk-Plein"
115 dhcp : "10-240"
116 compass : "o"
117 ns_ip : "172.17.62.2/24"
118 ns_mac : "00:15:6d:30:d2:b8"
119 bridge_type: "NanoStation2"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.