source: genesis/nodes/proxy15/wleiden.yaml@ 10321

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

Whitespace and duplicate externalif entries.

File size: 1005 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "192.168.178.1"
6ileiden : False
7interfaces: "sis0,sis1"
8internalif: "vr0"
9internalroute: "172.27.129.65"
10latitude : "4.50151"
11location : "Zwet, Nieuweweg Zoeterwoude"
12longitude : "52.11886"
13masterip : "172.27.129.67"
14nat : True
15nodename : "proxy15"
16nodetype : "Proxy"
17proxyid : 15
18rdnap_x : 94340
19rdnap_y : 459330
20release : "8.2-RELEASE"
21remote_access: "buzz.vanderzwet.net:1022"
22status : "up"
23
24
25iface_sis0:
26 comment : "Might need to be a /30 link"
27 interface : "sis0"
28 ip : "172.27.129.67/28"
29 desc : "Link naar Zwet"
30 sdesc : "downlink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "link naar Router"
39 interface : "sis1"
40 ip : "192.168.178.49/24"
41 desc : "Link naar router"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
Note: See TracBrowser for help on using the repository browser.