source: genesis/nodes/Lijtweg2/wleiden.yaml

Last change on this file was 14296, checked in by huub, 6 years ago

update naar 11.2

File size: 3.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "11.2-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Oegstgeest"
32 wlan_mac : "00:1b:b1:02:bf:7a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "InterLink naar Broekplein"
39 ip : "172.16.5.137/29"
40 sdesc : "2broekplein"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "44"
45 ssid : "il-ozo.lijtweg2.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.5.138/29"
49 ns_mac : "00:15:6d:70:4d:d3"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "Interlink naar KWVdeKaag"
56 ip : "172.16.17.249/29"
57 sdesc : "2kwv"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62iface_vr0:
63 comment : "naar Lijtweg1 en Lora Gateway 172.31.250.18, Lijtweg1 RBswitch poort 4"
64 ip : "172.31.250.19/29"
65 dhcp : False
66 type : "eth"
67 status : "up"
68
69
70iface_vr0_alias0:
71 comment : "Link naar Juffermans via switch nano 172.16.3.146 00:15:6d:f2:43:eb"
72 ip : "172.16.3.145/29"
73 sdesc : "2juffermans"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "140"
78 ssid : "il-ono.lijtweg2.wleiden.net"
79 dhcp : False
80 compass : "o"
81 ns_ip : "172.16.3.146/29"
82 ns_mac : "00:15:6d:f2:43:eb"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86
87iface_vr1:
88 comment : "Link naar HuygensN2"
89 ip : "172.16.3.113/29"
90 sdesc : "2huygN2"
91 mode : "ap-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "132"
95 ssid : "il-z-test.lijtweg2.wleiden.net"
96 dhcp : False
97 compass : "z"
98 ns_ip : "172.16.3.114/29"
99 ns_mac : "04:18:d6:56:a4:66"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
104iface_vr1_alias0:
105 comment : "Link naar Lebkov"
106 ip : "172.16.9.177/29"
107 sdesc : "2lebkov"
108 type : "eth"
109 dhcp : False
110 status : "up"
111
112iface_vr1_alias1:
113 comment : "Accesspoint bij Lebkov"
114 ip : "172.17.170.1/23"
115 sdesc : "ap-lebkov"
116 type : "eth"
117 dhcp : "10-250"
118 status : "up"
119 ns_ip : "172.17.170.2/23"
120 ns_mac : "f0:9f:c2:33:a8:fa"
121 bridge_type: "UniFi Mesh Pro"
122
123iface_vr1_extra0:
124 comment : "Interlink by Lebkov"
125 ip : "172.16.9.179/29"
126 type : "eth"
127 ns_mac : "04:18:d6:56:a5:9a"
128 bridge_type: "NanoStationM5"
129 status : "up"
130
131iface_vr2:
132 comment : "InterLink naar Rustenborch"
133 ip : "172.16.6.33/29"
134 sdesc : "2rustenborch"
135 mode : "station-wds"
136 type : "eth"
137 extra_type : "eth2wifibridge"
138 channel : "64"
139 ssid : "il-w.lijtweg2.wleiden.net"
140 dhcp : False
141 compass : "zw"
142 ns_ip : "172.16.6.34/29"
143 ns_mac : "04:18:d6:56:ad:5e"
144 bridge_type: "NanoStation5 M5"
145 status : "up"
146
147
148
149
Note: See TracBrowser for help on using the repository browser.