Last change
on this file since 7684 was 7657, checked in by rick, 15 years ago |
$genesis_control is not used anymore
|
File size:
692 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 |
|
---|
[7395] | 8 | $master_ip='172.16.4.37';
|
---|
| 9 | $gateway='192.168.58.1';
|
---|
| 10 | $internalroute='172.16.4.38';
|
---|
[7429] | 11 | $internalif='sis';
|
---|
[7361] | 12 | $nodetype='Proxy';
|
---|
| 13 | $nodename='Proxy8';
|
---|
[7409] | 14 | $proxyid='08';
|
---|
[7361] | 15 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
| 16 |
|
---|
| 17 | $status='up';
|
---|
| 18 |
|
---|
| 19 | $release="8.0-RELEASE";
|
---|
| 20 |
|
---|
| 21 |
|
---|
| 22 | #edugis x,y 93348,463569
|
---|
| 23 | $X='093348';
|
---|
| 24 | $Y='463569';
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
| 28 | TYPE=ethernet
|
---|
[7394] | 29 | IP=192.168.58.2/24
|
---|
[7361] | 30 |
|
---|
| 31 | DESC=Link naar Router
|
---|
| 32 | SDESC=uplink
|
---|
| 33 |
|
---|
| 34 | DHCP=no
|
---|
| 35 |
|
---|
| 36 | SIS0
|
---|
[7377] | 37 |
|
---|
| 38 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
| 39 | TYPE=ethernet
|
---|
[7545] | 40 | IP=192.168.1.102/24
|
---|
[7377] | 41 |
|
---|
| 42 | DESC=Link naar Laptop
|
---|
| 43 | SDESC=downlink
|
---|
| 44 |
|
---|
| 45 | DHCP=no
|
---|
| 46 |
|
---|
| 47 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.