Last change
on this file since 9773 was 9013, checked in by huub, 14 years ago |
nat uitgezet op proxy62 ivm botnet gedoe xs4all
|
-
Property svn:eol-style
set to
native
|
File size:
730 bytes
|
Line | |
---|
1 | #
|
---|
2 | # config Proxy62 bij Huub
|
---|
3 | # verbonden met adsl gateway 192.168.3.254
|
---|
4 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
5 |
|
---|
6 | $master_ip='172.17.16.66';
|
---|
7 | $gateway='192.168.3.254';
|
---|
8 | $internalroute='172.17.16.65';
|
---|
9 | $internalif='sis1';
|
---|
10 | $nodetype='Proxy';
|
---|
11 | $nodename='Proxy62';
|
---|
12 | $proxyid='62';
|
---|
13 | $location=" Huub, Rapenburg 62, 2311EZ, Leiden";
|
---|
14 | $status='up';
|
---|
15 | $release="8.2-RELEASE";
|
---|
16 | $X='093348';
|
---|
17 | $Y='463569';
|
---|
18 | $nat='no';
|
---|
19 |
|
---|
20 | $firewall_block=<<EOT;
|
---|
21 | 192.168.0.0/16
|
---|
22 | EOT
|
---|
23 |
|
---|
24 |
|
---|
25 | $config{'sis0'}=sprintf <<SIS0;
|
---|
26 | COMMENT=link naar Router
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=192.168.3.101/24
|
---|
29 | DESC=Link naar router
|
---|
30 | SDESC=uplink
|
---|
31 | DHCP=no
|
---|
32 | SIS0
|
---|
33 |
|
---|
34 | $config{'sis1'}=sprintf <<SIS1;
|
---|
35 | COMMENT=link naar NodeHuub
|
---|
36 | TYPE=ethernet
|
---|
37 | IP=$master_ip/30
|
---|
38 | DESC=Link naar NodeHuub
|
---|
39 | SDESC=downlink
|
---|
40 | DHCP=no
|
---|
41 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.