source: genesis/nodes/Rustdam/wleiden.yaml

Last change on this file was 14221, checked in by rick, 6 years ago

Fix webcam rustdam not reachable at monitoring site

MAC was set to old internal WiFi MAC address.

File size: 3.9 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
55iface_re0_102_alias0:
56 comment : "Camera & Test Range"
57 ip : "172.17.65.1/24"
58 dhcp : "50-240"
59 dhcp_fixed : [["00:62:6e:66:0d:cf", "172.17.65.10", "camera-hooiberg"]]
60 status : "up"
61 type : "eth"
62
63iface_re0_102_extra0:
64 comment : "NanoStation Client at Webcam"
65 ip : "172.16.1.2/24"
66 type : "eth"
67 ns_mac : "00:15:6d:bd:89:93"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71
72
73iface_re0_103:
74 comment : "Access Point (port 3)"
75 ip : "172.17.52.1/24"
76 sdesc : "2veld"
77 mode : "ap-wds"
78 type : "eth"
79 ssid : "ap-ZTW-Rustdam-WeideVeld"
80 dhcp : "10-240"
81 ns_ip : "172.17.52.2/24"
82 ns_mac : "00:00:00:00:00:00"
83 ns_type : "ns2"
84 bridge_type: "NanoStation2"
85 status : "up"
86
87
88iface_re0_104:
89 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
90 ip : "172.17.51.1/24"
91 sdesc : "2veld"
92 mode : "ap-wds"
93 type : "eth"
94 ssid : "ap-ZTW-Rustdam-BosVeld"
95 dhcp : "10-240"
96 ns_ip : "172.17.51.2/24"
97 ns_mac : "00:00:00:00:00:00"
98 ns_type : "ns2"
99 bridge_type: "NanoStation2"
100 status : "up"
101
102
103iface_re0_105:
104 comment : "Link to StJan"
105 ip : "172.16.6.4/29"
106 sdesc : "2stjan"
107 mode : "station-wds"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 channel : "108"
111 ssid : "il-nw.stjan.wleiden.net"
112 dhcp : False
113 compass : "z"
114 ns_ip : "172.16.6.3/29"
115 ns_mac : "dc:9f:db:2a:1d:eb"
116 bridge_type: "NanoStation M5"
117 status : "up"
118
119
120iface_re1_204:
121 comment : "Access Point"
122 parent : "bridge0"
123 sdesc : "2veld"
124 mode : "ap-wds"
125 type : "vlan"
126 ssid : "Wifi Zoeterwoude"
127 ns_ip : "172.17.37.2/24"
128 ns_mac : "00:00:00:00:00:00"
129 ns_type : "lm2"
130 bridge_type: "LocoM2"
131 status : "up"
132
133
134iface_re1_205:
135 comment : "Access Point"
136 parent : "bridge0"
137 sdesc : "2veld"
138 mode : "ap-wds"
139 type : "vlan"
140 ssid : "Wifi Zoeterwoude"
141 ns_ip : "172.17.37.3/24"
142 ns_mac : "00:00:00:00:00:00"
143 ns_type : "lm2"
144 bridge_type: "LocoM2"
145 status : "up"
146
147
148#? (172.17.164.23) at dc:9f:db:3e:27:b0 on bridge1 expires in 1189 seconds [bridge]
149#? (172.17.164.43) at dc:9f:db:3e:27:32 on bridge1 expires in 1199 seconds [bridge]
150#? (172.17.164.42) at dc:9f:db:3e:27:4c on bridge1 expires in 1192 seconds [bridge]
151#? (172.17.164.44) at dc:9f:db:3e:27:52 on bridge1 expires in 1126 seconds [bridge]
152#? (172.17.164.1) at 02:f1:10:3d:9e:01 on bridge1 permanent [bridge]
153#? (172.17.164.34) at dc:9f:db:3e:26:81 on bridge1 expires in 1189 seconds [bridge]
154#
Note: See TracBrowser for help on using the repository browser.