source: genesis/nodes/TestTienThuis/wleiden.yaml@ 14388

Last change on this file since 14388 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#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.3.254"
7latitude : "52.17062"
8location : "Thuis, , 2311 EZ, Leiden"
9longitude : "4.63854"
10masterip : "172.17.153.1"
11monitoring_group: "wleiden"
12nodename : "TestTienThuis"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "0.0.0.0"
17release : "10.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.16"
24status : "down"
25
26
27iface_ath0:
28 comment : "Internal Wireless"
29 ip : "172.17.153.1/24"
30 sdesc : "binnen"
31 mode : "ap"
32 type : "11g"
33 channel : 1
34 ssid : "WiFi-Leiden-TEST"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_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"
47 ssid : "WiFi Leiden TEST"
48 dhcp : "10-240"
49 ns_ip : "172.17.155.2/24"
50 ns_mac : "00:15:6d:d4:f8:36"
51 bridge_type: "Bullet2"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link to external interface"
57 ip : "192.168.3.2/24"
58 sdesc : "2external"
59 type : "eth"
60 dhcp : "client"
61 status : "up"
62
63
64iface_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
80
81iface_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.