|
Last change
on this file since 7394 was 7394, checked in by richardvm, 16 years ago |
|
Added ineternal route, Updated local network
|
|
File size:
794 bytes
|
| 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.4.34';
|
|---|
| 9 | $gateway='172.16.4.33';
|
|---|
| 10 | $internalroute="192.168.58.1";
|
|---|
| 11 | $gw_open='closed';
|
|---|
| 12 | $nodetype='Proxy';
|
|---|
| 13 | $nodename='Proxy8';
|
|---|
| 14 | $labelpos='left';
|
|---|
| 15 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
|---|
| 16 |
|
|---|
| 17 | $status='up';
|
|---|
| 18 |
|
|---|
| 19 | $release="8.0-RELEASE";
|
|---|
| 20 | $node_config_version="1";
|
|---|
| 21 | $genesis_control="YES";
|
|---|
| 22 |
|
|---|
| 23 | $OS='FreeBSD';
|
|---|
| 24 |
|
|---|
| 25 | #edugis x,y 93348,463569
|
|---|
| 26 | $X='093348';
|
|---|
| 27 | $Y='463569';
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
|---|
| 31 | TYPE=ethernet
|
|---|
| 32 | IP=192.168.58.2/24
|
|---|
| 33 |
|
|---|
| 34 | DESC=Link naar Router
|
|---|
| 35 | SDESC=uplink
|
|---|
| 36 | SPEED=10240000000
|
|---|
| 37 |
|
|---|
| 38 | DHCP=no
|
|---|
| 39 |
|
|---|
| 40 | SIS0
|
|---|
| 41 |
|
|---|
| 42 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
|---|
| 43 | TYPE=ethernet
|
|---|
| 44 | IP=172.16.4.37/30
|
|---|
| 45 |
|
|---|
| 46 | DESC=Link naar Laptop
|
|---|
| 47 | SDESC=downlink
|
|---|
| 48 | SPEED=10240000000
|
|---|
| 49 |
|
|---|
| 50 | DHCP=no
|
|---|
| 51 |
|
|---|
| 52 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.