source: genesis/nodes/proxy15/wleiden.yaml@ 10380

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 981 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "192.168.178.1"
6ileiden : False
7internalif: "vr0"
8internalroute: "172.27.129.65"
9latitude : "52.11886"
10location : "Zwet, Nieuweweg Zoeterwoude"
11longitude : "4.50151"
12masterip : "172.27.129.67"
13nat : True
14nodename : "proxy15"
15nodetype : "Proxy"
16proxyid : 15
17rdnap_x : 94340
18rdnap_y : 459330
19release : "8.2-RELEASE"
20remote_access: "buzz.vanderzwet.net:1022"
21status : "up"
22
23
24iface_sis0:
25 comment : "Might need to be a /30 link"
26 interface : "sis0"
27 ip : "172.27.129.67/28"
28 desc : "Link naar Zwet"
29 sdesc : "downlink"
30 type : "eth"
31 dhcp : "no"
32 compass : "None"
33 status : "up"
34
35
36iface_sis1:
37 comment : "link naar Router"
38 interface : "sis1"
39 ip : "192.168.178.49/24"
40 desc : "Link naar router"
41 sdesc : "uplink"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 status : "up"
46
47
Note: See TracBrowser for help on using the repository browser.