Squid Config

From: Rafael Gomez <rgomez@dont-contact.us>
Date: Thu, 15 Jun 2000 15:31:39 -0400

Hi All
I have configured my cisco router with the following:

access-list 110 deny tcp any any neq www
access-list 110 deny tcp host 10.2.2.2 any
access-list 110 permit tcp any any
route-map proxy-redirect permit 10
 match ip address 110
 set ip next-hop 10.2.2.2

interface FastEthernet0/0
 ip address 10.2.2.1 255.255.255.0
 full-duplex
 ip policy route-map proxy-redirect

In my FreeBSD bos I set the following:

        $fwcmd add 49 allow tcp from 10.2.2.2 to any
        $fwcmd add 50 fwd 10.2.2.2,3128 tcp from any to any 80
        $fwcmd add 60000 allow all from any to any
        $fwcmd add 65000 pass all from any to any

Everytime I set the cisco ethernet interface with ip policy command nobody
in my network can go through the internet. I saw that the browser resolves
the URL with its correct ip address but the packets canīt flow

What do I need to append (or take out) to (from) my configuration to let it
work?

Rafael Gomez
rgomez@c-com.net.ve
Cel: 58 14 337.11.22
Pager: 9106973@skytel.com.ve
Charter Communications International Venezuela

Tel: 58-2-576.60.80
Fax: 58-2-572.43.43
Received on Thu Jun 15 2000 - 13:35:40 MDT

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