source: genesis/nodes/proxy5/wleiden.yaml@ 10391

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 1.0 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10116]4comment : " verbonden met glasvezel gateway 192.168.0.1 nameservers: 217.149.192.6 en 217.149.196.6 "
[10240]5externalif: "sis0"
[10116]6gateway : "192.168.0.1"
7ileiden : False
8internalif: "sis1"
9internalroute: "172.19.168.65"
[10374]10latitude : "52.17294"
[10116]11location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
[10374]12longitude : "4.47978"
[10116]13masterip : "172.19.168.66"
[10321]14nodename : "proxy5"
[10116]15nodetype : "Proxy"
16proxyid : 5
[10059]17rdnap_x : 92927
18rdnap_y : 465365
[10116]19release : "8.2-RELEASE"
20status : "up"
21
22
[10059]23iface_sis0:
[10116]24 comment : "Link naar router"
25 interface : "sis0"
26 ip : "192.168.0.16/24"
27 desc : "Link naar router"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : "no"
31 compass : "None"
32 status : "up"
[10059]33
[10116]34
[10059]35iface_sis1:
[10116]36 comment : "Link naar NodeWP"
37 interface : "sis1"
38 ip : "172.19.168.66/30"
39 desc : "Link naar NodeWP"
40 sdesc : "downlink"
41 type : "eth"
42 dhcp : "no"
43 compass : "None"
44 status : "up"
[10059]45
[10116]46
Note: See TracBrowser for help on using the repository browser.