source: genesis/nodes/CNodeRudi/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 : False
6latitude : "52.17922"
7location : "Rudi, Eli Heimanshof 114, 2341 PH, Oegstgeest"
8longitude : "4.49592"
9masterip : "172.23.0.1"
10nodename : "Rudi"
11nodetype : "CNode"
12rdnap_x : 94040
13rdnap_y : 466050
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_ep0:
19 comment : "eth"
20 interface : "ep0"
21 ip : "172.23.0.65/29"
22 desc : "Ethernet naar Xlexit"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : "no"
26 compass : "None"
27 status : "up"
28
29
30iface_wi0:
31 comment : "OMNI"
32 interface : "wi0"
33 ip : "172.23.0.1/26"
34 desc : "Omni voor de buurt"
35 sdesc : "omni"
36 mode : "ap-wds"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-omni.rudi.wleiden.net"
40 dhcp : "10-60"
41 compass : "omni"
42 status : "up"
43
44
45iface_wi1:
46 comment : "link naar Rabo"
47 interface : "wi1"
48 ip : "172.16.3.126/30"
49 desc : "Link naar Rabo"
50 sdesc : "2rabo"
51 mode : "station-wds"
52 type : "11b"
53 channel : "5"
54 ssid : "il-n.rabo.wleiden.net"
55 dhcp : "no"
56 compass : "n"
57 status : "up"
58
59
60iface_wi2:
61 interface : "wi2"
62 ip : "172.16.2.58/30"
63 desc : "Interlink Rosmolen"
64 sdesc : "2rosmolen"
65 mode : "station-wds"
66 type : "11b"
67 ssid : "il-nw.rosmolen.wleiden.net"
68 dhcp : "no"
69 compass : "nw"
70 status : "up"
71
72
73iface_wi3:
74 interface : "wi3"
75 ip : "172.16.0.186/30"
76 desc : "Link naar Lijtweg1"
77 sdesc : "2lijtweg1"
78 mode : "station-wds"
79 type : "11b"
80 ssid : "il-o.lijtweg1.wleiden.net"
81 dhcp : "no"
82 compass : "e"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.