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

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

Zaterdag wordt nieuwe (extra) node geplaatst.

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