source: genesis/nodes/proxy3/wleiden.yaml@ 10313

Last change on this file since 10313 was 10301, checked in by richardvm, 14 years ago

added external if var

File size: 1011 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "83.160.182.1"
7ileiden : False
8interfaces: "sis0,sis1"
9internalif: "sis1"
10externalif: "sis0"
11internalroute: "172.20.128.97"
12latitude : "4.47320"
13location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
14longitude : "52.15001"
15masterip : "172.20.128.98"
16nodename : "Proxy3"
17nodetype : "Proxy"
18proxyid : 3
19rdnap_x : 92445
20rdnap_y : 462819
21release : "8.2-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "Ethernet"
27 interface : "sis0"
28 ip : "83.160.182.75/24"
29 desc : "Link naar XS4ALL DSL lijn"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "Ethernet"
39 interface : "sis1"
40 ip : "172.20.128.98/29"
41 desc : "Link naar NodeRijnVliet"
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.