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

Last change on this file since 13618 was 13618, checked in by rick, 8 years ago

Re-do bridge configuration to support VLAN administation.

The current bridge implementation has limits when it comes to configuring
interfaces. Since a bridge member does not have an IP yet it has connected
interface (via an VLAN switch) thus this details needs to be stored.

It is also considered to be confusing, since bridge(4) interfaces do appea
even if you did not configure them, potentially changing configurations of all
current nodes as well, which makes testing and deployment an tricky business.

File size: 2.8 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_re0_102:
26 comment : "Link to house"
27 ip : "172.16.7.97/29"
28 sdesc : "2house"
29 mode : "ap-wds"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 ssid : "il-o.rustdam.wleiden.net"
33 dhcp : False
34 compass : "z"
35 ns_ip : "172.16.7.98/29"
36 ns_mac : "00:00:00:00:00:00"
37 ns_type : "ns5"
38 bridge_type: "NanoStation5M"
39 status : "up"
40
41
42iface_re0_103:
43 comment : "Access Point (port 3)"
44 ip : "172.17.52.1/24"
45 sdesc : "2veld"
46 mode : "ap-wds"
47 type : "eth"
48 ssid : "ap-ZTW-Rustdam-WeideVeld"
49 dhcp : "10-240"
50 ns_ip : "172.17.52.2/24"
51 ns_mac : "00:00:00:00:00:00"
52 ns_type : "ns2"
53 bridge_type: "NanoStation2"
54 status : "up"
55
56
57iface_re0_104:
58 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
59 ip : "172.17.51.1/24"
60 sdesc : "2veld"
61 mode : "ap-wds"
62 type : "eth"
63 ssid : "ap-ZTW-Rustdam-BosVeld"
64 dhcp : "10-240"
65 ns_ip : "172.17.51.2/24"
66 ns_mac : "00:00:00:00:00:00"
67 ns_type : "ns2"
68 bridge_type: "NanoStation2"
69 status : "up"
70
71
72iface_re0_105:
73 comment : "Link to StJan"
74 ip : "172.16.6.4/29"
75 sdesc : "2stjan"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "108"
80 ssid : "il-nw.stjan.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.6.3/29"
84 ns_mac : "dc:9f:db:2a:1d:eb"
85 bridge_type: "NanoStation M5"
86 status : "up"
87
88iface_bridge0:
89 comment : "Access Point"
90 type : "eth"
91 ip : "172.17.37.1/24"
92 dhcp : "10-240"
93
94
95iface_re1_204:
96 comment : "Access Point"
97 parent : "bridge0"
98 sdesc : "2veld"
99 mode : "ap-wds"
100 type : "vlan"
101 ssid : "Wifi Zoeterwoude"
102 ns_ip : "172.17.37.2/24"
103 ns_mac : "00:00:00:00:00:00"
104 ns_type : "lm2"
105 bridge_type: "LocoM2"
106 status : "up"
107
108
109iface_re1_205:
110 comment : "Access Point"
111 parent : "bridge0"
112 sdesc : "2veld"
113 mode : "ap-wds"
114 type : "vlan"
115 ssid : "Wifi Zoeterwoude"
116 ns_ip : "172.17.37.3/24"
117 ns_mac : "00:00:00:00:00:00"
118 ns_type : "lm2"
119 bridge_type: "LocoM2"
120 status : "up"
121
122
123
124
Note: See TracBrowser for help on using the repository browser.