source: genesis/nodes/CNodeGrip/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.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.14730"
7location : "Stichting Werk en Onderneming, Frambozenweg 5, 2321 KA, Leiden"
8longitude : "4.48863"
9masterip : "172.21.8.1"
10nodename : "Grip"
11nodetype : "CNode"
12rdnap_x : 93497
13rdnap_y : 462505
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "omni"
20 interface : "ath0"
21 ip : "172.21.8.1/26"
22 desc : "omni (dubbele waveguide)"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "11"
27 ssid : "ap-WirelessLeiden-Grip"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "a-link naar vosko1"
35 interface : "vr0"
36 ip : "172.16.16.60/29"
37 desc : "Link naar vosko1"
38 sdesc : "2vosko1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 ssid : "il-zw.vosko1.wleiden.net"
43 dhcp : "no"
44 compass : "sw"
45 ns_ip : "172.16.16.59/29"
46 ns_mac : "00:15:6d:70:50:09"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Link naar ROC2"
52 interface : "vr1"
53 ip : "172.16.5.29/29"
54 desc : "Link naar ROC2"
55 sdesc : "2roc2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "52"
60 ssid : "il-nw.roc2.wleiden.net"
61 dhcp : "no"
62 compass : "nw"
63 ns_ip : "192.168.1.20/24"
64 ns_mac : "00:15:6d:ad:34:35"
65 status : "down"
66
67
68iface_vr2:
69 comment : "link naar LCPL"
70 interface : "vr2"
71 ip : "172.16.1.1/30"
72 desc : "Link naar LCPL"
73 sdesc : "2lcpl"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "8"
78 ssid : "il-zw.grip.wleiden.net"
79 dhcp : "no"
80 compass : "sw"
81 ns_ip : "192.168.1.20/24"
82 ns_mac : "00:15:6d:30:29:6b"
83 status : "down"
84
85
Note: See TracBrowser for help on using the repository browser.