source: genesis/nodes/LivingLab/wleiden.yaml@ 14301

Last change on this file since 14301 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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14490"
8location : "Pergolesipad 95, 2324 DG, Leiden"
9longitude : "4.46733"
10masterip : "172.20.140.1"
11monitoring_group: "wleiden"
12nodename : "LivingLab"
13nodetype : "Hybrid"
14rdnap_x : 92036
15rdnap_y : 462256
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.20.140.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:0b:6b:81:a9:30"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Roomburgh2"
40 ip : "172.16.4.60/29"
41 sdesc : "2Roomburgh2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "116"
46 ssid : "il-zw.roomburgh2.wleiden.net"
47 dhcp : False
48 compass : "o"
49 ns_ip : "172.16.4.59/29"
50 ns_mac : "00:15:6d:70:51:f5"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Lokaal maar uitgezet ivm reboot probleem"
57 sdesc : "2lokaal"
58 type : "eth"
59 dhcp : "client"
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar AJSoft2"
65 ip : "172.16.17.108/29"
66 sdesc : "2AJSoft2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "100"
71 ssid : "il-w.ajsoft2.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.17.107/29"
75 ns_mac : "00:15:6d:70:52:60"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Ethernet naar Haagwijk"
82 ip : "172.16.17.113/29"
83 sdesc : "2Haagwijk"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "44"
88 ssid : "il-zo.livinglab.wleiden.net"
89 dhcp : False
90 compass : "zo"
91 ns_ip : "172.16.17.114/29"
92 ns_mac : "00:15:6d:70:51:e9"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
97iface_vr2_alias0:
98 comment : "Ethernet naar xxx NSM5 MAC 00:27:22:8A:3B:FB via switch"
99 ip : "172.16.9.25/29"
100 sdesc : "2unused"
101 type : "eth"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.