Last change
on this file since 8118 was 8118, checked in by richardvm, 14 years ago |
somebody stole my old ip range (robijn)
|
File size:
674 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.3.34';
|
---|
9 | $gateway='192.168.58.1';
|
---|
10 | $internalroute='172.16.3.34';
|
---|
11 | $internalif='sis1';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy8';
|
---|
14 | $proxyid='8';
|
---|
15 | $location=" Richard, Terschelling 244, 3524az Utrecht";
|
---|
16 | $status='up';
|
---|
17 | $release="8.0-RELEASE";
|
---|
18 |
|
---|
19 | #edugis x,y 93348,463569
|
---|
20 | $X='093348';
|
---|
21 | $Y='463569';
|
---|
22 |
|
---|
23 |
|
---|
24 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
25 | TYPE=ethernet
|
---|
26 | IP=192.168.58.2/24
|
---|
27 |
|
---|
28 | DESC=Link naar Router
|
---|
29 | SDESC=uplink
|
---|
30 |
|
---|
31 | DHCP=no
|
---|
32 |
|
---|
33 | SIS0
|
---|
34 |
|
---|
35 | $config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
|
---|
36 | TYPE=ethernet
|
---|
37 | IP=$master_ip/30
|
---|
38 |
|
---|
39 | DESC=Link
|
---|
40 | SDESC=downlink
|
---|
41 |
|
---|
42 | DHCP=no
|
---|
43 |
|
---|
44 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.