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

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

Forgot mode.

File size: 2.3 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.4/29"
41 sdesc : "2kerk"
42 type : "eth"
43 mode : "station-wds"
44 dhcp : False
45 ns_ip : "172.16.6.3/29"
46 ns_mac : "00:00:00:00:00:00"
47 ns_type : "ns2"
48 bridge_type: "NanoStation2"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link to house"
54 ip : "172.16.7.100/29"
55 sdesc : "2house"
56 type : "eth"
57 mode : "station-wds"
58 dhcp : False
59 ns_ip : "172.16.7.99/29"
60 ns_mac : "00:00:00:00:00:00"
61 ns_type : "ns2"
62 bridge_type: "NanoStation2"
63 status : "up"
64
65iface_vr0_alias0:
66 comment : "Uplink"
67 ip : "192.168.178.10/24"
68 sdesc : "uplink"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73iface_vr1:
74 comment : "Access Point"
75 ip : "172.17.51.1/24"
76 sdesc : "2veld"
77 mode : "ap-wds"
78 type : "eth"
79 ssid : "ap-ZTW-Rustdam-Veld1"
80 dhcp : "10-240"
81 ns_ip : "172.17.51.2/24"
82 ns_mac : "00:00:00:00:00:00"
83 ns_type : "ns2"
84 bridge_type: "NanoStation2"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Access Point"
90 ip : "172.17.52.1/24"
91 sdesc : "2veld"
92 mode : "ap-wds"
93 type : "eth"
94 ssid : "ap-ZTW-Rustdam-Veld2"
95 dhcp : "10-240"
96 ns_ip : "172.17.52.2/24"
97 ns_mac : "00:00:00:00:00:00"
98 ns_type : "ns2"
99 bridge_type: "NanoStation2"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.