source: genesis/nodes/CNodeLucasN/wleiden.yaml@ 10396

Last change on this file since 10396 was 10374, checked in by rick, 13 years ago

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.16189"
7location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
8longitude : "4.48684"
9masterip : "172.17.144.1"
10nodename : "LucasN"
11nodetype : "CNode"
12rdnap_x : 93395
13rdnap_y : 464130
14release : "8.2-RELEASE"
15status : "dw"
16
17
18iface_ath0:
19 interface : "ath0"
20 ip : "172.17.144.1/26"
21 desc : "ap"
22 sdesc : "ap"
23 mode : "ap-wds"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-WirelessLeiden-Lucasn"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_vr0:
33 comment : "a-link naar Rabo1"
34 interface : "vr0"
35 ip : "172.16.3.25/29"
36 desc : "Ethernet to interlink noord"
37 sdesc : "2rabo1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "60"
42 ssid : "il-n.lucasn.wleiden.net"
43 dhcp : "no"
44 compass : "n"
45 ns_ip : "172.16.3.26/29"
46 ns_mac : "00:15:6d:70:53:3b"
47 status : "down"
48
49
50iface_vr1:
51 comment : "a-link naar Stadhuis"
52 interface : "vr1"
53 ip : "172.16.4.132/29"
54 desc : "Ethernet to interlink zzo"
55 sdesc : "2stadhuis"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "116"
60 ssid : "il-nw.stadhuis.wleiden.net"
61 dhcp : "no"
62 compass : "nw"
63 ns_ip : "172.16.4.131/29"
64 ns_mac : ""
65 status : "down"
66
67
68iface_vr2:
69 comment : "nog vrij"
70 interface : "vr2"
71 ip : "172.16.4.177/29"
72 desc : "Ethernet"
73 sdesc : "2vrij"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : ""
78 ssid : ""
79 dhcp : "no"
80 compass : "None"
81 ns_ip : ""
82 ns_mac : ""
83 status : "down"
84
85
Note: See TracBrowser for help on using the repository browser.