source: genesis/nodes/HybridKWKRBZuid/wleiden.yaml@ 13105

Last change on this file since 13105 was 13075, checked in by huub, 10 years ago

eerste aanzet nodes KW

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : ""
8location : ", , , Katwijk"
9longitude : ""
10masterip : "172.16.12.1"
11monitoring_group: "Katwijk"
12nodename : "KWKRBZuid"
13nodetype : "Hybrid"
14rdnap_x :
15rdnap_y :
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "planned"
23
24
25iface_ath0:
26 comment : "Omni voor lokaal"
27 ip : "172.16.12.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Katwijk"
33 dhcp : "10-250"
34 status : "down"
35
36iface_vr0:
37 comment : "naar Vuurbaak "
38 ip : "172.16.10.124/29"
39 sdesc : "2vuurbaak"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-zw.vuurbaak.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.10.123/29"
47 ns_mac : ""
48 bridge_type: "NanoStationM5"
49 status : "down"
50
51iface_vr1:
52 comment : "ap strand"
53 ip : "172.16.13.1/24"
54 sdesc : "ap-strand"
55 mode : "ap"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 ssid : "WiFi-Katwijk"
59 dhcp : 10-250
60 compass : "n"
61 ns_ip : "172.16.13.2/24"
62 ns_mac : ""
63 bridge_type: "NanoStationM2Loco"
64 status : "up"
65
66iface_vr2:
67 comment : "ap strand"
68 ip : "172.16.14.1/24"
69 sdesc : "ap-strand"
70 mode : "ap"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 ssid : "WiFi-Katwijk"
74 dhcp : 10-250
75 compass : "n"
76 ns_ip : "172.16.14.2/24"
77 ns_mac : ""
78 bridge_type: "NanoStationM2Loco"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.