source: genesis/nodes/HybridKudelstaart/wleiden.yaml@ 11760

Last change on this file since 11760 was 11760, checked in by huub, 12 years ago

aanzet config voor Kempers Kudelstaart

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.236636"
7location : "Jachthaven Kempers, Kudelstaartseweg 226, 1433 GR, Kudelstaart"
8longitude : "4.748569"
9masterip : "172.17.77.1"
10monitoring_group: "westeinder"
11nodename : "Kudelstaart"
12nodetype : "Hybrid"
13portal_sponsor: "Kempers Watersport Kudelstaart"
14portal_url: "http://www.kemperswatersport.nl"
15rdnap_x : 111375
16rdnap_y : 472255
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "planned"
24
25iface_ue0:
26 comment : "Accesspoints via switch"
27 ip : "172.17.77.1/24"
28 sdesc : "2aps"
29 mode : "ap"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "6"
33 ssid : "ap-Westeinder-Kudelstaart"
34 dhcp : "10-250"
35 compass : "z"
36 ns_ip : "1172.17.77.2/24"
37 ns_mac : ""
38 bridge_type: "NanoStation M2"
39 status : "up"
40
41iface_vr0:
42 comment : "Link naar Kempers Leimuiden"
43 ip : "172.16.6.201/29"
44 sdesc : "2kempers"
45 mode : "ap-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "44"
49 ssid : "il-wzw.kudelstaart.wleiden.net"
50 dhcp : False
51 compass : "wzw"
52 ns_ip : "172.16.6.202/29"
53 ns_mac : ""
54 bridge_type: "NanoStation M5"
55 status : "up"
56
57iface_vr1:
58 comment : "Link naar Watertoren3"
59 ip : "172.16.16.148/29"
60 sdesc : "2wtoren3"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "44"
65 ssid : "il-z.watertoren3.wleiden.net"
66 dhcp : False
67 compass : "nno"
68 ns_ip : "172.16.16.147/29"
69 ns_mac : ""
70 bridge_type: "NanoStation M5"
71 status : "up"
72
73iface_vr2:
74 comment : "Link naar Recpark"
75 ip : "172.16.6.209/29"
76 sdesc : "2recpark"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "52"
81 ssid : "il-nnw.kudelstaart.wleiden.net"
82 dhcp : False
83 compass : "n"
84 ns_ip : "172.16.6.210/29"
85 ns_mac : ""
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.