source: genesis/nodes/HybridDrijfhuis/wleiden.yaml@ 11266

Last change on this file since 11266 was 11266, checked in by huub, 13 years ago

recpark drijfhuis en kempers naar hybrid

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.26387"
7location : "Jachthaven Drijfhuis,Uiterweg 27, 1431 AA,Aalsmeer"
8longitude : "4.74555"
9masterip : "172.17.12.1"
10nodename : "Drijfhuis"
11nodetype : "Hybrid"
12rdnap_x : "111196"
13rdnap_y : "475288"
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 : "OMNI voor Wifi op de Drijfhuis"
24 ip : "172.17.12.1/24"
25 sdesc : "ap-omni"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-westeinder-drijfhuis"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "link naar Watertoren1"
36 ip : "172.16.16.36/29"
37 sdesc : "2watertoren1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-nw.watertoren1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.35"
46 ns_mac : "00:15:6d:70:50:04"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr1:
52 comment : "link naar schiphol (UNUSED)"
53 ip : "172.16.3.233/29"
54 sdesc : "2schiphol"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "60"
59 ssid : "il-zw.drijfhuis.wleiden.net"
60 dhcp : False
61 compass : "sw"
62 ns_ip : "172.16.3.234/29"
63 ns_mac : "00:15:6d:70:4d:6d"
64 bridge_type: "NanoStation5"
65 status : "down"
66
67
Note: See TracBrowser for help on using the repository browser.