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

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