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

Last change on this file since 13200 was 13200, checked in by abrussel, 10 years ago

Cordinaten toegevoegd en MAC

File size: 2.4 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 : "noord 356gr. 2135m"
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 : 124
46 dhcp : False
47 compass : "356"
48 ns_ip : "172.16.10.114/29"
49 ns_mac : "04:18:d6:54:cc:fd"
50 bridge_type: "NanoBeamM5"
51 status : "down"
52
53iface_vr0:
54 comment : "naar Vuurbaak, il-noordwest 309gr. 2532m"
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 channel : 132
62 dhcp : False
63 compass : "309"
64 ns_ip : "172.16.5.98/29"
65 ns_mac : "04:18:d6:54:cf:46"
66 bridge_type: "NanoBeamM5"
67 status : "down"
68
69iface_vr1:
70 comment : "naar lijtweg1, il-west "
71 ip : "172.16.17.92/29"
72 sdesc : "aster2lijtweg1"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 ssid : "il-w.lijtweg1.wleiden.net"
77 channel : 116
78 dhcp : False
79 compass : "o"
80 ns_ip : "172.16.17.91/29"
81 ns_mac : "00:15:6d:ec:82:8a"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85iface_vr2:
86 comment : "naar UniGorN"
87 ip : "172.16.17.100/29"
88 sdesc : "aster2unigorn"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 ssid : "il-o.unigorn.wleiden.net"
93 channel : 104
94 dhcp : False
95 compass : "zo"
96 ns_ip : "172.16.17.99/29"
97 ns_mac : "00:15:6d:70:53:40"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.