Last change
on this file since 7377 was 7377, checked in by richardvm, 15 years ago |
added local network for the test proxy
|
File size:
762 bytes
|
Rev | Line | |
---|
[7361] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
[7364] | 5 | # config Proxy8 bij Richard
|
---|
| 6 | # Test proxy voor Proxyfactory
|
---|
[7361] | 7 |
|
---|
[7367] | 8 | $master_ip='172.16.4.34';
|
---|
[7364] | 9 | $gateway='172.16.4.33';
|
---|
[7361] | 10 | $gw_open='closed';
|
---|
| 11 | $nodetype='Proxy';
|
---|
| 12 | $nodename='Proxy8';
|
---|
| 13 | $labelpos='left';
|
---|
| 14 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
| 15 |
|
---|
| 16 | $status='up';
|
---|
| 17 |
|
---|
| 18 | $release="8.0-RELEASE";
|
---|
| 19 | $node_config_version="1";
|
---|
| 20 | $genesis_control="YES";
|
---|
| 21 |
|
---|
| 22 | $OS='FreeBSD';
|
---|
| 23 |
|
---|
| 24 | #edugis x,y 93348,463569
|
---|
| 25 | $X='093348';
|
---|
| 26 | $Y='463569';
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
| 30 | TYPE=ethernet
|
---|
| 31 | IP=172.16.4.34/30
|
---|
| 32 |
|
---|
| 33 | DESC=Link naar Router
|
---|
| 34 | SDESC=uplink
|
---|
| 35 | SPEED=10240000000
|
---|
| 36 |
|
---|
| 37 | DHCP=no
|
---|
| 38 |
|
---|
| 39 | SIS0
|
---|
[7377] | 40 |
|
---|
| 41 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
| 42 | TYPE=ethernet
|
---|
| 43 | IP=172.16.4.37/30
|
---|
| 44 |
|
---|
| 45 | DESC=Link naar Laptop
|
---|
| 46 | SDESC=downlink
|
---|
| 47 | SPEED=10240000000
|
---|
| 48 |
|
---|
| 49 | DHCP=no
|
---|
| 50 |
|
---|
| 51 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.