source: genesis/nodes/Robijn3/wleiden.yaml@ 14285

Last change on this file since 14285 was 14025, checked in by rick, 7 years ago

Fix overlapping IP networks

The syntax checker did not check for overlapping network ranges. For example
/24 defined at Dwars overlapped with /23 of Meerburgkerk. This is causing
issues with routing and network propogation.

While here ensure all ns_ip has proper subnet set

File size: 3.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15410"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46190"
9masterip : "172.17.100.1"
10monitoring_group: "wleiden"
11nodename : "Robijn3"
12nodetype : "Hybrid"
13portal_sponsor: "Woonzorgcentrum Robijnhof"
14portal_url: "http://www.libertasleiden.nl/wonen/wonen-met-zorg-dichtbij/woonzorgcentrum-robijnhof/"
15rdnap_x : 91677
16rdnap_y : 463284
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.17.100.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-WirelessLeiden-Robijn3"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "A link naar Robijn via nanostation"
40 ip : "172.16.3.201/29"
41 sdesc : "2robijn"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "36"
46 ssid : "il-no.robijn3.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.3.202/29"
50 ns_mac : "dc:9f:db:e4:98:e1"
51 bridge_type: "NanoStationM5"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Link naar HuygensZ via nanostation"
57 ip : "172.16.5.220/29"
58 sdesc : "2huygensz"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "48"
63 ssid : "il-174.huygensz.wleiden.net"
64 dhcp : False
65 compass : "n"
66 ns_ip : "172.16.5.219/29"
67 ns_mac : "dc:9f:db:e4:98:39"
68 bridge_type: "NanoStationM5"
69 status : "up"
70
71iface_vr2:
72 comment : "AP-zuid, kabel 1 repeaters DC:9F:DB:3E:1C:12, DC:9F:DB:3E:1E:FE, DC:9F:DB:3E:1C:4D, DC:9F:DB:3E:1B:93, DC:9F:DB:3E:20:F8"
73 ip : "172.17.103.1/24"
74 sdesc : "2apzuid"
75 mode : "ap"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "11"
79 ssid : "ap-WirelessLeiden-RobijnZ"
80 dhcp : "10-240"
81 compass : "nw"
82 ns_ip : "172.17.103.2/24"
83 ns_mac : "dc:9f:db:36:1d:1d"
84 bridge_type: "NanoStationM2"
85 status : "up"
86
87
88iface_vr2_extra0:
89 comment : "AP-repeater "
90 ip : "172.17.103.3/28"
91 type : "eth"
92 channel : "11"
93 ssid : "ap-WirelessLeiden-RobijnZ"
94 ns_mac : "dc:9f:db:3e:1c:12"
95 bridge_type: "NanoStationM2-Loco"
96 status : "up"
97
98
99iface_vr2_extra1:
100 comment : "AP-repeater "
101 ip : "172.17.103.4/28"
102 type : "eth"
103 channel : "11"
104 ssid : "ap-WirelessLeiden-RobijnZ"
105 ns_mac : "dc:9f:db:3e:1e:fe"
106 bridge_type: "NanoStationM2-Loco"
107 status : "up"
108
109
110iface_vr2_extra2:
111 comment : "AP-repeater "
112 ip : "172.17.103.5/28"
113 type : "eth"
114 channel : "11"
115 ssid : "ap-WirelessLeiden-RobijnZ"
116 ns_mac : "dc:9f:db:3e:1c:4d"
117 bridge_type: "NanoStationM2-Loco"
118 status : "up"
119
120
121iface_vr2_extra3:
122 comment : "AP-repeater "
123 ip : "172.17.103.6/28"
124 type : "eth"
125 channel : "11"
126 ssid : "ap-WirelessLeiden-RobijnZ"
127 ns_mac : "dc:9f:db:3e:1b:93"
128 bridge_type: "NanoStationM2-Loco"
129 status : "up"
130
131
132iface_vr2_extra4:
133 comment : "AP-repeater "
134 ip : "172.17.103.7/28"
135 type : "eth"
136 channel : "11"
137 ssid : "ap-WirelessLeiden-RobijnZ"
138 ns_mac : "dc:9f:db:3e:20:f8"
139 bridge_type: "NanoStationM2-Loco"
140 status : "up"
141
142
Note: See TracBrowser for help on using the repository browser.