source: genesis/nodes/ZTWRijneke/wleiden.yaml@ 14021

Last change on this file since 14021 was 14021, checked in by rick, 7 years ago

Add PoC for persistent masterip range

Use 1 IP from the PoC defined masterip range 172.31.254.0/24 as alias on lo0
this will ensure the IP will always exist and is persistent.

This is quite usefull when connecting for example with SSH to the masterip and
doing maintenance on this attached interface at the same time, instead of
shooting yourself in the foot by bringing down the masterip you are connecting
to.

Added bonus; scanning for available nodes is more easy by just sweeping one
range.

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.13784"
7location : "Casba, Hoge Rijndijk 315, 2382 AP, Zoeterwoude Rijndijk"
8longitude : "4.54943"
9masterip : "172.31.254.130"
10monitoring_group: "wleiden"
11nodename : "ZTWRijneke"
12nodetype : "Hybrid"
13portal_sponsor: "Rijneke Boulevard"
14portal_url: "http://www.rijneke.nl/"
15rdnap_x : 97646
16rdnap_y : 461403
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25iface_bridge0:
26 comment : "Access Points"
27 ip : "172.17.58.1/24"
28 type : "eth"
29 dhcp : "10-240"
30 status : "up"
31
32iface_vr0_102:
33 comment : "Link naar Meelfabriek1"
34 ip : "172.16.9.196/29"
35 sdesc : "2meelfab1"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "52"
40 ssid : "il-zo.meelfabriek1.wleiden.net"
41 dhcp : False
42 compass : "nw"
43 ns_ip : "172.16.9.195"
44 ns_mac : "00:27:22:8a:3b:f3"
45 bridge_type: "NanoStation M5"
46 status : "up"
47
48
49iface_vr0_103:
50 comment : "Link naar HMKerk"
51 ip : "172.16.5.252/29"
52 sdesc : "2hmkerk"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "52"
57 ssid : "il-zw.hmkerk.wleiden.net"
58 dhcp : False
59 compass : "no"
60 ns_ip : "172.16.5.251"
61 ns_mac : "00:27:22:8a:3b:4f"
62 bridge_type: "NanoStation M5"
63 status : "up"
64
65
66iface_vr0_104:
67 comment : "Accesspoint West"
68 parent : "bridge0"
69 type : "vlan"
70 sdesc : "2ap-west"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "3"
75 ssid : "apw-ZTW-RijnekeBlvd"
76 compass : "w"
77 ns_ip : "172.17.58.2/24"
78 ns_mac : "dc:9f:db:36:1d:21"
79 bridge_type: "NanoStation M2"
80 status : "up"
81
82
83iface_vr0_105:
84 comment : "Accesspoint Noord"
85 parent : "bridge0"
86 type : "vlan"
87 sdesc : "2ap-noord"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "3"
92 ssid : "apw-ZTW-RijnekeBlvd"
93 compass : "n"
94 ns_ip : "172.17.58.3/24"
95 ns_mac : "dc:9f:db:36:1d:e1"
96 bridge_type: "NanoStation M2"
97 status : "up"
98
99
100iface_vr1:
101 comment : "Link naar wbrotary"
102 ip : "172.16.18.28/29"
103 sdesc : "2wbrotary"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "140"
108 ssid : "il-wzw.wbrotary.wleiden.net"
109 dhcp : False
110 compass : "no"
111 ns_ip : "172.16.18.27/29"
112 ns_mac : "00:27:22:8a:3b:35"
113 bridge_type: "NanoStation M5"
114 status : "up"
115
116
117iface_vr2:
118 comment : "Link naar StJan"
119 ip : "172.16.3.233/29"
120 sdesc : "2StJan"
121 mode : "ap-wds"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 channel : "60"
125 ssid : "il-zw.rijneke.wleiden.net"
126 dhcp : False
127 compass : "zw"
128 ns_ip : "172.16.3.234"
129 ns_mac : "00:27:22:8a:3b:d0"
130 bridge_type: "NanoStation M5"
131 status : "up"
132
133
Note: See TracBrowser for help on using the repository browser.