source: genesis/nodes/HybridRustdam/wleiden.yaml@ 11554

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

Cleanup actie.

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11082"
7location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
8longitude : "4.50254"
9masterip : "172.17.50.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Rustdam"
12nodetype : "Hybrid"
13rdnap_x : "94400"
14rdnap_y : "458435"
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "planned"
22
23
24iface_ath0:
25 comment : "Omni voor Buurt"
26 ip : "172.17.50.1/26"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-ZTW-Rustdam"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link to ZuidbuurseKerk"
38 ip : "172.16.6.148/28"
39 sdesc : "2kerk"
40 type : "eth"
41 dhcp : False
42 status : "planned"
43
44
45iface_vr0:
46 comment : "Link to house"
47 ip : "0.0.0.0/30"
48 sdesc : "2house"
49 type : "eth"
50 dhcp : "client"
51 status : "up"
52
53
54iface_vr1:
55 comment : "Access Point"
56 ip : "172.17.51.1/24"
57 sdesc : "2veld"
58 mode : "ap-wds"
59 type : "eth"
60 ssid : "ap-ZTW-Rustdam-Veld1"
61 dhcp : "10-240"
62 ns_ip : "172.17.51.2/24"
63 ns_mac : "00:00:00:00:00:00"
64 ns_type : "ns2"
65 bridge_type: "NanoStation2"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Access Point"
71 ip : "172.17.52.1/24"
72 sdesc : "2veld"
73 mode : "ap-wds"
74 type : "eth"
75 ssid : "ap-ZTW-Rustdam-Veld2"
76 dhcp : "10-240"
77 ns_ip : "172.17.52.2/24"
78 ns_mac : "00:00:00:00:00:00"
79 ns_type : "ns2"
80 bridge_type: "NanoStation2"
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.