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

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

Link naar het huis.

File size: 2.1 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: True
22service_proxy_normal: True
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor Buurt"
28 ip : "172.17.50.1/26"
29 sdesc : "2buurt"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-ZTW-Rustdam"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link to ZuidbuurseKerk"
40 ip : "172.16.6.148/28"
41 sdesc : "2kerk"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_vr0:
48 comment : "Link to house"
49 ip : "172.16.7.100/28"
50 sdesc : "2house"
51 type : "eth"
52 dhcp : False
53 ns_ip : "172.16.7.99/28"
54 ns_mac : "00:00:00:00:00:00"
55 ns_type : "ns2"
56 bridge_type: "NanoStation2"
57 status : "up"
58
59iface_vr0_alias0:
60 comment : "Uplink"
61 ip : "192.168.178.10/24"
62 sdesc : "uplink"
63 type : "eth"
64 dhcp : False
65 status : "up"
66
67iface_vr1:
68 comment : "Access Point"
69 ip : "172.17.51.1/24"
70 sdesc : "2veld"
71 mode : "ap-wds"
72 type : "eth"
73 ssid : "ap-ZTW-Rustdam-Veld1"
74 dhcp : "10-240"
75 ns_ip : "172.17.51.2/24"
76 ns_mac : "00:00:00:00:00:00"
77 ns_type : "ns2"
78 bridge_type: "NanoStation2"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Access Point"
84 ip : "172.17.52.1/24"
85 sdesc : "2veld"
86 mode : "ap-wds"
87 type : "eth"
88 ssid : "ap-ZTW-Rustdam-Veld2"
89 dhcp : "10-240"
90 ns_ip : "172.17.52.2/24"
91 ns_mac : "00:00:00:00:00:00"
92 ns_type : "ns2"
93 bridge_type: "NanoStation2"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.