source: genesis/nodes/proxy3/wleiden.conf@ 10047

Last change on this file since 10047 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: 658 bytes
Line 
1
2$master_ip='172.20.128.98';
3$gateway='83.160.182.1';
4$internalroute='172.20.128.97';
5$internalif='sis1';
6$nodetype='Proxy';
7$nodename='Proxy3';
8$proxyid='03';
9$location="Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden";
10$status='up';
11$release="8.2-RELEASE";
12$X='92445';
13$Y='462819';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=Ethernet
17TYPE=ethernet
18IP=83.160.182.75/24
19DESC=Link naar XS4ALL DSL lijn
20SDESC=uplink
21DHCP=no
22SIS0
23
24$config{'sis1'}=sprintf <<SIS1;
25COMMENT=Ethernet
26TYPE=ethernet
27IP=$master_ip/29
28DESC=Link naar NodeRijnVliet
29SDESC=downlink
30DHCP=no
31SIS1
32
33
Note: See TracBrowser for help on using the repository browser.