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