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

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

added external if var

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