source: genesis/nodes/WP/wleiden.yaml@ 14399

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
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "net45xx"
[10059]5comment : "None"
[10881]6latitude : "52.17294"
[10116]7location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
[10881]8longitude : "4.47978"
[10116]9masterip : "172.19.168.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "WP"
[11296]12nodetype : "Hybrid"
[10059]13rdnap_x : 92927
14rdnap_y : 465365
[11296]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11296]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
22
[14025]23iface_bridge0:
24 comment : "Access Points"
25 ip : "172.19.137.1/24"
26 type : "eth"
27 dhcp : "10-240"
28 status : "up"
[10116]29
[10059]30iface_sis0:
[10885]31 comment : "Ethernet naar proxy5"
[14025]32 parent : "bridge0"
[10116]33 sdesc : "2proxy5"
34 type : "eth"
35 status : "up"
[10059]36
37
38iface_sis1:
[10884]39 comment : "A-link zuid - psycho"
[10116]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"
[10454]47 dhcp : False
[10729]48 compass : "z"
[10116]49 ns_ip : "172.16.16.123/29"
50 ns_mac : "00:15:6d:70:54:6d"
[10892]51 bridge_type: "NanoStation5"
[11296]52 status : "up"
[10059]53
54
[10116]55iface_wi0:
[10885]56 comment : "Omni voor de buurt"
[14025]57 parent : "bridge0"
[10116]58 sdesc : "ap"
[10703]59 mode : "ap"
[11737]60 type : "11g"
[11738]61 channel : 11
[11296]62 ssid : "ap-WirelessLeiden-WoutertjeP"
[10116]63 status : "up"
64
65
[10059]66iface_wi1:
[10116]67 comment : "Link naar AZC"
68 ip : "172.16.2.10/29"
69 sdesc : "2azc"
[10703]70 mode : "ap"
[11737]71 type : "11g"
[11738]72 channel : 11
[10116]73 ssid : "il-no.azc.wleiden.net"
[10454]74 dhcp : False
[10116]75 compass : "ne"
[11296]76 status : "down"
[10059]77
[10116]78
79iface_wi1_alias0:
[10885]80 comment : "Link naar AZC"
[10116]81 ip : "172.16.2.114/30"
82 sdesc : "2azcsub30"
[10703]83 mode : "ap"
[11737]84 type : "11g"
[10454]85 dhcp : False
[10116]86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.