source: genesis/nodes/CNodeKoster/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.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "52.13494"
7location : "Prins Bernhardlaan 10, 2405 VT, Alphen aan den Rijn"
8longitude : "4.65690"
9masterip : "172.28.137.1"
10nodename : "Koster"
11nodetype : "CNode"
12rdnap_x : 105000
13rdnap_y : 461000
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_sis0:
19 comment : "Ethernet (Proxy)"
20 interface : "sis0"
21 ip : "172.17.255.228/29"
22 desc : "2vloer"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : "no"
26 compass : "None"
27 status : "up"
28
29
30iface_sis1:
31 comment : "Ethernet"
32 interface : "sis1"
33 ip : "172.28.176.75/29"
34 desc : "Ethernet naar ......"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : "no"
38 compass : "None"
39 status : "up"
40
41
42iface_wi0:
43 comment : "OMNI"
44 interface : "wi0"
45 ip : "172.28.137.1/26"
46 desc : "omni voor de buurt"
47 sdesc : "ap-omni"
48 mode : "ap-wds"
49 type : "11b"
50 channel : "8"
51 ssid : "ap-omni.koster.walphen.net"
52 dhcp : "10-60"
53 compass : "omni"
54 height : "16"
55 status : "up"
56
57
58iface_wi1:
59 comment : "interlink naar noord HWFortis2"
60 interface : "wi1"
61 ip : "172.28.1.158/30"
62 desc : "Link naar HWFortis2"
63 sdesc : "2HWFortis2"
64 mode : "ap-wds"
65 type : "11b"
66 channel : "5"
67 ssid : "il-w.koster.walphen.net"
68 dhcp : "no"
69 compass : "w"
70 status : "up"
71
72
73iface_wi2:
74 comment : "interlink naar Stadhuis"
75 interface : "wi2"
76 ip : "172.28.1.129/30"
77 desc : "Link naar SHFortis"
78 sdesc : "2SHFortis"
79 mode : "station-wds"
80 type : "11b"
81 channel : "11"
82 ssid : "il-w.shfortis.walphen.net"
83 dhcp : "no"
84 compass : "w"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.