source: genesis/nodes/HybridRecPark/wleiden.yaml@ 11279

Last change on this file since 11279 was 11279, checked in by richardvm, 13 years ago
File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25868"
7location : "Recreatiepark,Uiterweg 214/303,1431AJ,Aalsmeer"
8longitude : "4.75814"
9masterip : "172.17.11.1"
10nodename : "Recpark"
11nodetype : "Hybrid"
12rdnap_x : "112051"
13rdnap_y : "474703"
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.17.11.1/24"
25 sdesc : "ap-omni"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-westeinder-recpark"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Nanostation5 naar Schiphol"
36 ip : "172.16.16.225/29"
37 sdesc : "2schiphol"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "140"
42 ssid : "il-no.recpark.wleiden.net"
43 dhcp : False
44 compass : "ne"
45 ns_ip : "172.16.16.226/29"
46 ns_mac : "00:15:6d:70:4d:75"
47 bridge_type: "NanoStation5"
48 status : "down"
49
50
51iface_vr1:
52 comment : "link naar Watertoren3"
53 ip : "172.16.16.76/29"
54 sdesc : "2watertoren3"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "36"
59 ssid : "il-w.watertoren3.wleiden.net"
60 dhcp : False
61 compass : "z"
62 ns_ip : "172.16.16.75/29"
63 ns_mac : "00:15:6d:70:4d:a4"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr2:
69 comment : "subnet naar nano"
70 ip : "172.17.2.129/26"
71 sdesc : "2ring"
72 mode : "ap"
73 type : "eth"
74 channel : "80"
75 ssid : "ap-westeinder-recpark-2"
76 dhcp : "133-190"
77 ns_ip : "172.17.2.130/26"
78 ns_mac : ""
79 status : "up"
80
Note: See TracBrowser for help on using the repository browser.