Last change
on this file since 14399 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.9 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "net45xx"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.17294"
|
---|
7 | location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
|
---|
8 | longitude : "4.47978"
|
---|
9 | masterip : "172.19.168.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "WP"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 92927
|
---|
14 | rdnap_y : 465365
|
---|
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 : "up"
|
---|
22 |
|
---|
23 | iface_bridge0:
|
---|
24 | comment : "Access Points"
|
---|
25 | ip : "172.19.137.1/24"
|
---|
26 | type : "eth"
|
---|
27 | dhcp : "10-240"
|
---|
28 | status : "up"
|
---|
29 |
|
---|
30 | iface_sis0:
|
---|
31 | comment : "Ethernet naar proxy5"
|
---|
32 | parent : "bridge0"
|
---|
33 | sdesc : "2proxy5"
|
---|
34 | type : "eth"
|
---|
35 | status : "up"
|
---|
36 |
|
---|
37 |
|
---|
38 | iface_sis1:
|
---|
39 | comment : "A-link zuid - psycho"
|
---|
40 | ip : "172.16.16.124/29"
|
---|
41 | sdesc : "2psycho"
|
---|
42 | mode : "station-wds"
|
---|
43 | type : "eth"
|
---|
44 | extra_type : "eth2wifibridge"
|
---|
45 | channel : "116"
|
---|
46 | ssid : "il-n.psycho.wleiden.net"
|
---|
47 | dhcp : False
|
---|
48 | compass : "z"
|
---|
49 | ns_ip : "172.16.16.123/29"
|
---|
50 | ns_mac : "00:15:6d:70:54:6d"
|
---|
51 | bridge_type: "NanoStation5"
|
---|
52 | status : "up"
|
---|
53 |
|
---|
54 |
|
---|
55 | iface_wi0:
|
---|
56 | comment : "Omni voor de buurt"
|
---|
57 | parent : "bridge0"
|
---|
58 | sdesc : "ap"
|
---|
59 | mode : "ap"
|
---|
60 | type : "11g"
|
---|
61 | channel : 11
|
---|
62 | ssid : "ap-WirelessLeiden-WoutertjeP"
|
---|
63 | status : "up"
|
---|
64 |
|
---|
65 |
|
---|
66 | iface_wi1:
|
---|
67 | comment : "Link naar AZC"
|
---|
68 | ip : "172.16.2.10/29"
|
---|
69 | sdesc : "2azc"
|
---|
70 | mode : "ap"
|
---|
71 | type : "11g"
|
---|
72 | channel : 11
|
---|
73 | ssid : "il-no.azc.wleiden.net"
|
---|
74 | dhcp : False
|
---|
75 | compass : "ne"
|
---|
76 | status : "down"
|
---|
77 |
|
---|
78 |
|
---|
79 | iface_wi1_alias0:
|
---|
80 | comment : "Link naar AZC"
|
---|
81 | ip : "172.16.2.114/30"
|
---|
82 | sdesc : "2azcsub30"
|
---|
83 | mode : "ap"
|
---|
84 | type : "11g"
|
---|
85 | dhcp : False
|
---|
86 | status : "up"
|
---|
87 |
|
---|
88 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.