source: genesis/nodes/HybridKWKRBNoord/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: 2.1 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.17.170.1"
11monitoring_group: "Katwijk"
12nodename : "KWKRBNoord"
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.170.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_ue0:
37 comment : "ap strand"
38 ip : "172.17.171.1/24"
39 sdesc : "ap-strand"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "WiFi-Katwijk"
44 dhcp : 10-250
45 ns_ip : "172.17.171.2/24"
46 ns_mac : ""
47 bridge_type: "NanoStationM2Loco"
48 status : "up"
49
50iface_vr0:
51 comment : "naar NieuweKerk "
52 ip : "172.16.10.148/29"
53 sdesc : "2nwkerk"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 ssid : "il-n.nieuwekerk.wleiden.net"
58 dhcp : False
59 compass : "zzo"
60 ns_ip : "172.16.10.147/29"
61 ns_mac : ""
62 bridge_type: "NanoStationM5"
63 status : "down"
64
65iface_vr1:
66 comment : "naar Andreas "
67 ip : "172.16.10.181/29"
68 sdesc : "2andreas"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 ssid : "il-nnw.andreas.wleiden.net"
73 dhcp : False
74 compass : "zzw"
75 ns_ip : "172.16.10.180/29"
76 ns_mac : ""
77 bridge_type: "NanoStationM5"
78 status : "up"
79
80iface_vr2:
81 comment : "naar Groeneveld "
82 ip : "172.16.10.196/29"
83 sdesc : "2grveld"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 ssid : "il-w.groeneveld.wleiden.net"
88 dhcp : False
89 compass : "zzw"
90 ns_ip : "172.16.10.195/29"
91 ns_mac : ""
92 bridge_type: "NanoStationM5"
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.