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
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
[10240]5externalif: "vr0"
[10116]6gateway : "192.168.42.1"
7ileiden : False
8interfaces: "vr0,vr1"
9internalif: "vr1"
[10301]10externalif: "vr0"
[10116]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
[10059]20rdnap_x : 92280
21rdnap_y : 461707
[10116]22release : "8.2-RELEASE"
23remote_access: "riff.vanderzwet.net:1022"
24status : "up"
25
26
[10059]27iface_vr0:
[10116]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"
[10059]38
[10116]39
[10059]40iface_vr1:
[10116]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"
[10059]50
[10116]51
Note: See TracBrowser for help on using the repository browser.