> ipnat config file:
>
> rdr bge0 0.0.0.0/0 port 80 -> 167.206.45.99 port 8080 tcp
>
> output for ipnat -l:
>
> #ipnat -l
> List of active MAP/Redirect filters:
> rdr bge0 0.0.0.0/0 port 80 -> 167.206.45.99 port 8080 tcp
>
> List of active sessions:
>
> The network guy told me that the cisco router sees the wccp server (my squid
> server) ok and they can communicate, but when I open a web browser on a
> server which connects to this cisco router, it just times out every time. It
> didn't get to the redirected URL as I wanted. ( I was snooping on the squid
> server and didn't see any incoming packets from the cisco router, but not
> sure if the snoop works under ipf ).

You may have a forwarding loop.  I don't know IP filter well enough off
the top of my head, but you might need to add a more specific rule
before 'rdr' to allow Squid's outgoing TCP connections.

Duane W.

Reply via email to