source: genesis/nodes/proxy20/wleiden.yaml@ 10301

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

added external if var

File size: 1018 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "192.168.1.1"
7ileiden : True
8interfaces: "sis0,sis1"
9internalif: "sis1"
10externalif: "sis0"
11internalroute: "172.16.4.137"
12latitude : "4.47694"
13location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
14longitude : "52.17305"
15masterip : "172.16.4.138"
16nodename : "Proxy20"
17nodetype : "Proxy"
18proxyid : 20
19rdnap_x : 92733
20rdnap_y : 465380
21release : "9.0-RELEASE"
22status : "down"
23
24
25iface_sis0:
26 comment : "link naar Router"
27 interface : "sis0"
28 ip : "0.0.0.0/30"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 dhcpclient : "yes"
35 status : "up"
36
37
38iface_sis1:
39 comment : "link naar CNodeLHS"
40 interface : "sis1"
41 ip : "172.16.4.138/29"
42 desc : "Link naar NodeLHS"
43 sdesc : "downlink"
44 type : "eth"
45 dhcp : "no"
46 compass : "None"
47 status : "up"
48
49
Note: See TracBrowser for help on using the repository browser.