source: genesis/nodes/proxy7/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.4 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10268]4comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
[10321]5externalif: "vr0"
[10116]6gateway : "192.168.200.1"
7ileiden : True
[10268]8internalif: "vr1"
[10116]9internalroute: "172.17.0.2"
[10374]10latitude : "52.15576"
[10116]11location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
[10374]12longitude : "4.53567"
[10116]13masterip : "172.17.0.1"
[10321]14nodename : "proxy7"
[10116]15nodetype : "Proxy"
16proxyid : 7
[10059]17rdnap_x : 96728
18rdnap_y : 463407
[10268]19release : "9.0-RELEASE"
[10116]20status : "up"
21
22
[10268]23iface_vr0:
[10116]24 comment : "Link naar Router"
[10268]25 interface : "vr0"
[10116]26 ip : "192.168.200.100/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
[10268]35iface_vr1:
[10116]36 comment : "Local 24-subnet to node and clients"
[10278]37 interface : "vr1"
[10116]38 ip : "172.17.0.1/28"
39 desc : "naar NodeLeythenrode and ap bridges"
40 sdesc : "Leythenrode_subnet"
41 type : "eth"
42 dhcp : "no"
43 compass : "None"
44 status : "up"
[10059]45
[10116]46
[10268]47iface_vr1_alias0:
[10116]48 comment : "Local 24-subnet to node and clients"
[10268]49 interface : "vr1:0"
[10116]50 ip : "172.17.7.1/24"
51 desc : "naar NodeLeythenrode and local clients"
52 sdesc : "Leythenrode_subnet"
53 type : "eth"
54 dhcp : "no"
55 compass : "None"
56 status : "up"
[10059]57
[10116]58
Note: See TracBrowser for help on using the repository browser.