source: genesis/nodes/proxy13/wleiden.yaml@ 10240

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

added externalif:
more flexiable, less logic in config files

File size: 1022 bytes
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"
10internalroute: "172.16.3.97"
11latitude : "4.47100"
12location : "Brahmslaan 40, 2324 AN, Leiden"
13longitude : "52.13999"
14masterip : "172.16.3.98"
15nat : True
16nodename : "Proxy13"
17nodetype : "Proxy"
18proxyid : 13
19rdnap_x : 92280
20rdnap_y : 461707
21release : "8.2-RELEASE"
22remote_access: "riff.vanderzwet.net:1022"
23status : "up"
24
25
26iface_vr0:
27 comment : "link naar Router"
28 interface : "vr0"
29 ip : "0.0.0.0/30"
30 desc : "Link naar router"
31 sdesc : "uplink"
32 type : "eth"
33 dhcp : "no"
34 compass : "None"
35 dhcpclient : "yes"
36 status : "up"
37
38
39iface_vr1:
40 comment : "link naar NodeRick"
41 interface : "vr1"
42 ip : "172.16.3.98/30"
43 desc : "Link naar NodeRick"
44 sdesc : "downlink"
45 type : "eth"
46 dhcp : "no"
47 compass : "None"
48 status : "up"
49
50
Note: See TracBrowser for help on using the repository browser.