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