Last change
on this file since 9789 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
|
Line | |
---|
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';
|
---|
9 | $gateway='92.66.227.161';
|
---|
10 | $internalroute='172.25.90.65';
|
---|
11 |
|
---|
12 | $internalif='sis1';
|
---|
13 | $nodetype='Proxy';
|
---|
14 | $nodename='Proxy12';
|
---|
15 | $proxyid='12';
|
---|
16 | $location=" Watertoren, Aalsmeer";
|
---|
17 | $status='up';
|
---|
18 | $release="8.0-RELEASE";
|
---|
19 | $ileiden='yes';
|
---|
20 | $X='111998';
|
---|
21 | $Y='474286';
|
---|
22 | $nat='yes';
|
---|
23 |
|
---|
24 | $config{'sis0'}=sprintf <<SIS0;
|
---|
25 | COMMENT=link naar Router
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=92.66.227.162/29
|
---|
28 | DESC=Link naar router
|
---|
29 | SDESC=uplink
|
---|
30 | DHCP=no
|
---|
31 | SIS0
|
---|
32 |
|
---|
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 |
|
---|
42 | $config{'sis1'}=sprintf <<SIS1;
|
---|
43 | COMMENT=link naar Node Watertoren
|
---|
44 | TYPE=ethernet
|
---|
45 | IP=$master_ip/29
|
---|
46 | DESC=Link naar Node AMWaterT1
|
---|
47 | SDESC=downlink
|
---|
48 | DHCP=no
|
---|
49 | SIS1
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.