cisco with transparent-proxy

From: Chris Micallef <cmicallef@dont-contact.us>
Date: Tue, 23 May 2000 09:21:05 +0200

Hi,

I'm trying to implement squid as a transparent proxy. I managed to get it running and it works fine from the local network. However, my requests get timed out when using a browser from another network. I believe I configured the router correctly and set the IP forwarding feature on the squid server. Could anyone who has implemented such a setup kindly check my cisco interface entries.

interface ethernet0
    description mybackbone
    ip address xx.xx.xx.xx
    ip access-group 101 in
    ip access-group 102 out
    ip policy route-map proxy redirect
    no ip proxy-arp
media-type 10BaseT

access-list 101 permit ip xx.xx.xx.0 0.0.255.255 any

the entries that deal with the squid server (yy.yy.yy.yy)
    access-list 102 permit tcp & udp any gt 1023
    access-list 102 permit tcp any host yy.yy.yy.yy eq www
    access-list 102 permit tcp any host yy.yy.yy.yy eq smtp

access-list 110 and route-map as described in FAQs

Regs
Chris
Received on Tue May 23 2000 - 01:26:10 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:33 MST