source: genesis/nodes/HybridKWAster/wleiden.yaml@ 13196

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

kanalen Lijtweg2 en Aster

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.18667"
8location : "flat, Asterstraat 254, 2223 VN, Katwijk"
9longitude : "4.41978"
10masterip : "172.23.26.1"
11monitoring_group: "Katwijk"
12nodename : "KWAster"
13nodetype : "Hybrid"
14rdnap_x : 88843
15rdnap_y : 466945
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 de buurt"
27 ip : "172.23.26.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Katwijk"
33 wlan_mac : "00:1b:b1:05:02:bd"
34 dhcp : "10-250"
35 status : "up"
36
37iface_ue0:
38 comment : "naar noord "
39 ip : "172.16.10.113/29"
40 sdesc : "2noord"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 ssid : "il-n.aster.wleiden.net"
45 channel : 100
46 dhcp : False
47 compass : "n"
48 ns_ip : "172.16.10.114/29"
49 ns_mac : ""
50 bridge_type: "NanoBeamM5"
51 status : "down"
52
53iface_vr0:
54 comment : "naar Vuurbaak, il-noordwest "
55 ip : "172.16.5.97/29"
56 sdesc : "2vuurbaak"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 ssid : "il-nw.aster.wleiden.net"
61 dhcp : False
62 compass : "nw"
63 ns_ip : "172.16.5.98/29"
64 ns_mac : ""
65 bridge_type: "NanoBeamM5"
66 status : "down"
67
68iface_vr1:
69 comment : "naar lijtweg1, il-west "
70 ip : "172.16.17.92/29"
71 sdesc : "aster2lijtweg1"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 ssid : "il-w.lijtweg1.wleiden.net"
76 channel : 116
77 dhcp : False
78 compass : "o"
79 ns_ip : "172.16.17.91/29"
80 ns_mac : "00:15:6d:ec:82:8a"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84iface_vr2:
85 comment : "naar UniGorN"
86 ip : "172.16.17.100/29"
87 sdesc : "aster2unigorn"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 ssid : "il-o.unigorn.wleiden.net"
92 channel : 104
93 dhcp : False
94 compass : "zo"
95 ns_ip : "172.16.17.99/29"
96 ns_mac : "00:15:6d:70:53:40"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.