source: genesis/nodes/proxy12/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: 1.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5externalif: "sis0"
6gateway : "92.66.227.161"
7ileiden : True
8interfaces: "sis0,sis1"
9internalif: "sis1"
10internalroute: "172.25.90.65"
11latitude : "4.75742"
12location : " Watertoren, Aalsmeer"
13longitude : "52.25493"
14masterip : "172.25.90.66"
15nat : True
16nodename : "proxy12"
17nodetype : "Proxy"
18proxyid : 12
19rdnap_x : 111998
20rdnap_y : 474286
21release : "8.0-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "link naar Router"
27 interface : "sis0"
28 ip : "92.66.227.162/29"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis0_alias0:
38 comment : "Link naar Mobotix Camera"
39 interface : "sis0:0"
40 ip : "10.5.103.57/24"
41 desc : "Camera found at 10.5.103.56"
42 sdesc : "mobotix"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
49iface_sis1:
50 comment : "link naar Node Watertoren"
51 interface : "sis1"
52 ip : "172.25.90.66/29"
53 desc : "Link naar Node AMWaterT1"
54 sdesc : "downlink"
55 type : "eth"
56 dhcp : "no"
57 compass : "None"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.