Last change
on this file since 9842 was 9488, checked in by rick, 13 years ago |
Aliased IP on the outside interface to be able to reach Webcam connected on DMZ switch.
|
File size:
881 bytes
|
Rev | Line | |
---|
[7879] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config Proxy12 bij Wireless Jacobswoude
|
---|
| 6 | # verbonden met adsl gateway aalmeer watertoren
|
---|
| 7 |
|
---|
| 8 | $master_ip='172.25.90.66';
|
---|
[8337] | 9 | $gateway='92.66.227.161';
|
---|
[7879] | 10 | $internalroute='172.25.90.65';
|
---|
| 11 |
|
---|
[8018] | 12 | $internalif='sis1';
|
---|
[7879] | 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy12';
|
---|
| 15 | $proxyid='12';
|
---|
| 16 | $location=" Watertoren, Aalsmeer";
|
---|
| 17 | $status='up';
|
---|
| 18 | $release="8.0-RELEASE";
|
---|
[9308] | 19 | $ileiden='yes';
|
---|
[8287] | 20 | $X='111998';
|
---|
| 21 | $Y='474286';
|
---|
[8241] | 22 | $nat='yes';
|
---|
[7879] | 23 |
|
---|
[8261] | 24 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 25 | COMMENT=link naar Router
|
---|
[7879] | 26 | TYPE=ethernet
|
---|
[8337] | 27 | IP=92.66.227.162/29
|
---|
[7879] | 28 | DESC=Link naar router
|
---|
| 29 | SDESC=uplink
|
---|
| 30 | DHCP=no
|
---|
| 31 | SIS0
|
---|
| 32 |
|
---|
[9488] | 33 | $config{'sis0:0'}=sprintf <<EOT;
|
---|
| 34 | COMMENT=Link naar Mobotix Camera
|
---|
| 35 | TYPE=ethernet
|
---|
| 36 | IP=10.5.103.57/24
|
---|
| 37 | DESC=Camera found at 10.5.103.56
|
---|
| 38 | SDESC=mobotix
|
---|
| 39 | DHCP=no
|
---|
| 40 | EOT
|
---|
| 41 |
|
---|
[8261] | 42 | $config{'sis1'}=sprintf <<SIS1;
|
---|
[8337] | 43 | COMMENT=link naar Node Watertoren
|
---|
[7879] | 44 | TYPE=ethernet
|
---|
[9485] | 45 | IP=$master_ip/29
|
---|
[8241] | 46 | DESC=Link naar Node AMWaterT1
|
---|
[7879] | 47 | SDESC=downlink
|
---|
| 48 | DHCP=no
|
---|
| 49 | SIS1
|
---|
| 50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.