source: genesis/nodes/proxy2/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 : "192.168.2.1"
7ileiden : False
8interfaces: "sis0,sis1,sis2"
9internalif: "sis1"
10externalif: "sis0"
11internalroute: "172.17.143.2"
12latitude : "4.49421"
13location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
14longitude : "52.15812"
15masterip : "172.17.143.4"
16nodename : "Proxy2"
17nodetype : "Proxy"
18proxyid : 2
19rdnap_x : 93894
20rdnap_y : 463704
21release : "8.2-RELEASE"
22status : "up"
23
24
25iface_sis0:
26 comment : "Link naar router"
27 interface : "sis0"
28 ip : "192.168.2.6/24"
29 desc : "Link naar router"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : "no"
33 compass : "None"
34 status : "up"
35
36
37iface_sis1:
38 comment : "Link naar NodeCeTIM1"
39 interface : "sis1"
40 ip : "172.17.143.4/28"
41 desc : "Link naar NodeCeTIM1"
42 sdesc : "downlink"
43 type : "eth"
44 dhcp : "no"
45 compass : "None"
46 status : "up"
47
48
49iface_sis2:
50 comment : "Lokaal Ethernet naar kerk"
51 interface : "sis2"
52 ip : "172.17.143.17/26"
53 desc : "subnet voor Hooglandse Kerk"
54 sdesc : "hlkerk_subnet"
55 type : "eth"
56 dhcp : "10-60"
57 compass : "None"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.