Last change
on this file since 14147 was 14147, checked in by rick, 7 years ago |
Add unused interfaces to bridge port
Allows attaching internal AP
|
File size:
1.8 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "net4801"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.171656"
|
---|
7 | location : "Tuinvereniging Ons Buiten bij Ronald, Joop Vervoornpad 16, 2315KL, Leiden"
|
---|
8 | longitude : "4.503973"
|
---|
9 | masterip : "172.17.148.1"
|
---|
10 | monitoring_group: "Leiden"
|
---|
11 | nodename : "OnsBuiten2"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | portal_sponsor: "Tuinvereniging Ons Buiten"
|
---|
14 | portal_url: "http://www.onsbuitenleiden.nl/"
|
---|
15 | rdnap_x : 94738
|
---|
16 | rdnap_y : 465158
|
---|
17 | release : "11.1-RELEASE"
|
---|
18 | service_accesspoint: True
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: False
|
---|
22 | service_proxy_normal: False
|
---|
23 | status : "planned"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_ath0:
|
---|
27 | comment : "Lokaal Ap"
|
---|
28 | parent : "bridge0"
|
---|
29 | sdesc : "ap"
|
---|
30 | mode : "ap"
|
---|
31 | type : "11g"
|
---|
32 | channel : 1
|
---|
33 | ssid : "WiFi-Leiden"
|
---|
34 | status : "up"
|
---|
35 |
|
---|
36 | iface_bridge0:
|
---|
37 | comment : "Access Point"
|
---|
38 | ip : "172.17.148.1/24"
|
---|
39 | type : "eth"
|
---|
40 | dhcp : "10-240"
|
---|
41 | status : "up"
|
---|
42 |
|
---|
43 |
|
---|
44 | iface_vr0:
|
---|
45 | comment : "Link west - SOM2"
|
---|
46 | ip : "172.16.7.180/29"
|
---|
47 | sdesc : "2som2"
|
---|
48 | mode : "station-wds"
|
---|
49 | type : "eth"
|
---|
50 | extra_type : "eth2wifibridge"
|
---|
51 | channel : "6"
|
---|
52 | ssid : "il-o.som2.wleiden.net"
|
---|
53 | dhcp : False
|
---|
54 | compass : "w"
|
---|
55 | ns_ip : "172.16.7.179/29"
|
---|
56 | ns_mac : "00:00:00:00"
|
---|
57 | bridge_type: "NanoStationM5"
|
---|
58 | status : "up"
|
---|
59 |
|
---|
60 | iface_vr1:
|
---|
61 | comment : "link naar Eric"
|
---|
62 | ip : "172.16.9.81/29"
|
---|
63 | sdesc : "2eric"
|
---|
64 | mode : "ap-wds"
|
---|
65 | type : "eth"
|
---|
66 | extra_type : "eth2wifibridge"
|
---|
67 | channel : "11"
|
---|
68 | ssid : "il-z.onsbuiten2.wleiden.net"
|
---|
69 | dhcp : False
|
---|
70 | compass : "z"
|
---|
71 | ns_ip : "172.16.9.82/29"
|
---|
72 | ns_mac : "00:00:00:00"
|
---|
73 | bridge_type: "NanoStation5"
|
---|
74 | status : "up"
|
---|
75 |
|
---|
76 | iface_vr2:
|
---|
77 | comment : "Unused"
|
---|
78 | type : "eth"
|
---|
79 | parent : "bridge0"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.