source: genesis/nodes/proxy4/wleiden.yaml@ 10147

Last change on this file since 10147 was 10147, checked in by huub, 13 years ago

proxy4 en 9 zijn ileiden

File size: 948 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5gateway : "192.168.1.1"
6ileiden : True
7interfaces: "sis0,sis1"
8internalif: "sis1"
9internalroute: "172.16.2.253"
10latitude : "4.46733"
11location : "Pergolesipad 95, 2324 DG, Leiden"
12longitude : "52.14490"
13masterip : "172.16.2.254"
14nodename : "Proxy4"
15nodetype : "Proxy"
16proxyid : 4
17rdnap_x : 92036
18rdnap_y : 462256
19release : "8.0-RELEASE"
20status : "up"
21
22
23iface_sis0:
24 comment : "Link naar Router"
25 interface : "sis0"
26 ip : "192.168.1.100/24"
27 desc : "Link naar Router"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : "no"
31 compass : "None"
32 status : "up"
33
34
35iface_sis1:
36 comment : "Link naar NodeLivingLab"
37 interface : "sis1"
38 ip : "172.16.2.254/30"
39 desc : "Link naar NodeLivingLab"
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.