source: genesis/nodes/CNodeRund/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.16114"
7location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
8longitude : "4.49224"
9masterip : "172.17.160.1"
10nodename : "Rund"
11nodetype : "CNode"
12rdnap_x : 93763
13rdnap_y : 464042
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.17.160.1/26"
22 desc : "AP"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "3"
27 ssid : "ap-WirelessLeiden-Rund"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet"
35 interface : "vr0"
36 ip : "172.17.160.65/28"
37 desc : "Ethernet naar HCC"
38 sdesc : "2dirkx"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 media : "10baset/utp"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar"
48 interface : "vr1"
49 ip : "172.16.4.212/29"
50 desc : "link naar"
51 sdesc : "2"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "64"
56 ssid : "il-o.geluidsnet2.wleiden.net"
57 dhcp : "no"
58 compass : "e"
59 ns_ip : "172.16.4.211/29"
60 ns_mac : "00:27:22:8a:3d:a7"
61 status : "up"
62
63
64iface_vr2:
65 comment : "Link naar vosko2"
66 interface : "vr2"
67 ip : "172.16.17.156/29"
68 desc : "Link naar vosko2"
69 sdesc : "2vosko2"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "44"
74 ssid : "il-no.vosko2.wleiden.net"
75 dhcp : "no"
76 compass : "ne"
77 ns_ip : "172.16.17.155/29"
78 ns_mac : "00:27:22:10:d8:43"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.