source: genesis/nodes/Lijtweg1/wleiden.yaml@ 14147

Last change on this file since 14147 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: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23iface_ath0:
24 comment : "Ap noord"
25 ip : "172.23.12.1/24"
26 sdesc : "ap-n"
27 mode : "ap"
28 type : "11g"
29 channel : 11
30 ssid : "WiFi-Oegstgeest"
31 wlan_mac : "00:1b:b1:05:02:7c"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Extra ap west richting Rabobank"
37 ip : "172.17.69.1/24"
38 sdesc : "AP-west"
39 mode : "ap3"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "2"
43 ssid : "WiFi-Oegstgeest-3"
44 dhcp : "10-250"
45 compass : "w"
46 ns_ip : "172.17.69.2/24"
47 ns_mac : "00:27:22:e2:53:1c"
48 bridge_type: "NanoStationM2"
49 status : "up"
50
51iface_vr0:
52 comment : "Link naar Voorhout TEYBestuurscentrum via RB switch poort 5"
53 ip : "172.16.4.113/29"
54 sdesc : "2teybc"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "56"
59 ssid : "il-n.lijtweg1.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.4.114/29"
63 ns_mac : "dc:9f:db:2e:0b:03"
64 bridge_type: "NanoBridgeM5"
65 status : "up"
66
67iface_vr0_alias0:
68 comment : "naar Lijtweg2 via RBswitch poort 1 en 2 en Lora Gateway"
69 ip : "172.31.250.17/29"
70 sdesc : "2lijtweg2"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75iface_vr0_extra0:
76 comment : "LoRa Gateway 02:4b:0b:03:03:65 switch poort 4"
77 ip : "172.31.250.18/29"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
82iface_vr1:
83 comment : "Link naar Langevoort"
84 ip : "172.16.6.241/29"
85 sdesc : "2langevoort"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 dhcp : False
89 channel : "124"
90 ssid : "il-o.lijtweg1.wleiden.net"
91 compass : "no"
92 ns_ip : "172.16.6.242/29"
93 ns_mac : "24:a4:3c:0a:54:9e"
94 bridge_type: "NanoStationM5"
95 status : "up"
96
97iface_vr2:
98 comment : "Link naar Aster"
99 ip : "172.16.17.89/29"
100 sdesc : "2aster"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "116"
105 ssid : "il-w.lijtweg1.wleiden.net"
106 dhcp : False
107 compass : "w"
108 ns_ip : "172.16.17.90/29"
109 ns_mac : "04:18:d6:ca:fd:d6"
110 bridge_type: "NanoStationM5"
111 status : "up"
112
Note: See TracBrowser for help on using the repository browser.