[squid-users] Interception Caching Problems

2008-09-25 Thread Jason Cosby
Thanks all for the help. Amos, the following worked like a charm and thanks so much: Once thats working you can then go on to catch other common web server evasion ports (81, 87, 88, 8000, 8080, 8081, 8181, , 3128, 1080, 2080) Redirectding just port 80 wasnn't accomplishing anything. Are

Re: [squid-users] Interception Caching Problems

2008-09-25 Thread Amos Jeffries
Thanks all for the help. Amos, the following worked like a charm and thanks so much: Once thats working you can then go on to catch other common web server evasion ports (81, 87, 88, 8000, 8080, 8081, 8181, , 3128, 1080, 2080) Redirectding just port 80 wasnn't accomplishing anything.

[squid-users] Interception caching problems

2008-09-10 Thread Jason Cosby
Well, I solved my DNS problems. BIND was in fact killing squid with it's errors (IPC can be a PITA sometimes). pdnsd is working great. I have verified that the 3128 redirect command is working. Accessing the server from a Linux client with lynx shows the hits in cache.log. lynx follows the

Re: [squid-users] Interception caching problems

2008-09-10 Thread Amos Jeffries
Jason Cosby wrote: Well, I solved my DNS problems. BIND was in fact killing squid with it's errors (IPC can be a PITA sometimes). pdnsd is working great. I have verified that the 3128 redirect command is working. Accessing the server from a Linux client with lynx shows the hits in cache.log.

[squid-users] Interception caching problems

2008-09-05 Thread Jason Cosby
Thanks so much for the replies. I haven't had a chance to test whether the: iptables -t nat -A PREROUTING -i $LAN -p tcp --dport 80 -j ACCEPT will solve my interception problem yet. I worked on the server for a few days while it was down and have new and bigger problems now. Where's the nearest

[squid-users] Interception caching problems

2008-09-03 Thread Jason Cosby
I'm serving in Iraq, where bandwidth is low and DNS servers are thousands of miles away. squid is a great solution for my unit. I set up squid-3.0-STABLE8 behind SNAT to do intercetion caching with the standard: iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port

Re: [squid-users] Interception caching problems

2008-09-03 Thread Amos Jeffries
I'm serving in Iraq, where bandwidth is low and DNS servers are thousands of miles away. squid is a great solution for my unit. I set up squid-3.0-STABLE8 behind SNAT to do intercetion caching with the standard: iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port

Re: [squid-users] Interception caching problems

2008-09-03 Thread Indunil Jayasooriya
Hi, Pls fill below varable with yours. $LAN= Lan ip range. example- 192.168.0.0/24 $INTERFAZ_INT= Interface connects to the Internet $INTERFAZ_LAN= Interface conncects to Lan $LAN_IP of the squid box = Lan ip. example- 192.168.0.1 I use below rules for tranceparent interception on Linux.

Re: [squid-users] Interception caching problems

2008-09-03 Thread Amos Jeffries
Hi, Pls fill below varable with yours. $LAN= Lan ip range. example- 192.168.0.0/24 $INTERFAZ_INT= Interface connects to the Internet $INTERFAZ_LAN= Interface conncects to Lan $LAN_IP of the squid box = Lan ip. example- 192.168.0.1 I use below rules for tranceparent interception on