A thank you note:
I finally got the darn thing working! Thanks to all that e-mailed me. The
problem was my ipchains configuration, I didn't cover all of the
possibilities. The thread that brought me to this conclusion was Al Blake's
"[SQU] tracing wccp (yes I have read the FAQ!)" and his subsequent posts on
his solutions. I am including the rules that I used for IPCHAINS for anyone
else who has had this problem.
NOTE: In this example, the squid box is 192.36.61.200, squid is running on
port 8080, httpd is on port 80 (obviously), and the network is 192.36.61.0
netmask 24 (255.255.255.0)
/sbin/ipchains -F
/sbin/ipchains -A input -p all -s 192.36.61.200 -d 192.36.61.200 -j ACCEPT
/sbin/ipchains -A input -p tcp -s 0/0 -d 192.36.61.200 80 -j ACCEPT
/sbin/ipchains -A input -p tcp -s 192.36.61.0/24 -d 0/0 80 -j REDIRECT 8080
/sbin/ipchains -A input -p all -s 192.36.61.0/24 -d 0/0 -j ACCEPT
/sbin/ipchains -A input -p all -s 0/0 -d 192.36.61.0/24 -j ACCEPT
Again, thanks for all the input and help! I hope this helps someone else in
turn.
Alex Moen
Operations Technology Specialist
North Dakota Telephone Company
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Sep 25 2000 - 14:39:06 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:29 MST