source: genesis/nodes/proxy3/wleiden.yaml@ 10082

Last change on this file since 10082 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: 973 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "83.160.182.1"
6ileiden : False
7interfaces: "sis0,sis1"
8internalif: "sis1"
9internalroute: "172.20.128.97"
10latitude : "4.47320"
11location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
12longitude : "52.15001"
13masterip : "172.20.128.98"
14nodename : "Proxy3"
15nodetype : "Proxy"
16proxyid : 3
17rdnap_x : 92445
18rdnap_y : 462819
19release : "8.2-RELEASE"
20status : "up"
21
22
23iface_sis0:
24 comment : "Ethernet"
25 interface : "sis0"
26 ip : "83.160.182.75/24"
27 desc : "Link naar XS4ALL DSL lijn"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : "no"
31 compass : "None"
32 status : "up"
33
34
35iface_sis1:
36 comment : "Ethernet"
37 interface : "sis1"
38 ip : "172.20.128.98/29"
39 desc : "Link naar NodeRijnVliet"
40 sdesc : "downlink"
41 type : "eth"
42 dhcp : "no"
43 compass : "None"
44 status : "up"
45
46
Note: See TracBrowser for help on using the repository browser.