[squid-users] Firewall problems

From: De Leeuw Guy <G.De_Leeuw@dont-contact.us>
Date: Wed, 21 Aug 2002 16:20:03 +0200

Hello all,

I have a firewall configuration problem :
Before June if have a internet provider that give me an range adress like
195.0.50.X,
from start of july I change my provider that give me only one IP adress.
I change my firewall configuration ( Linux + iptables).
But now squid doesn't work. Can you help me ?

                Firewall :
internet -------eth1 eth0---- Private network

eth0 : hostname WorldGate.eurofer.be IP 192.168.3.190
eth1 : hostname gwWorld.eurofer.be IP 10.10.10.2
Public IP 194.78.206.16

iptables :
==========
iptables -t nat -A POSTROUTING -s 192.168.0.0/16 -j SNAT --to-source
194.78.206.16
iptables -t nat -A PREROUTING -i eth0 -p tcp -dport http -j
REDIRECT --to-port 3128

squid :
=======
        cache-peer proxy.skynet.be parent 8080 3130 no-query
        visible-host-name WorldGate.eurofer.be

What is missing ?

Thank in advance
Guy
Received on Wed Aug 21 2002 - 08:20:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:46 MST