source: genesis/nodes/proxy13/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: 1.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "vr0"
6gateway : "192.168.42.1"
7ileiden : False
8interfaces: "vr0,vr1"
9internalif: "vr1"
10externalif: "vr0"
11internalroute: "172.16.3.97"
12latitude : "4.47100"
13location : "Brahmslaan 40, 2324 AN, Leiden"
14longitude : "52.13999"
15masterip : "172.16.3.98"
16nat : True
17nodename : "Proxy13"
18nodetype : "Proxy"
19proxyid : 13
20rdnap_x : 92280
21rdnap_y : 461707
22release : "8.2-RELEASE"
23remote_access: "riff.vanderzwet.net:1022"
24status : "up"
25
26
27iface_vr0:
28 comment : "link naar Router"
29 interface : "vr0"
30 ip : "0.0.0.0/30"
31 desc : "Link naar router"
32 sdesc : "uplink"
33 type : "eth"
34 dhcp : "no"
35 compass : "None"
36 dhcpclient : "yes"
37 status : "up"
38
39
40iface_vr1:
41 comment : "link naar NodeRick"
42 interface : "vr1"
43 ip : "172.16.3.98/30"
44 desc : "Link naar NodeRick"
45 sdesc : "downlink"
46 type : "eth"
47 dhcp : "no"
48 compass : "None"
49 status : "up"
50
51
Note: See TracBrowser for help on using the repository browser.