source: genesis/nodes/Theehuis/wleiden.yaml@ 14274

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

Theehuis is gebouwd en werkt

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16878"
7location : "Theehuis Noord, Joop Vervoornpad , 2316 EP, Leiden"
8longitude : "4.49961"
9masterip : "172.17.143.1"
10monitoring_group: "Leiden"
11nodename : "Theehuis"
12nodetype : "Hybrid"
13portal_sponsor: "Theehuis Noord"
14portal_url: "http://www.leidennoord.nl/Theehuis-Noord-buurtmuseum/"
15rdnap_x : 94580
16rdnap_y : 465202
17release : "11.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Lokaal Ap"
28 parent : "bridge0"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "WiFi-Theehuis"
34 status : "up"
35
36iface_bridge0:
37 comment : "Access Point"
38 ip : "172.17.143.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.10.124/29"
47 sdesc : "2som2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "64"
52 ssid : "il-o.som2.wleiden.net"
53 dhcp : False
54 compass : "w"
55 ns_ip : "172.16.10.123/29"
56 ns_mac : "04:18:d6:54:cd:2d"
57 bridge_type: "NanoBeamM5"
58 status : "up"
59
60iface_vr1:
61 comment : "AP-dak"
62 mode : "ap"
63 type : "eth"
64 parent : "bridge0"
65 extra_type : "eth2wifibridge"
66 channel : "11"
67 ssid : "WiFi Theehuis"
68 dhcp : False
69 compass : "z"
70 ns_ip : "172.17.143.2/24"
71 ns_mac : "00:15:6d:d4:f8:0f"
72 bridge_type: "Bullet2"
73 status : "up"
74
75iface_vr2:
76 comment : "AP-binnen"
77 type : "eth"
78 parent : "bridge0"
79 mode : "ap"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "11"
83 ssid : "WiFi Theehuis"
84 dhcp : False
85 compass : "z"
86 ns_ip : "172.17.143.3/24"
87 ns_mac : "dc:9f:db:62:13:dc"
88 bridge_type: "NanoStation2"
89 status : "up"
Note: See TracBrowser for help on using the repository browser.