Last change
on this file since 7975 was 7975, checked in by huub, 15 years ago |
configuratie voor proxy3 gemaakt
|
-
Property svn:eol-style
set to
native
|
File size:
672 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='sis';
|
---|
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; # Ethernet
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=83.160.182.75/24
|
---|
20 | DESC=Link naar XS4ALL DSL lijn
|
---|
21 | SDESC=uplink
|
---|
22 | DHCP=no
|
---|
23 | SIS0
|
---|
24 |
|
---|
25 | $config{'sis1'}=sprintf <<SIS1; # 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.