source: genesis/nodes/ProxyRick/wleiden.yaml@ 10434

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 969 bytes
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
[10240]5externalif: "vr0"
[10369]6ileiden : True
[10116]7internalif: "vr1"
8internalroute: "172.16.3.97"
[10374]9latitude : "52.13999"
[10116]10location : "Brahmslaan 40, 2324 AN, Leiden"
[10374]11longitude : "4.47100"
[10116]12masterip : "172.16.3.98"
13nat : True
[10363]14nodename : "Rick"
[10116]15nodetype : "Proxy"
16proxyid : 13
[10059]17rdnap_x : 92280
18rdnap_y : 461707
[10116]19release : "8.2-RELEASE"
20remote_access: "riff.vanderzwet.net:1022"
21status : "up"
22
23
[10059]24iface_vr0:
[10116]25 comment : "link naar Router"
26 interface : "vr0"
27 ip : "0.0.0.0/30"
28 desc : "Link naar router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : "no"
32 compass : "None"
33 dhcpclient : "yes"
34 status : "up"
[10059]35
[10116]36
[10059]37iface_vr1:
[10116]38 comment : "link naar NodeRick"
39 interface : "vr1"
40 ip : "172.16.3.98/30"
41 desc : "Link naar NodeRick"
42 sdesc : "downlink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
[10059]47
[10116]48
Note: See TracBrowser for help on using the repository browser.