Re: Disable sending ICMPV6 redirects on IPV6
- From: Pascal Hambourg <boite-a-spam@xxxxxxxxxxxxxxx>
- Date: Wed, 26 Mar 2008 13:34:35 +0100
Hello,
ianbrn@xxxxxxxxx a écrit :
I try to find out how to disable a Linux machine (acting as a router)
from sending ICMPV6 redirects ;
There is : /proc/sys/net/ipv6/conf/all/accept_redirects
but I cannot find /proc/sys/net/ipv6/conf/all/send_redirects
Maybe it is impossible to disable a Linux machine from sending
ICMPV6 redirects?
As a last resort, you can drop them with an ip6tables rule :
ip6tables -A OUTPUT -p icmpv6 --icmpv6-type redirect -j DROP
.
- References:
- Disable sending ICMPV6 redirects on IPV6
- From: ianbrn@xxxxxxxxx
- Disable sending ICMPV6 redirects on IPV6
- Prev by Date: Disable sending ICMPV6 redirects on IPV6
- Next by Date: Trouble with getbyhostname()
- Previous by thread: Disable sending ICMPV6 redirects on IPV6
- Next by thread: Trouble with getbyhostname()
- Index(es):