source: genesis/nodes/HybridPVKerkDuif/wleiden.yaml@ 11519

Last change on this file since 11519 was 11519, checked in by rick, 12 years ago

Schoommaak ondersteuning.

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.11823"
8location : "PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude "
9longitude : "4.50433"
10masterip : "172.17.13.1"
11monitoring_group: "wzoeterwoude"
12nodename : "PVKerkDuif"
13nodetype : "Hybrid"
14rdnap_x : 94532
15rdnap_y : 459257
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor Binnen"
26 ip : "172.17.13.1/26"
27 sdesc : "2binnen"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-ZTW-PVKerkDuif-Binnen"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link naar PVKerkDuif Network"
38 ip : "172.17.13.65/28"
39 sdesc : "2building"
40 type : "eth"
41 dhcp : "66-78"
42 status : "down"
43
44
45iface_vr1:
46 comment : "Link to Zwet"
47 ip : "172.16.16.172/29"
48 sdesc : "2zwet"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-o.zwet.wleiden.net"
53 dhcp : False
54 compass : "w"
55 ns_ip : "172.16.16.171/29"
56 ns_mac : "00:15:6d:ec:82:69"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr2:
62 comment : "AccessPoint Sportvelden via NanoStation"
63 ip : "172.17.20.1/24"
64 sdesc : "2sportvelden"
65 mode : "station-wds"
66 type : "eth"
67 channel : "10"
68 ssid : "ap-ZTW-PVKerkDuif-Buiten"
69 dhcp : "11-250"
70 ns_ip : "172.17.20.2/24"
71 ns_mac : "00:27:22:80:5a:b6"
72 bridge_type: "NanoStation M2"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.