source: genesis/nodes/proxy12/wleiden.yaml@ 10396

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 1.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
[10240]5externalif: "sis0"
[10116]6gateway : "92.66.227.161"
7ileiden : True
8internalif: "sis1"
9internalroute: "172.25.90.65"
[10374]10latitude : "52.25493"
[10116]11location : " Watertoren, Aalsmeer"
[10374]12longitude : "4.75742"
[10116]13masterip : "172.25.90.66"
14nat : True
[10321]15nodename : "proxy12"
[10116]16nodetype : "Proxy"
17proxyid : 12
[10059]18rdnap_x : 111998
19rdnap_y : 474286
[10116]20release : "8.0-RELEASE"
21status : "up"
[10059]22
[10116]23
[10059]24iface_sis0:
[10116]25 comment : "link naar Router"
26 interface : "sis0"
27 ip : "92.66.227.162/29"
28 desc : "Link naar router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : "no"
32 compass : "None"
33 status : "up"
[10059]34
[10116]35
36iface_sis0_alias0:
37 comment : "Link naar Mobotix Camera"
38 interface : "sis0:0"
39 ip : "10.5.103.57/24"
40 desc : "Camera found at 10.5.103.56"
41 sdesc : "mobotix"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 status : "up"
46
47
[10059]48iface_sis1:
[10116]49 comment : "link naar Node Watertoren"
50 interface : "sis1"
51 ip : "172.25.90.66/29"
52 desc : "Link naar Node AMWaterT1"
53 sdesc : "downlink"
54 type : "eth"
55 dhcp : "no"
56 compass : "None"
57 status : "up"
[10059]58
[10116]59
Note: See TracBrowser for help on using the repository browser.