source: genesis/nodes/proxy16/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 986 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "192.168.178.1"
7ileiden : False
8internalif: "sis1"
9internalroute: "172.16.18.17"
10latitude : "4.53709"
11location : "Societeit KWV de Kaag, Sweilandpolder 8, 2362AG Warmond"
12longitude : "52.19745"
13masterip : "172.16.18.18"
14nodename : "proxy16"
15nodetype : "Proxy"
16proxyid : 16
17rdnap_x : 96879
18rdnap_y : 468044
19release : "8.2-RELEASE"
20status : "up"
21
22
23iface_sis0:
24 comment : "link naar Router"
25 interface : "sis0"
26 ip : "0.0.0.0/30"
27 desc : "Link naar router"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : "no"
31 compass : "None"
32 dhcpclient : "yes"
33 status : "up"
34
35
36iface_sis1:
37 comment : "link naar NodeKWVdeKaag"
38 interface : "sis1"
39 ip : "172.16.18.18/30"
40 desc : "Link naar NodeKWVdeKaag"
41 sdesc : "downlink"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 status : "up"
46
47
Note: See TracBrowser for help on using the repository browser.