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

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

KWAster aangepast ssid

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