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 box I set the following:
ipfw add 60000 allow all from any to any
ipfw add 49 allow tcp from 10.2.2.2 to any
ipfw add 50 fwd 127.0.0.1,3128 tcp from any to any 80
In squid.conf I have
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
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 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 Fri Jun 16 2000 - 09:39:23 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:04 MST