source: genesis/nodes/Rustdam/wleiden.yaml@ 14018

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

Add rustdam new range for large number of clients

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "apu1d"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.50.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16release : "10.2-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_bridge0:
26 comment : "Access Point"
27 ip : "172.17.37.1/24"
28 type : "eth"
29 dhcp : "10-240"
30 status : "planned"
31
32iface_bridge1:
33 comment : "New Access Points"
34 ip : "172.17.164.1/23"
35 type : "eth"
36 dhcp : "50-240"
37 status : "planned"
38
39iface_re0_102:
40 comment : "Link to house"
41 ip : "172.16.7.97/29"
42 sdesc : "2house"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 ssid : "il-o.rustdam.wleiden.net"
47 dhcp : False
48 compass : "z"
49 ns_ip : "172.16.7.98/29"
50 ns_mac : "00:00:00:00:00:00"
51 ns_type : "ns5"
52 bridge_type: "NanoStation5M"
53 status : "up"
54
55
56iface_re0_103:
57 comment : "Access Point (port 3)"
58 ip : "172.17.52.1/24"
59 sdesc : "2veld"
60 mode : "ap-wds"
61 type : "eth"
62 ssid : "ap-ZTW-Rustdam-WeideVeld"
63 dhcp : "10-240"
64 ns_ip : "172.17.52.2/24"
65 ns_mac : "00:00:00:00:00:00"
66 ns_type : "ns2"
67 bridge_type: "NanoStation2"
68 status : "up"
69 dhcp_fixed : [["e0:76:d0:3c:34:f0", "172.17.52.10", "camera-hooiberg"]]
70
71
72iface_re0_104:
73 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
74 ip : "172.17.51.1/24"
75 sdesc : "2veld"
76 mode : "ap-wds"
77 type : "eth"
78 ssid : "ap-ZTW-Rustdam-BosVeld"
79 dhcp : "10-240"
80 ns_ip : "172.17.51.2/24"
81 ns_mac : "00:00:00:00:00:00"
82 ns_type : "ns2"
83 bridge_type: "NanoStation2"
84 status : "up"
85
86
87iface_re0_105:
88 comment : "Link to StJan"
89 ip : "172.16.6.4/29"
90 sdesc : "2stjan"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "108"
95 ssid : "il-nw.stjan.wleiden.net"
96 dhcp : False
97 compass : "z"
98 ns_ip : "172.16.6.3/29"
99 ns_mac : "dc:9f:db:2a:1d:eb"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
104iface_re1_204:
105 comment : "Access Point"
106 parent : "bridge0"
107 sdesc : "2veld"
108 mode : "ap-wds"
109 type : "vlan"
110 ssid : "Wifi Zoeterwoude"
111 ns_ip : "172.17.37.2/24"
112 ns_mac : "00:00:00:00:00:00"
113 ns_type : "lm2"
114 bridge_type: "LocoM2"
115 status : "up"
116
117
118iface_re1_205:
119 comment : "Access Point"
120 parent : "bridge0"
121 sdesc : "2veld"
122 mode : "ap-wds"
123 type : "vlan"
124 ssid : "Wifi Zoeterwoude"
125 ns_ip : "172.17.37.3/24"
126 ns_mac : "00:00:00:00:00:00"
127 ns_type : "lm2"
128 bridge_type: "LocoM2"
129 status : "up"
130
131
Note: See TracBrowser for help on using the repository browser.