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

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

All cosmetic fixes.

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : None
7location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
8longitude : None
9masterip : "172.17.50.1"
10nodename : "Rustdam"
11nodetype : "Hybrid"
12rdnap_x : None
13rdnap_y : None
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "Omni voor Buurt"
24 ip : "172.17.50.1/26"
25 sdesc : "2buurt"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-Zoeterwoude-Rustdam"
30 dhcp : "10-60"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link to ZuidbuurseKerk"
36 ip : "172.16.6.148/28"
37 sdesc : "2kerk"
38 type : "eth"
39 dhcp : False
40 status : "planned"
41
42
43iface_vr0:
44 comment : "Link to house"
45 ip : "0.0.0.0/30"
46 sdesc : "2house"
47 type : "eth"
48 dhcp : "client"
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-Zoeterwoude-Rustdam-Veld1"
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-Zoeterwoude-Rustdam-Veld2"
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.