Hi there,
my HTTP connections get redirected to Squid (transparent proxying) with
iptables -t nat -A PREROUTING -i $ETH_INTERNAL -s $LOCALNET -d !
$LOCALNET -p tcp --dport 80 -j REDIRECT --to-port 3128
which works fine. However, I would like to automatically redirect FTP and
SSL as well. Some said this works, some said, this does not work.
What's true now? :-) Does it work with iptables, or do I have to use a
proxy.pac File for the browsers to manually set the proxy server?
Thanks!
Florian
Received on Sun Apr 13 2003 - 10:40:48 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:57 MST