source: genesis/nodes/proxy8/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: 977 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "Test proxy voor Proxyfactory"
5gateway : "192.168.58.1"
6ileiden : False
7interfaces: "sis0,sis1"
8internalif: "sis1"
9internalroute: "172.16.3.33"
10latitude : "5.13854"
11location : " Richard, Terschelling 244, 3524az Utrecht"
12longitude : "52.06651"
13masterip : "172.16.3.34"
14nat : True
15nodename : "Proxy8"
16nodetype : "Proxy"
17proxyid : 8
18rdnap_x : 137949
19rdnap_y : 453165
20release : "8.0-RELEASE"
21status : "up"
22
23
24iface_sis0:
25 comment : "Link naar Router"
26 interface : "sis0"
27 ip : "192.168.58.2/24"
28 desc : "Link naar Router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : "no"
32 compass : "None"
33 status : "up"
34
35
36iface_sis1:
37 comment : "Link naar NodeRichard"
38 interface : "sis1"
39 ip : "172.16.16.9/30"
40 desc : "Link"
41 sdesc : "downlink"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 status : "up"
46
47
Note: See TracBrowser for help on using the repository browser.