source: genesis/nodes/OnsBuiten3/wleiden.yaml@ 14280

Last change on this file since 14280 was 14280, checked in by huub, 6 years ago

BulletM2 niet langer als repeater van OnsBuiten1 maar gewoon ap

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7gateway : "192.168.2.254"
8ileiden : True
9latitude : "52.1707"
10location : "Clubgebouw Tuinvereniging Ons Buiten, Joop Vervoornpad 16, 2315KL, Leiden"
11longitude : "4.5063"
12masterip : "172.17.101.1"
13monitoring_group: "Leiden"
14nodename : "OnsBuiten3"
15nodetype : "Hybrid"
16portal_sponsor: "Tuinvereniging Ons Buiten"
17portal_url: "http://www.onsbuitenleiden.nl/"
18rdnap_x : 94738
19rdnap_y : 465093
20release : "11.2-RELEASE"
21service_accesspoint: True
22service_concentrator: False
23service_incoming_rdr: False
24service_proxy_ileiden: True
25service_proxy_normal: True
26serviceid : "172.31.254.22"
27status : "up"
28
29
30iface_ath0:
31 comment : "Lokaal Ap"
32 parent : "bridge0"
33 sdesc : "ap"
34 mode : "ap"
35 type : "11g"
36 channel : 1
37 ssid : "WiFi Ons Binnen"
38 status : "up"
39
40iface_bridge0:
41 comment : "Access Points"
42 ip : "172.17.101.1/24"
43 type : "eth"
44 dhcp : "10-240"
45 status : "up"
46
47iface_vr0:
48 comment : "Link to external interface"
49 ip : "192.168.2.99/24"
50 sdesc : "2external"
51 mode : "ap"
52 type : "eth"
53 dhcp : False
54 status : "up"
55
56iface_vr1:
57 comment : "Link noord - turfhok OnsBuiten1"
58 ip : "172.16.7.1/29"
59 sdesc : "2onsbt1"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "100"
64 ssid : "il-n.onsbuiten3.wleiden.net"
65 dhcp : False
66 compass : "n"
67 ns_ip : "172.16.7.2/29"
68 ns_mac : "80:2a:a8:74:4a:35"
69 bridge_type: "NanostationM5"
70 status : "up"
71
72
73iface_vr2:
74 comment : "AP Clubhuis"
75 parent : "bridge0"
76 sdesc : "ap2"
77 mode : "ap"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "11"
81 ssid : "WiFi Ons Buiten"
82 dhcp : False
83 compass : "z"
84 ns_ip : "172.17.101.2/24"
85 ns_mac : "24:a4:3c:9e:14:74"
86 bridge_type: "BulletM2"
87 status : "up"
88
89
90
91
Note: See TracBrowser for help on using the repository browser.