Last change
on this file since 14025 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:
1.7 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.17305"
|
---|
7 | location : "De Leidse Houtschool, Adriaan Pauwstraat 1, 2334 CG, Leiden"
|
---|
8 | longitude : "4.47694"
|
---|
9 | masterip : "172.17.21.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "LHS"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 92733
|
---|
14 | rdnap_y : 465380
|
---|
15 | release : "9.0-RELEASE"
|
---|
16 | service_accesspoint: True
|
---|
17 | service_concentrator: False
|
---|
18 | service_incoming_rdr: False
|
---|
19 | service_proxy_ileiden: False
|
---|
20 | service_proxy_normal: False
|
---|
21 | status : "down"
|
---|
22 |
|
---|
23 |
|
---|
24 | iface_ath0:
|
---|
25 | comment : "Ap"
|
---|
26 | ip : "172.17.21.1/24"
|
---|
27 | sdesc : "ap"
|
---|
28 | mode : "ap"
|
---|
29 | type : "11g"
|
---|
30 | channel : 1
|
---|
31 | ssid : "WiFi-Leiden"
|
---|
32 | wlan_mac : "90:a4:de:8b:e3:2c"
|
---|
33 | dhcp : "10-110"
|
---|
34 | status : "up"
|
---|
35 |
|
---|
36 |
|
---|
37 | iface_vr0:
|
---|
38 | comment : "External Link"
|
---|
39 | sdesc : "2external"
|
---|
40 | type : "eth"
|
---|
41 | dhcp : "client"
|
---|
42 | status : "up"
|
---|
43 |
|
---|
44 |
|
---|
45 | iface_vr1:
|
---|
46 | comment : "Link naar Psycho"
|
---|
47 | ip : "172.16.3.52/29"
|
---|
48 | sdesc : "2psycho"
|
---|
49 | mode : "station-wds"
|
---|
50 | type : "eth"
|
---|
51 | extra_type : "eth2wifibridge"
|
---|
52 | channel : "116"
|
---|
53 | ssid : "il-n.psycho.wleiden.net"
|
---|
54 | dhcp : False
|
---|
55 | compass : "z"
|
---|
56 | ns_ip : "172.16.3.51/29"
|
---|
57 | ns_mac : "00:27:22:10:fd:8a"
|
---|
58 | bridge_type: "NanoStation M5"
|
---|
59 | status : "up"
|
---|
60 |
|
---|
61 |
|
---|
62 | #iface_vr2:
|
---|
63 | # comment : "Link naar Lijtweg2"
|
---|
64 | # ip : "172.16.3.116/29"
|
---|
65 | # sdesc : "2lijtweg2"
|
---|
66 | # mode : "station-wds"
|
---|
67 | # type : "eth"
|
---|
68 | # extra_type : "eth2wifibridge"
|
---|
69 | # channel : "132"
|
---|
70 | # ssid : "il-z.lijtweg2.wleiden.net"
|
---|
71 | # dhcp : False
|
---|
72 | # compass : "n"
|
---|
73 | # ns_ip : "172.16.3.115/29"
|
---|
74 | # ns_mac : "00:27:22:8a:3a:03"
|
---|
75 | # bridge_type: "NanoStation M5"
|
---|
76 | # status : "down"
|
---|
77 |
|
---|
78 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.