source: genesis/nodes/CNodeLvLz/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "52.15489"
7location : "Basisschool Lucas van Leyden, Vliet 20, 2311 RE, Leiden"
8longitude : "4.48807"
9masterip : "172.17.40.1"
10nodename : "LvLz"
11nodetype : "CNode"
12rdnap_x : 93469
13rdnap_y : 463350
14release : "6.0-RELEASE"
15status : "up"
16
17
18iface_ep0:
19 comment : "eth"
20 interface : "ep0"
21 ip : "172.17.40.65/29"
22 desc : "Ethernet naar School"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : "no"
26 compass : "None"
27 status : "up"
28
29
30iface_wi0:
31 interface : "wi0"
32 ip : "172.16.0.38/30"
33 desc : "Link naar IMI"
34 sdesc : "2imi"
35 mode : "station-wds"
36 type : "11b"
37 channel : "11"
38 ssid : "il-no.imi.wleiden.net"
39 dhcp : "no"
40 compass : "ne"
41 status : "up"
42
43
44iface_wi1:
45 interface : "wi1"
46 ip : "172.16.0.78/30"
47 desc : "Link naar Hooglandse Kerk"
48 sdesc : "2cetim2"
49 mode : "station-wds"
50 type : "11b"
51 channel : "1"
52 ssid : "il-zw.cetim2.wleiden.net"
53 dhcp : "no"
54 compass : "sw"
55 status : "up"
56
57
Note: See TracBrowser for help on using the repository browser.