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

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

Add camera to 5Ghz interfae to test stability

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