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

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

Configuratie eerste node vanuit het Free-WiFi project.

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 :
7location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
8longitude :
9masterip : "172.17.50.1"
10nodename : "Rustdam"
11nodetype : "Hybrid"
12rdnap_x :
13rdnap_y :
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
33iface_ue0:
34 comment : "Link to ZuidbuurseKerk"
35 ip : "172.16.6.148/28"
36 sdesc : "2kerk"
37 type : "eth"
38 dhcp : False
39 status : "planned"
40
41iface_vr0:
42 comment : "Link to house"
43 ip : "0.0.0.0/30"
44 sdesc : "2house"
45 type : "eth"
46 dhcp : "client"
47 status : "up"
48
49iface_vr1:
50 comment : "Access Point"
51 ip : "172.17.51.1/24"
52 sdesc : "2veld"
53 mode : "ap-wds"
54 type : "eth"
55 ssid : "ap-Zoeterwoude-Rustdam-Veld1"
56 dhcp : "10-240"
57 ns_ip : "172.17.51.2/24"
58 ns_mac : "00:00:00:00:00:00"
59 ns_type : "ns2"
60 bridge_type: "NanoStation2"
61 status : "up"
62
63iface_vr2:
64 comment : "Access Point"
65 ip : "172.17.52.1/24"
66 sdesc : "2veld"
67 mode : "ap-wds"
68 type : "eth"
69 ssid : "ap-Zoeterwoude-Rustdam-Veld2"
70 dhcp : "10-240"
71 ns_ip : "172.17.52.2/24"
72 ns_mac : "00:00:00:00:00:00"
73 ns_type : "ns2"
74 bridge_type: "NanoStation2"
75 status : "up"
Note: See TracBrowser for help on using the repository browser.