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

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

Kunnen er op afstand bij.

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"
16remote_access: "83.85.202.106:1022"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "planned"
23
24
25iface_ath0:
26 comment : "Omni voor Buurt"
27 ip : "172.17.50.1/26"
28 sdesc : "2buurt"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-ZTW-Rustdam"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link to ZuidbuurseKerk"
39 ip : "172.16.6.148/28"
40 sdesc : "2kerk"
41 type : "eth"
42 dhcp : False
43 status : "planned"
44
45
46iface_vr0:
47 comment : "Link to house"
48 ip : "0.0.0.0/30"
49 sdesc : "2house"
50 type : "eth"
51 dhcp : "client"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Access Point"
57 ip : "172.17.51.1/24"
58 sdesc : "2veld"
59 mode : "ap-wds"
60 type : "eth"
61 ssid : "ap-ZTW-Rustdam-Veld1"
62 dhcp : "10-240"
63 ns_ip : "172.17.51.2/24"
64 ns_mac : "00:00:00:00:00:00"
65 ns_type : "ns2"
66 bridge_type: "NanoStation2"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Access Point"
72 ip : "172.17.52.1/24"
73 sdesc : "2veld"
74 mode : "ap-wds"
75 type : "eth"
76 ssid : "ap-ZTW-Rustdam-Veld2"
77 dhcp : "10-240"
78 ns_ip : "172.17.52.2/24"
79 ns_mac : "00:00:00:00:00:00"
80 ns_type : "ns2"
81 bridge_type: "NanoStation2"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.