Re: Supressing ICMP Redirect when a packet is routed back out

Glynn Clements (glynn@sensei.co.uk)
Sat, 5 Jun 1999 03:05:29 +0200 (GMT--1:00)


Zellers, Mark wrote:

> I need to supress this behavior so that my user space routing changes don't
> cause this ICMP redirect.
> I could just dive in and dike out the offending test, but it seems to me
> there must be others with the
> same problem.

Can't you filter out the redirect, e.g. with

ipchains -A output -p icmp -s 0/0 redirect -j DENY

-- 
Glynn Clements <glynn@sensei.co.uk>

- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu