I just installed squid on Redhat 7.0, for use with my home network. I want
to get transparent proxy to work with http, https, ftp, mail, etc. I can
use ipchains and get http to work:
ipchains -A input -p TCP -d 127.0.0.1/32 www -j ACCEPT
ipchains -A input -p TCP -d 192.168.1.1/32 www -j ACCEPT
ipchains -A input -p TCP -d 0/0 www -j REDIRECT 3128
But when I use the same three lines for https, ftp, etc. it will not work.
I have read the FAQ where it says that squid uses tunneling for https, but I
want to know why it doesn't work transparently, when, if I enter it in
manually into mozilla, https, ftp, etc. will work great.
TIA
Forrest
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Feb 26 2001 - 12:04:33 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:11 MST