Re: [squid-users] Problem with Configuring squid with Cisco IOS 12.1(6)

From: Naeem <rhlinux71@dont-contact.us>
Date: Sat, 16 Jun 2001 18:41:23 +0500

> and u should have ipchains rule 'ipchains -A input -p TCP -s 0/0 -d 0/0
> 80 -j 8080' for squid
> u can customize the source and destination IPs.
>

You should enter ipchain rule for redirection as follows :

ipchains -A input -p tcp -s 0/0 -d 0/0 80 -j REDIRECT 8080

The source address against '-s' could be the address/range of addresses with
subnet mask of clients accessing Squid.
Received on Sat Jun 16 2001 - 07:41:55 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:46 MST