source: genesis/nodes/OnsBuiten2/wleiden.yaml@ 14147

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#
4board : "net4801"
5comment : "None"
6latitude : "52.171656"
7location : "Tuinvereniging Ons Buiten bij Ronald, Joop Vervoornpad 16, 2315KL, Leiden"
8longitude : "4.503973"
9masterip : "172.17.148.1"
10monitoring_group: "Leiden"
11nodename : "OnsBuiten2"
12nodetype : "Hybrid"
13portal_sponsor: "Tuinvereniging Ons Buiten"
14portal_url: "http://www.onsbuitenleiden.nl/"
15rdnap_x : 94738
16rdnap_y : 465158
17release : "11.1-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "planned"
24
25
26iface_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
36iface_bridge0:
37 comment : "Access Point"
38 ip : "172.17.148.1/24"
39 type : "eth"
40 dhcp : "10-240"
41 status : "up"
42
43
44iface_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
60iface_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
76iface_vr2:
77 comment : "Unused"
78 type : "eth"
79 parent : "bridge0"
Note: See TracBrowser for help on using the repository browser.