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

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

cm9 mac toegevoegd aan Asterconfig en Aster is nu KWAster

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 cm9-mac 00:1b:b1:05:02:bd"
27 ip : "172.23.26.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 JohdeDoper, il-noord "
38 ip : "172.16.10.113/29"
39 sdesc : "2vuurbaak"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-n.aster.wleiden.net"
44 dhcp : False
45 compass : "nw"
46 ns_ip : "172.16.10.113/29"
47 ns_mac : ""
48 bridge_type: "NanoStationM5"
49 status : "down"
50
51iface_vr0:
52 comment : "naar Vuurbaak, il-noordwest "
53 ip : "172.16.5.97/29"
54 sdesc : "2vuurbaak"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 ssid : "il-nw.aster.wleiden.net"
59 dhcp : False
60 compass : "nw"
61 ns_ip : "172.16.5.98/29"
62 ns_mac : ""
63 bridge_type: "NanoStationM5"
64 status : "down"
65
66iface_vr1:
67 comment : "naar lijtweg1, il-west "
68 ip : "172.16.17.92/29"
69 sdesc : "aster2lijtweg1"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 ssid : "il-w.lijtweg1.wleiden.net"
74 dhcp : False
75 compass : "o"
76 ns_ip : "172.16.17.91/29"
77 ns_mac : "00:15:6d:ec:82:8a"
78 bridge_type: "NanoStation5"
79 status : "up"
80
81iface_vr2:
82 comment : "naar UniGorN"
83 ip : "172.16.17.100/29"
84 sdesc : "aster2unigorn"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 ssid : "il-o.unigorn.wleiden.net"
89 dhcp : False
90 compass : "zo"
91 ns_ip : "172.16.17.99/29"
92 ns_mac : "00:15:6d:70:53:40"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.