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

Last change on this file since 8505 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 683 bytes
RevLine 
[813]1#
[991]2# config Proxy3 bij RV
[813]3
[1074]4$master_ip='172.20.128.98';
[7975]5$gateway='83.160.182.1';
6$internalroute='172.20.128.97';
[8018]7$internalif='sis1';
[3583]8$nodetype='Proxy';
[3584]9$nodename='Proxy3';
[7975]10$proxyid='03';
[6530]11$location="Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden";
[2605]12$status='up';
[7975]13$release="8.0-RELEASE";
[4867]14$X='92445';
15$Y='462819';
[813]16
[8261]17$config{'sis0'}=sprintf <<SIS0;
18COMMENT=Ethernet
[813]19TYPE=ethernet
[7975]20IP=83.160.182.75/24
21DESC=Link naar XS4ALL DSL lijn
22SDESC=uplink
23DHCP=no
24SIS0
[813]25
[8261]26$config{'sis1'}=sprintf <<SIS1;
27COMMENT=Ethernet
[813]28TYPE=ethernet
[1074]29IP=$master_ip/29
[7975]30DESC=Link naar NodeRijnVliet
31SDESC=downlink
[975]32DHCP=no
[7975]33SIS1
[975]34
35
Note: See TracBrowser for help on using the repository browser.