source: genesis/nodes/CNodeOBLc/wleiden.yaml@ 10379

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 1.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "52.15845"
7location : "Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden"
8longitude : "4.49348"
9masterip : "172.17.153.1"
10nodename : "OBLc"
11nodetype : "CNode"
12rdnap_x : 93844
13rdnap_y : 463741
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_ep0:
19 comment : "Ethernet"
20 interface : "ep0"
21 ip : "172.17.153.1/24"
22 desc : "AP voor bieb"
23 sdesc : "apples"
24 type : "eth"
25 dhcp : "10-250"
26 compass : "None"
27 status : "up"
28
29
30iface_wi0:
31 comment : "link naar CeTIM3"
32 interface : "wi0"
33 ip : "172.16.0.162/30"
34 desc : "Link naar CeTIM3"
35 sdesc : "2cetim3"
36 mode : "station-wds"
37 type : "11b"
38 channel : "9"
39 ssid : "il-nw.cetim3.wleiden.net"
40 dhcp : "no"
41 compass : "nw"
42 status : "up"
43
44
45iface_xl0:
46 comment : "Ethernet"
47 interface : "xl0"
48 ip : "172.17.152.65/27"
49 desc : "Ethernet naar OBL"
50 sdesc : "eth"
51 type : "eth"
52 dhcp : "no"
53 compass : "None"
54 status : "up"
55
56
Note: See TracBrowser for help on using the repository browser.