source: genesis/nodes/ProxyRick/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: 969 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "vr0"
6ileiden : True
7internalif: "vr1"
8internalroute: "172.16.3.97"
9latitude : "52.13999"
10location : "Brahmslaan 40, 2324 AN, Leiden"
11longitude : "4.47100"
12masterip : "172.16.3.98"
13nat : True
14nodename : "Rick"
15nodetype : "Proxy"
16proxyid : 13
17rdnap_x : 92280
18rdnap_y : 461707
19release : "8.2-RELEASE"
20remote_access: "riff.vanderzwet.net:1022"
21status : "up"
22
23
24iface_vr0:
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"
35
36
37iface_vr1:
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"
47
48
Note: See TracBrowser for help on using the repository browser.