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
|
File size:
601 bytes
|
Line | |
---|
1 | # Test proxy voor Proxyfactory
|
---|
2 |
|
---|
3 | $master_ip='172.16.3.34';
|
---|
4 | $gateway='192.168.58.1';
|
---|
5 | $internalroute='172.16.3.33';
|
---|
6 | $internalif='sis1';
|
---|
7 | $nat='yes';
|
---|
8 | $nodetype='Proxy';
|
---|
9 | $nodename='Proxy8';
|
---|
10 | $proxyid='8';
|
---|
11 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
12 | $status='up';
|
---|
13 | $release="8.0-RELEASE";
|
---|
14 |
|
---|
15 | $X='137949';
|
---|
16 | $Y='453165';
|
---|
17 |
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<SIS0;
|
---|
20 | COMMENT=Link naar Router
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=192.168.58.2/24
|
---|
23 |
|
---|
24 | DESC=Link naar Router
|
---|
25 | SDESC=uplink
|
---|
26 |
|
---|
27 | DHCP=no
|
---|
28 |
|
---|
29 | SIS0
|
---|
30 |
|
---|
31 | $config{'sis1'}=sprintf <<SIS1;
|
---|
32 | COMMENT=Link naar NodeRichard
|
---|
33 | TYPE=ethernet
|
---|
34 | IP=172.16.16.9/30
|
---|
35 |
|
---|
36 | DESC=Link
|
---|
37 | SDESC=downlink
|
---|
38 |
|
---|
39 | DHCP=no
|
---|
40 |
|
---|
41 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.