source: genesis/nodes/CNodePPFortis/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.11453"
7location : "PolderPeil, 2408 RD, Alphen aan den Rijn"
8longitude : "4.65606"
9masterip : "172.28.138.1"
10nodename : "PPFortis"
11nodetype : "CNode"
12rdnap_x : 104920
13rdnap_y : 458730
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_sis0:
19 comment : "Ethernet IPs 65 - 70 /248"
20 interface : "sis0"
21 ip : "172.28.138.65/29"
22 desc : "Naar_binnen"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : "no"
26 compass : "None"
27 status : "up"
28
29
30iface_sis1:
31 interface : "sis1"
32 ip : "172.28.138.73/29"
33 desc : "Ethernet naar onbekend"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : "no"
37 compass : "None"
38 status : "up"
39
40
41iface_wi0:
42 comment : "OMNI"
43 interface : "wi0"
44 ip : "172.28.138.1/26"
45 desc : "omni voor de buurt"
46 sdesc : "ap-omni"
47 mode : "ap-wds"
48 type : "11b"
49 channel : "8"
50 ssid : "ap-omni.ppfortis.walphen.net"
51 dhcp : "10-60"
52 compass : "omni"
53 height : "16"
54 status : "up"
55
56
57iface_wi1:
58 comment : "Planned interlink Richting Leiden"
59 interface : "wi1"
60 ip : "172.16.28.1/30"
61 desc : "Link_naar_Graphicall"
62 sdesc : "2Leiden"
63 mode : "ap-wds"
64 type : "11b"
65 channel : "5"
66 ssid : "il-w.ppfortis.walphen.net"
67 dhcp : "no"
68 compass : "w"
69 status : "up"
70
71
72iface_wi2:
73 comment : "interlink naar Stadhuis"
74 interface : "wi2"
75 ip : "172.28.1.137/30"
76 desc : "Link_naar_SHFortis"
77 sdesc : "2SHFortis"
78 mode : "station-wds"
79 type : "11b"
80 channel : "3"
81 ssid : "il-o.shfortis.walphen.net"
82 dhcp : "no"
83 compass : "e"
84 status : "up"
85
86
Note: See TracBrowser for help on using the repository browser.