source: genesis/nodes/Rick/wleiden.yaml@ 14285

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

Fix /tools/wl-config not able to find correct servers

Make sure old sunny IP is not used at device, since it confuses
/tools/wl-config as this IP is hard-coded and previously used as backup server.

Fixes support#731

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "80.127.152.25"
7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
19rdr_host : "80.127.152.27"
20release : "9.0-RELEASE"
21service_accesspoint: True
22service_concentrator: False
23service_incoming_rdr: True
24service_proxy_ileiden: True
25service_proxy_normal: True
26serviceid : "172.31.254.9"
27status : "up"
28publicnat : ['http', 'https', 'submission', 'imaps', 'pop3s']
29
30
31iface_ath0:
32 comment : "Ap binnen"
33 parent : "bridge0"
34 sdesc : "apbinnen"
35 mode : "ap"
36 type : "11g"
37 channel : 6
38 ssid : "WIFI4NL"
39 status : "up"
40
41
42iface_bridge0:
43 comment : "Access Points"
44 ip : "172.17.34.1/24"
45 type : "eth"
46 dhcp : "10-240"
47 status : "up"
48
49iface_vr0:
50 comment : "Uplink XS4ALL FTTH (VAS)"
51 ip : "80.127.152.27/29"
52 sdesc : "2external"
53 type : "eth"
54 dhcp : False
55 status : "up"
56
57iface_vr1_102:
58 comment : "Link naar JVC"
59 ip : "172.16.6.116/29"
60 sdesc : "2jvc"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "36"
65 ssid : "il-no.jvc.wleiden.net"
66 dhcp : False
67 compass : "zw"
68 ns_ip : "172.16.6.115/29"
69 ns_mac : "00:27:22:11:fd:ed"
70 bridge_type: "NanoStation M5"
71 status : "up"
72
73iface_vr1_103:
74 comment : "Link naar Meerburgkerk"
75 ip : "172.16.3.100/29"
76 sdesc : "2meerburgkerk"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "116"
81 ssid : "il-wzw.mbkerk.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.3.99/29"
85 ns_mac : "24:a4:3c:72:01:95"
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89iface_vr1_104:
90 comment : "Loco tegen het raam"
91 parent : "bridge0"
92 sdesc : "2buiten"
93 mode : "ap-wds"
94 type : "eth"
95 channel : 1
96 ssid : "WIFI4NL"
97 ns_ip : "172.17.34.2/24"
98 ns_mac : "dc:9f:db:3e:19:a1"
99 ns_type : "ns2"
100 bridge_type: "NanoStationLocoM2"
101 status : "up"
102
103iface_vr1_105:
104 comment : "Link naar Rick2"
105 ip : "172.16.6.124/29"
106 sdesc : "2rick2"
107 type : "eth"
108 dhcp : False
109 status : "up"
110
111
112
113iface_vr2:
114 comment : "Link to Server"
115 ip : "172.17.107.1/24"
116 sdesc : "2druif"
117 type : "eth"
118 dhcp : False
119 status : "up"
120
121iface_vr2_alias0:
122 comment : "Claim IP range for old sunny server"
123 ip : "172.16.4.45/30"
124 sdesc : "2unused"
125 type : "eth"
126 status : "up"
127
128iface_vr2_extra0:
129 comment : "UniFi Cloud Key"
130 ip : "172.17.107.10/24"
131 sdesc : "2unifi"
132 type : "eth"
133 dhcp : False
134 status : "up"
135
136iface_vr2_extra1:
137 comment : "Access from private network Zwet"
138 ip : "172.17.107.20/24"
139 sdesc : "2routerZW"
140 type : "eth"
141 dhcp : False
142 status : "up"
143
144
Note: See TracBrowser for help on using the repository browser.