[squid-users] Re: Squid not sending request to web

2014-04-11 Thread fordjohn
Hi Amos, Below is the router script I have pasted into the firewall section of my tomato router. It does not seem to forward packets to the proxy. Any ideas what I am doing wrong. I am a newbie who is trying to learn. Thanks for your help. # IPv4 address of proxy PROXYIP4= 192.168.1.16 # interfa

Re: [squid-users] Re: Squid not sending request to web

2014-04-10 Thread Amos Jeffries
On 10/04/2014 11:49 p.m., fordjohn wrote: > Okay so I would need to use the following Iptables script on the squid box > correct? > > iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j REDIRECT > --to-port 3127 Yes. With any appropriate routing config on the router necessary to get the p

[squid-users] Re: Squid not sending request to web

2014-04-10 Thread fordjohn
Okay so I would need to use the following Iptables script on the squid box correct? iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j REDIRECT --to-port 3127 Thanks so much for your help. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-not