source: genesis/nodes/HybridKWGroeneveld/wleiden.yaml@ 13075

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

eerste aanzet nodes KW

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "9"
7latitude : ""
8location : ", , , Katwijk"
9longitude : ""
10masterip : "172.17.172.1"
11monitoring_group: "Katwijk"
12nodename : "KWGroeneveld"
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.17.172.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 NieuweKerk "
38 ip : "172.16.10.204/29"
39 sdesc : "2nieuwekerk"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-nno.nieuwekerk.wleiden.net"
44 dhcp : False
45 compass : "zzw"
46 ns_ip : "172.16.10.203/29"
47 ns_mac : ""
48 bridge_type: "NanoStationM5"
49 status : "down"
50
51iface_vr1:
52 comment : "naar KRBNoord "
53 ip : "172.16.10.193/29"
54 sdesc : "2krbnoord"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 ssid : "il-w.groeneveld.wleiden.net"
59 dhcp : False
60 compass : "w"
61 ns_ip : "172.16.10.194/29"
62 ns_mac : ""
63 bridge_type: "NanoStationM5"
64 status : "up"
65
66iface_vr2:
67 comment : "naar JohdeDoper"
68 ip : "172.16.10.212/29"
69 sdesc : "2jhdoper"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 ssid : "il-nw.johdedoper.wleiden.net"
74 dhcp : False
75 compass : "zo"
76 ns_ip : "172.16.10.211/29"
77 ns_mac : ""
78 bridge_type: "NanoStationM5"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.