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

Last change on this file since 14158 was 14158, checked in by rick, 7 years ago

Add bonus interface for connectivity inside cottage

File size: 2.2 KB
RevLine 
[14030]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[14148]4board : "ALIX2"
[14030]5comment : "None"
[14063]6latitude : "52.171656"
[14030]7location : "Tuinvereniging Ons Buiten bij Ronald, Joop Vervoornpad 16, 2315KL, Leiden"
[14063]8longitude : "4.503973"
[14030]9masterip : "172.17.148.1"
10monitoring_group: "Leiden"
11nodename : "OnsBuiten2"
12nodetype : "Hybrid"
13portal_sponsor: "Tuinvereniging Ons Buiten"
14portal_url: "http://www.onsbuitenleiden.nl/"
[14148]15rdnap_x : 94580
16rdnap_y : 465202
[14030]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"
[14148]51 channel : "64"
[14030]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"
[14148]67 channel : "56"
[14030]68 ssid : "il-z.onsbuiten2.wleiden.net"
69 dhcp : False
70 compass : "z"
71 ns_ip : "172.16.9.82/29"
[14148]72 ns_mac : "00:15:6d:70:53:86"
[14030]73 bridge_type: "NanoStation5"
74 status : "up"
[14147]75
76iface_vr2:
[14157]77 comment : "Extra AP"
[14147]78 type : "eth"
79 parent : "bridge0"
[14157]80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "56"
84 ssid : "WiFi-Leiden"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.17.148.2/24"
88 ns_mac : "00:15:6d:ad:d7:e5"
89 bridge_type: "NanoStation5"
90 status : "up"
[14158]91
92iface_ue0:
93 comment : "Link naar Binnen"
94 type : "eth"
95 parent : "bridge0"
Note: See TracBrowser for help on using the repository browser.