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