source: genesis/nodes/CNodeLebkov/wleiden.yaml@ 10374

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.16678"
7location : "Lebkov & Sons, Bargelaan 8, 2333 CT, Leiden CS"
8longitude : "4.48182"
9masterip : "172.19.152.1"
10nodename : "Lebkov"
11nodetype : "CNode"
12rdnap_x : 93058
13rdnap_y : 464678
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.19.152.1/24"
22 desc : "AP"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Lebkov"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet"
35 interface : "vr0"
36 ip : "172.16.5.161/29"
37 desc : "Ethernet naar binnen bij Lebkov"
38 sdesc : "2localAP"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "down"
43
44
45iface_vr1:
46 comment : "link naar Geluidsnet1"
47 interface : "vr1"
48 ip : "172.16.17.228/29"
49 desc : "Link naar Geluidsnet1"
50 sdesc : "2geluidsnet1"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "36"
55 ssid : "il-n.geluidsnet1.wleiden.net"
56 dhcp : "no"
57 compass : "n"
58 ns_ip : "172.16.17.227"
59 ns_mac : "00:15:6d:70:54:ba"
60 status : "up"
61
62
63iface_vr2:
64 comment : "a-link naar LUMC"
65 interface : "vr2"
66 ip : "172.16.4.164/29"
67 desc : "naar LUMC"
68 sdesc : "2geluidsnet1"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "136"
73 ssid : "il-z.lumc.wleiden.net"
74 dhcp : "no"
75 compass : "s"
76 ns_ip : "172.16.4.163/29"
77 ns_mac : "00:15:6d:70:54:51"
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.