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

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

Add WIFI4NL experiment

File size: 3.0 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"
28
29
30iface_ath0:
31 comment : "Ap binnen"
32 parent : "bridge0"
33 sdesc : "apbinnen"
34 mode : "ap"
35 type : "11g"
36 channel : 6
37 ssid : "WIFI4NL"
38 status : "up"
39
40
41iface_bridge0:
42 comment : "Access Points"
43 ip : "172.17.34.1/24"
44 type : "eth"
45 dhcp : "10-240"
46 status : "up"
47
48iface_vr0:
49 comment : "Uplink XS4ALL FTTH (VAS)"
50 ip : "80.127.152.27/29"
51 sdesc : "2external"
52 type : "eth"
53 dhcp : False
54 status : "up"
55
56iface_vr1_102:
57 comment : "Link naar JVC"
58 ip : "172.16.6.116/29"
59 sdesc : "2jvc"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "36"
64 ssid : "il-no.jvc.wleiden.net"
65 dhcp : False
66 compass : "zw"
67 ns_ip : "172.16.6.115/29"
68 ns_mac : "00:27:22:11:fd:ed"
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72iface_vr1_103:
73 comment : "Link naar Meerburgkerk"
74 ip : "172.16.3.100/29"
75 sdesc : "2meerburgkerk"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "116"
80 ssid : "il-wzw.mbkerk.wleiden.net"
81 dhcp : False
82 compass : "o"
83 ns_ip : "172.16.3.99/29"
84 ns_mac : "24:a4:3c:72:01:95"
85 bridge_type: "NanoStation M5"
86 status : "up"
87
88iface_vr1_104:
89 comment : "Loco tegen het raam"
90 parent : "bridge0"
91 sdesc : "2buiten"
92 mode : "ap-wds"
93 type : "eth"
94 channel : 1
95 ssid : "WIFI4NL"
96 ns_ip : "172.17.34.2/24"
97 ns_mac : "dc:9f:db:3e:19:a1"
98 ns_type : "ns2"
99 bridge_type: "NanoStationLocoM2"
100 status : "up"
101
102iface_vr1_105:
103 comment : "Link naar Rick2"
104 ip : "172.16.6.124/29"
105 sdesc : "2rick2"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
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_extra0:
121 comment : "UniFi Cloud Key"
122 ip : "172.17.107.10/24"
123 sdesc : "2unifi"
124 type : "eth"
125 dhcp : False
126 status : "up"
127
128iface_vr2_extra1:
129 comment : "Access from private network Zwet"
130 ip : "172.17.107.20/24"
131 sdesc : "2routerZW"
132 type : "eth"
133 dhcp : False
134 status : "up"
135
136
Note: See TracBrowser for help on using the repository browser.