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 | $gw_open='closed';
|
---|
| 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy8';
|
---|
[7409] | 15 | $proxyid='08';
|
---|
[7361] | 16 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
| 17 |
|
---|
| 18 | $status='up';
|
---|
| 19 |
|
---|
| 20 | $release="8.0-RELEASE";
|
---|
| 21 | $node_config_version="1";
|
---|
| 22 | $genesis_control="YES";
|
---|
| 23 |
|
---|
| 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
|
---|
[7394] | 32 | IP=192.168.58.2/24
|
---|
[7361] | 33 |
|
---|
| 34 | DESC=Link naar Router
|
---|
| 35 | SDESC=uplink
|
---|
| 36 |
|
---|
| 37 | DHCP=no
|
---|
| 38 |
|
---|
| 39 | SIS0
|
---|
[7377] | 40 |
|
---|
| 41 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
| 42 | TYPE=ethernet
|
---|
[7545] | 43 | IP=192.168.1.102/24
|
---|
[7377] | 44 |
|
---|
| 45 | DESC=Link naar Laptop
|
---|
| 46 | SDESC=downlink
|
---|
| 47 |
|
---|
| 48 | DHCP=no
|
---|
| 49 |
|
---|
| 50 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.