source: genesis/nodes/Lijtweg1/wleiden.yaml@ 13874

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

New lora GW at Lijtweg

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.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
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 noord"
26 ip : "172.23.12.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Oegstgeest"
32 wlan_mac : "00:1b:b1:05:02:7c"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Extra ap west richting Rabobank"
39 ip : "172.17.69.1/24"
40 sdesc : "AP-west"
41 mode : "ap3"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "2"
45 ssid : "WiFi-Oegstgeest-3"
46 dhcp : "10-250"
47 compass : "w"
48 ns_ip : "172.17.69.2"
49 ns_mac : "00:27:22:e2:53:1c"
50 bridge_type: "NanoStationM2"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Ethernet naar Lijtweg2"
56 ip : "172.16.253.1/30"
57 sdesc : "2lijtweg2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr0:
64 comment : "Link naar Voorhout TEYBestuurscentrum"
65 ip : "172.16.4.113/29"
66 sdesc : "2teybc"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "56"
71 ssid : "il-n.lijtweg1.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.4.114"
75 ns_mac : "dc:9f:db:2e:0b:03"
76 bridge_type: "NanoBridgeM5"
77 status : "up"
78
79
80iface_vr0_alias0:
81 comment : "Link naar Walter en Rene"
82 ip : "172.16.6.9/29"
83 sdesc : "2rene"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 dhcp : False
88 bridge_type: "NanoStation M5"
89 status : "up"
90
91iface_vr0_alias1:
92 comment : "naar Lora Gateway via switch"
93 ip : "172.31.250.17/29"
94 dhcp : False
95 type : "eth"
96
97iface_vr1:
98 comment : "Link naar xxxx"
99 ip : "172.16.6.145/29"
100 sdesc : "2kaag1"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "124"
105 ssid : "il-o.lijtweg1.wleiden.net"
106 dhcp : False
107 compass : "no"
108 ns_ip : "172.16.6.146"
109 ns_mac : "00:15:6d:70:53:86"
110 bridge_type: "NanoStation5"
111 status : "up"
112
113
114iface_vr1_alias0:
115 comment : "Link naar Langevoort"
116 ip : "172.16.6.241/29"
117 sdesc : "2langevoort"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 dhcp : False
121 bridge_type: "NanoStation M5"
122 status : "up"
123
124
125iface_vr2:
126 comment : "Link naar Aster"
127 ip : "172.16.17.89/29"
128 sdesc : "2aster"
129 mode : "ap-wds"
130 type : "eth"
131 extra_type : "eth2wifibridge"
132 channel : "116"
133 ssid : "il-w.lijtweg1.wleiden.net"
134 dhcp : False
135 compass : "w"
136 ns_ip : "172.16.17.90/29"
137 ns_mac : "00:15:6d:70:54:65"
138 bridge_type: "NanoStation5"
139 status : "up"
140
141
Note: See TracBrowser for help on using the repository browser.