source: genesis/nodes/HybridKWVuurbaak/wleiden.yaml@ 13279

Last change on this file since 13279 was 13271, checked in by huub, 10 years ago

config kwvuurbaak aangevuld

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.20026"
8location : ", , , Katwijk"
9longitude : "4.39105"
10masterip : "172.17.163.1"
11monitoring_group: "Katwijk"
12nodename : "KWVuurbaak"
13nodetype : "Hybrid"
14rdnap_x : 86899
15rdnap_y : 468484
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor lokaal"
27 ip : "172.17.163.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Katwijk"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "naar KRBZuid "
38 ip : "172.16.10.121/29"
39 sdesc : "2KRBZuid"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-zw.vuurbaak.wleiden.net"
44 channel : 44
45 dhcp : False
46 compass : "nw"
47 ns_ip : "172.16.10.122/29"
48 ns_mac : ""
49 bridge_type: "NanoStationM5"
50 status : "up"
51
52iface_vr0:
53 comment : "naar Gorleus lab"
54 ip : "172.16.5.100/29"
55 sdesc : "2unigorn"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ssid : "il-o.unigorn.wleiden.net"
60 channel : 132
61 dhcp : False
62 compass : "o"
63 ns_ip : "172.16.5.99/29"
64 ns_mac : "24:A4:3C:72:01:F2"
65 bridge_type: "NanoStationM5"
66 status : "up"
67
68iface_vr1:
69 comment : "naar KNRM, il-noordoost "
70 ip : "172.16.10.129/29"
71 sdesc : "2knrm"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 ssid : "il-no.vuurbaak.wleiden.net"
76 channel : 36
77 dhcp : False
78 compass : "o"
79 ns_ip : "172.16.10.130/29"
80 ns_mac : ""
81 bridge_type: "NanoStationM5"
82 status : "up"
83
84iface_vr2:
85 comment : "aps via switch"
86 ip : "172.17.164.1/24"
87 sdesc : "aps"
88 mode : "ap"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 ssid : "WiFi-Katwijk"
92 channel : 6
93 dhcp : 10-250
94 compass : " "
95 ns_ip : "172.17.164.2/24"
96 ns_mac : "DC:9F:DB:3E:27:A3"
97 bridge_type: "NanoStationM2Loco"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.