source: genesis/nodes/Lijtweg2/wleiden.yaml@ 13879

Last change on this file since 13879 was 13879, checked in by huub, 8 years ago

configuratie Lijtweg2 aangepast aan nieuwe situatie: link naar lijtweg1 en LoRa gateway via switches, M5 op vr1 richting zuid en M5 op vr2 richting west

File size: 3.2 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 : "9.0-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 Hofwijck"
56 ip : "172.16.3.105/29"
57 sdesc : "2hofwijck"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_ue0_alias1:
64 comment : "Interlink naar KWVdeKaag"
65 ip : "172.16.17.249/29"
66 sdesc : "2kwv"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71iface_vr0:
72 comment : "Ethernet naar Lijtweg1 via switch"
73 ip : "172.16.253.2/30"
74 sdesc : "2lijtweg1"
75 type : "eth"
76 dhcp : False
77 status : "up"
78
79
80iface_vr0_alias0:
81 comment : "Link naar Juffermans via switch nano 172.16.17.147 00:15:6d:f2:43:eb"
82 ip : "172.16.3.146/29"
83 sdesc : "2juffermans"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "140"
88 ssid : "il-ono.lijtweg2.wleiden.net"
89 dhcp : False
90 compass : "o"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
94iface_vr0_alias1:
95 comment : "naar Lora Gateway (172.31.250.18) via Lijtweg1 switch"
96 ip : "172.31.250.19/29"
97 dhcp : False
98 type : "eth"
99
100
101iface_vr1:
102 comment : "Link naar xxxxx"
103 ip : "172.16.3.113/29"
104 sdesc : "2xxx"
105 mode : "ap-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "132"
109 ssid : "il-z.lijtweg2.wleiden.net"
110 dhcp : False
111 compass : "z"
112 ns_ip : "172.16.3.114/29"
113 ns_mac : "04:18:D6:56:A4:66"
114 bridge_type: "NanoStation M5"
115 status : "up"
116
117
118iface_vr1_alias0:
119 comment : "Link naar Lebkov ? "
120 ip : "172.16.3.129/29"
121 sdesc : "2lebkov"
122 type : "eth"
123 dhcp : False
124 status : "up"
125
126iface_vr2:
127 comment : "InterLink naar Rustenborch"
128 ip : "172.16.6.33/29"
129 sdesc : "2rustenborch"
130 mode : "station-wds"
131 type : "eth"
132 extra_type : "eth2wifibridge"
133 channel : "64"
134 ssid : "il-w.lijtweg2.wleiden.net"
135 dhcp : False
136 compass : "zw"
137 ns_ip : "172.16.6.34"
138 ns_mac : "00:15:6d:70:51:c6 04:18:D6:56:AD:5E"
139 bridge_type: "NanoStation5 M5"
140 status : "up"
141
142
143
144
Note: See TracBrowser for help on using the repository browser.