source: genesis/nodes/proxy17/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: 1.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "92.66.227.161"
6ileiden : False
7interfaces: "vr2,vr0,vr1"
8internalif: "vr1"
9internalroute: "172.25.90.69"
10latitude : "4.75732"
11location : "Hadleystraat 44B, 1431 SN Aalsmeer"
12longitude : "52.26427"
13masterip : "172.17.18.1"
14nat : True
15nodename : "Proxy17"
16nodetype : "Proxy"
17proxyid : 17
18rdnap_x : 112000
19rdnap_y : 475325
20release : "8.2-RELEASE"
21status : "dw"
22
23
24iface_vr0:
25 comment : "link naar Router"
26 interface : "vr0"
27 ip : "10.10.10.10/30"
28 desc : "Link naar router"
29 sdesc : "uplink"
30 type : "eth"
31 dhcp : "yes"
32 compass : "None"
33 status : "up"
34
35
36iface_vr1:
37 comment : "link naar Node Watertoren"
38 interface : "vr1"
39 ip : "172.16.16.236/29"
40 desc : "Link naar Node Watertoren"
41 sdesc : "downlink"
42 type : "eth"
43 dhcp : "no"
44 compass : "None"
45 status : "up"
46
47
48iface_vr2:
49 comment : "Node naar Intern Network"
50 interface : "vr2"
51 ip : "172.17.18.1/25"
52 desc : "Node naar Intern Network"
53 sdesc : "itern"
54 type : "eth"
55 dhcp : "20-60"
56 compass : "None"
57 status : "up"
58
59
Note: See TracBrowser for help on using the repository browser.