source: genesis/nodes/proxy6/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: 1001 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 : False
8interfaces: "sis0,sis1"
9internalif: "sis1"
10externalif: "sis0"
11internalroute: "172.16.3.145"
12latitude : "4.47107"
13location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
14longitude : "52.16352"
15masterip : "172.16.3.146"
16nodename : "Proxy6"
17nodetype : "Proxy"
18proxyid : 6
19rdnap_x : 92318
20rdnap_y : 464324
21release : "8.0-RELEASEE"
22status : "up"
23
24
25iface_sis0:
26 comment : "link naar Router"
27 interface : "sis0"
28 ip : "192.168.1.200/24"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "link naar NodeMuiderkring"
39 interface : "sis1"
40 ip : "172.16.3.146/30"
41 desc : "Link naar NodeMuiderkring"
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.