[squid-users] Transp proxy and cisco do not work

From: Luiz Felipe Ceglia <lceglia@dont-contact.us>
Date: Sat, 2 Mar 2002 01:09:26 -0300

Hi Folks,

Maybe my last message was a little weird, so I am adding some info on it.

I am running a squid proxy:
    Squid Cache: Version 2.4.STABLE4
    IP: 200.255.3.28
    port 80 is redirected to 3128 via ipchains
REDIRECT tcp ------ 200.255.3.0/24 200.255.3.28 any -> www => 3128

    this host works finely as a transparent proxy for a internal
network for which it is a gateway/NAT.

    so I will skip pasting my current squid.conf options which concern
transparent proxy, once it is working.

At my cisco side, I have:

(just like in the squid faq)
!
route-map proxy-redirect permit 10
    match ip address 110
    set ip next-hop 200.255.3.28
!
!
access-list 110 deny tcp any any neq www
access-list 110 deny tcp host 200.255.3.28 any
access-list 110 permit tcp any any
!
!
interface Ethernet0
    ip policy route-map proxy-redirect
!

When I get into this Cisco configuration:
    browsers on localnet don't browse
    squid's access.log do not report anything.

Do any of you have any clue?
Could you send me your cisco's access-list if you have this setup?

Thank you,

-- 
Luiz Felipe Ceglia 	-  Staff TereNet
lceglia@terenet.com.br	-  +55-21-9135-3679
Received on Fri Mar 01 2002 - 21:09:56 MST

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