On Thu, 08 Jun 2000, you wrote:
> hi!
> been a long week for me... i've trying to configure
> transparent proxy using my redhat machine and a cisco
> 2511 router.
>
> facts:
> 1. wstns can access internet w/o proxy
> 2. wstns can access internet w/ proxy
> 3. wstns CANT access internet after i enable
> transparent proxy.
>
>
> i have this config on my cisco 2511 router:
>
> route-map proxy-redirect permit 10
> match ip address 110
> set ip next-hop <ip_of_redhat_with_squid>
>
> access-list 110 deny tcp any any neq www
> access-list 110 deny tcp host
> <ip_of_redhat_with_squid> any
> access-list 110 permit tcp any any
>
> interface eth0
> ip policy route-map proxy redirect
>
>
> -----------------------------------------------
> i compiled squid with enable-ipf-transparent.
> part of my squid.conf:
>
> http_port 3128
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
>
> -----------------------------------------------
>
> after applying the route map to router's E0,
> wstns cant access any web site.
>
Did you enable ip forwarding in your system?
e.g. what does
cat /proc/sys/net/ipv4/ip_forward
say ?
(hint: it should say '1') \8)
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]