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

Last change on this file since 10067 was 10067, checked in by rick, 13 years ago

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

File size: 1004 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "192.168.42.1"
6ileiden : False
7interfaces: "vr0,vr1"
8internalif: "vr1"
9internalroute: "172.16.3.97"
10latitude : "4.47100"
11location : "Brahmslaan 40, 2324 AN, Leiden"
12longitude : "52.13999"
13masterip : "172.16.3.98"
14nat : True
15nodename : "Proxy13"
16nodetype : "Proxy"
17proxyid : 13
18rdnap_x : 92280
19rdnap_y : 461707
20release : "8.2-RELEASE"
21remote_access: "riff.vanderzwet.net:1022"
22status : "up"
23
24
25iface_vr0:
26 comment : "link naar Router"
27 interface : "vr0"
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_vr1:
39 comment : "link naar NodeRick"
40 interface : "vr1"
41 ip : "172.16.3.98/30"
42 desc : "Link naar NodeRick"
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.