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

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

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 737 bytes
Line 
1
2$master_ip='172.17.143.4';
3$gateway='192.168.2.1';
4$internalroute='172.17.143.2';
5$internalif='sis1';
6$nodetype='Proxy';
7$nodename='Proxy2';
8$proxyid='2';
9$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
10$status='up';
11$release="8.2-RELEASE";
12$X='93894';
13$Y='463704';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=Link naar router
17TYPE=ethernet
18IP=192.168.2.6/24
19DESC=Link naar router
20SDESC=uplink
21DHCP=no
22SIS0
23
24$config{'sis1'}=sprintf <<SIS1;
25COMMENT=Link naar NodeCeTIM1
26TYPE=ethernet
27IP=$master_ip/28
28DESC=Link naar NodeCeTIM1
29SDESC=downlink
30DHCP=no
31SIS1
32
33$config{'sis2'}=sprintf <<SIS2;
34COMMENT=Lokaal Ethernet naar kerk
35TYPE=ethernet
36IP=172.17.143.17/26
37DESC=subnet voor Hooglandse Kerk
38SDESC=hlkerk_subnet
39DHCP=10-60
40SIS2
41
42
Note: See TracBrowser for help on using the repository browser.