Last change
on this file since 14272 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
|
Rev | Line | |
---|
[12932] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | board : "ALIX2"
|
---|
| 5 | comment : "None"
|
---|
[13462] | 6 | gateway : "192.168.3.254"
|
---|
[12932] | 7 | latitude : "52.17062"
|
---|
| 8 | location : "Thuis, , 2311 EZ, Leiden"
|
---|
| 9 | longitude : "4.63854"
|
---|
| 10 | masterip : "172.17.153.1"
|
---|
| 11 | monitoring_group: "wleiden"
|
---|
| 12 | nodename : "TestTienThuis"
|
---|
| 13 | nodetype : "Hybrid"
|
---|
| 14 | rdnap_x : 103784
|
---|
| 15 | rdnap_y : 464983
|
---|
| 16 | rdr_host : "0.0.0.0"
|
---|
[13462] | 17 | release : "10.2-RELEASE"
|
---|
[12932] | 18 | service_accesspoint: True
|
---|
| 19 | service_concentrator: False
|
---|
| 20 | service_incoming_rdr: False
|
---|
| 21 | service_proxy_ileiden: True
|
---|
| 22 | service_proxy_normal: True
|
---|
[13844] | 23 | serviceid : "172.31.254.16"
|
---|
[12932] | 24 | status : "down"
|
---|
| 25 |
|
---|
[13548] | 26 |
|
---|
[12932] | 27 | iface_ath0:
|
---|
| 28 | comment : "Internal Wireless"
|
---|
| 29 | ip : "172.17.153.1/24"
|
---|
| 30 | sdesc : "binnen"
|
---|
[12954] | 31 | mode : "ap"
|
---|
[12932] | 32 | type : "11g"
|
---|
| 33 | channel : 1
|
---|
[13462] | 34 | ssid : "WiFi-Leiden-TEST"
|
---|
[12932] | 35 | dhcp : "10-60"
|
---|
| 36 | status : "up"
|
---|
| 37 |
|
---|
[13548] | 38 |
|
---|
[12932] | 39 | iface_ue0:
|
---|
| 40 | comment : "Extra AP2"
|
---|
| 41 | ip : "172.17.155.1/24"
|
---|
| 42 | sdesc : "ap2"
|
---|
| 43 | mode : "ap"
|
---|
| 44 | type : "eth"
|
---|
| 45 | extra_type : "eth2wifibridge"
|
---|
| 46 | channel : "11"
|
---|
[13462] | 47 | ssid : "WiFi Leiden TEST"
|
---|
[12932] | 48 | dhcp : "10-240"
|
---|
[14025] | 49 | ns_ip : "172.17.155.2/24"
|
---|
[12932] | 50 | ns_mac : "00:15:6d:d4:f8:36"
|
---|
| 51 | bridge_type: "Bullet2"
|
---|
| 52 | status : "up"
|
---|
| 53 |
|
---|
[13548] | 54 |
|
---|
[12932] | 55 | iface_vr0:
|
---|
| 56 | comment : "Link to external interface"
|
---|
[13462] | 57 | ip : "192.168.3.2/24"
|
---|
[12932] | 58 | sdesc : "2external"
|
---|
| 59 | type : "eth"
|
---|
| 60 | dhcp : "client"
|
---|
| 61 | status : "up"
|
---|
| 62 |
|
---|
[13548] | 63 |
|
---|
[12932] | 64 | iface_vr1:
|
---|
| 65 | comment : "Link naar wleiden.net"
|
---|
| 66 | ip : "172.16.10.9/29"
|
---|
| 67 | sdesc : "2wleiden"
|
---|
| 68 | mode : "ap-wds"
|
---|
| 69 | type : "eth"
|
---|
| 70 | extra_type : "eth2wifibridge"
|
---|
| 71 | channel : "120"
|
---|
| 72 | ssid : "il.test.wleiden.net"
|
---|
| 73 | dhcp : False
|
---|
| 74 | compass : "z"
|
---|
| 75 | ns_ip : "172.16.10.10/29"
|
---|
| 76 | ns_mac : "00:15:6d:8e:dd:84"
|
---|
| 77 | bridge_type: "NanoStation M5"
|
---|
| 78 | status : "up"
|
---|
| 79 |
|
---|
[13548] | 80 |
|
---|
[12932] | 81 | iface_vr2:
|
---|
| 82 | comment : "Lokaal Dev Netwerk"
|
---|
| 83 | ip : "192.168.10.10/24"
|
---|
| 84 | sdesc : "2dev"
|
---|
| 85 | type : "eth"
|
---|
| 86 | dhcp : "11-20"
|
---|
| 87 | status : "up"
|
---|
| 88 |
|
---|
| 89 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.