source: genesis/nodes/proxy2/wleiden.yaml@ 10104

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

yaml needed for gformat

File size: 1.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5interfaces: sis0,sis1,sis2
6latitude : 0
7location : 'Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden'
8longitude : 0
9masterip : 172.17.143.4
10release : 8.2-RELEASE
11nodename : Proxy2
12nodetype : Proxy
13rdnap_x : 93894
14rdnap_y : 463704
15status : up
16ileiden : no
17internalif: sis1
18internalroute: 172.17.143.2
19gateway: 192.168.2.1
20proxyid: 2
21iface_sis0:
22 comment : 'Link naar router'
23 compass : 'None'
24 desc : 'Link naar router'
25 dhcp : 'no'
26 interface : 'sis0'
27 ip : '192.168.2.6/24'
28 sdesc : 'uplink'
29 status : 'up'
30 type : 'eth'
31
32iface_sis1:
33 comment : 'Link naar NodeCeTIM1'
34 compass : 'None'
35 desc : 'Link naar NodeCeTIM1'
36 dhcp : 'no'
37 interface : 'sis1'
38 ip : '172.17.143.4/28'
39 sdesc : 'downlink'
40 status : 'up'
41 type : 'eth'
42
43iface_sis2:
44 comment : 'Lokaal Ethernet naar kerk'
45 compass : 'None'
46 desc : 'subnet voor Hooglandse Kerk'
47 dhcp : '10-60'
48 interface : 'sis2'
49 ip : '172.17.143.17/26'
50 sdesc : 'hlkerk_subnet'
51 status : 'up'
52 type : 'eth'
53
Note: See TracBrowser for help on using the repository browser.