source: genesis/nodes/proxy9/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: 958 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "213.125.162.249"
7ileiden : True
8internalif: "sis1"
9internalroute: "172.16.4.53"
10latitude : "4.52066"
11location : "kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden"
12longitude : "52.15060"
13masterip : "172.16.4.54"
14nodename : "proxy9"
15nodetype : "Proxy"
16proxyid : 9
17rdnap_x : 95694
18rdnap_y : 462845
19release : "8.2-RELEASE"
20status : "up"
21
22
23iface_sis0:
24 comment : "Link naar Router Ziggo 40/8"
25 interface : "sis0"
26 ip : "213.125.162.254/29"
27 desc : "Link naar Router"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : "no"
31 compass : "None"
32 status : "up"
33
34
35iface_sis1:
36 comment : "Link naar Node"
37 interface : "sis1"
38 ip : "172.16.4.54/30"
39 desc : "Link naar Node"
40 sdesc : "downlink"
41 type : "eth"
42 dhcp : "no"
43 compass : "None"
44 status : "up"
45
46
Note: See TracBrowser for help on using the repository browser.