source: genesis/nodes/Rick/wleiden.yaml

Last change on this file was 14342, checked in by rick, 6 years ago

Migrate interface to USB dongle for debugging

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_ue0:
43 comment : "Link naar Rick2"
44 ip : "172.16.6.124/29"
45 sdesc : "2rick2"
46 type : "eth"
47 dhcp : False
48 status : "up"
49
50
51iface_bridge0:
52 comment : "Access Points"
53 ip : "172.17.34.1/24"
54 type : "eth"
55 dhcp : "10-240"
56 status : "up"
57
58iface_vr0:
59 comment : "Uplink XS4ALL FTTH (VAS)"
60 ip : "80.127.152.27/29"
61 sdesc : "2external"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66iface_vr1_102:
67 comment : "Link naar JVC"
68 ip : "172.16.6.116/29"
69 sdesc : "2jvc"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-no.jvc.wleiden.net"
75 dhcp : False
76 compass : "zw"
77 ns_ip : "172.16.6.115/29"
78 ns_mac : "00:27:22:11:fd:ed"
79 bridge_type: "NanoStation M5"
80 status : "up"
81
82iface_vr1_103:
83 comment : "Link naar Meerburgkerk"
84 ip : "172.16.3.100/29"
85 sdesc : "2meerburgkerk"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "116"
90 ssid : "il-wzw.mbkerk.wleiden.net"
91 dhcp : False
92 compass : "o"
93 ns_ip : "172.16.3.99/29"
94 ns_mac : "24:a4:3c:72:01:95"
95 bridge_type: "NanoStation M5"
96 status : "up"
97
98iface_vr1_104:
99 comment : "Loco tegen het raam"
100 parent : "bridge0"
101 sdesc : "2buiten"
102 mode : "ap-wds"
103 type : "eth"
104 channel : 1
105 ssid : "WIFI4NL"
106 ns_ip : "172.17.34.2/24"
107 ns_mac : "dc:9f:db:3e:19:a1"
108 ns_type : "ns2"
109 bridge_type: "NanoStationLocoM2"
110 status : "up"
111
112iface_vr2:
113 comment : "Link to Server"
114 ip : "172.17.107.1/24"
115 sdesc : "2druif"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120iface_vr2_alias0:
121 comment : "Claim IP range for old sunny server"
122 ip : "172.16.4.45/30"
123 sdesc : "2unused"
124 type : "eth"
125 status : "up"
126
127iface_vr2_extra0:
128 comment : "UniFi Cloud Key"
129 ip : "172.17.107.10/24"
130 sdesc : "2unifi"
131 type : "eth"
132 dhcp : False
133 status : "up"
134
135iface_vr2_extra1:
136 comment : "Access from private network Zwet"
137 ip : "172.17.107.20/24"
138 sdesc : "2routerZW"
139 type : "eth"
140 dhcp : False
141 status : "up"
142
143
Note: See TracBrowser for help on using the repository browser.