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

Last change on this file since 11733 was 11733, checked in by rick, 12 years ago

Automated corrected MAC addresses. Seems if you put it in bridge mode it will take the Wireless Mac as leading mac, instead of the Ethernet MAC.

File size: 2.7 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 : "11b"
29 channel : "6"
30 ssid : "ap-ZTW-Dorpskerk-Binnen"
31 dhcp : "10-240"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Omni voor de Buurt"
37 ip : "172.17.63.1/24"
38 sdesc : "2buurt"
39 mode : "ap"
40 type : "eth"
41 channel : "10"
42 ssid : "ap-ZTW-Dorpskerk-Zuid"
43 dhcp : "10-240"
44 ns_ip : "172.17.63.2/24"
45 ns_mac : "00:27:22:e2:52:51"
46 bridge_type: "NanoStation M2"
47 status : "up"
48
49
50iface_ue1:
51 comment : "Link naar StJan"
52 ip : "172.16.5.105/29"
53 sdesc : "2StJan"
54 mode : "ap-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "124"
58 ssid : "il-zo.ztwdorpskerk.wleiden.net"
59 dhcp : False
60 compass : "z"
61 ns_ip : "172.16.5.106/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
100
101iface_vr2:
102 comment : "Omni voor de Buurt"
103 ip : "172.17.62.1/24"
104 sdesc : "2buurt"
105 mode : "ap"
106 type : "eth"
107 channel : "10"
108 ssid : "ap-ZTW-Dorpskerk-Plein"
109 dhcp : "10-240"
110 compass : "o"
111 ns_ip : "172.17.62.2/24"
112 ns_mac : "00:15:6d:30:d2:b8"
113 bridge_type: "NanoStation2"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.