source: genesis/nodes/proxy12/wleiden.yaml@ 10116

Last change on this file since 10116 was 10116, checked in by richardvm, 13 years ago

cleanup

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