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;
|
---|
16 | COMMENT=Ethernet
|
---|
17 | TYPE=ethernet
|
---|
18 | IP=83.160.182.75/24
|
---|
19 | DESC=Link naar XS4ALL DSL lijn
|
---|
20 | SDESC=uplink
|
---|
21 | DHCP=no
|
---|
22 | SIS0
|
---|
23 |
|
---|
24 | $config{'sis1'}=sprintf <<SIS1;
|
---|
25 | COMMENT=Ethernet
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=$master_ip/29
|
---|
28 | DESC=Link naar NodeRijnVliet
|
---|
29 | SDESC=downlink
|
---|
30 | DHCP=no
|
---|
31 | SIS1
|
---|
32 |
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.