What's new

IPv6 ICMP Echo Response

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

I get the same thing here, always have. I believe Merlin said it's normal for v6.

That's correct. The RFC states that IPv6 nodes are expected to reply to ICMP ECHO requests.
 
If you don't want said RFC behavior however to your clients:

Code:
ip6tables -D FORWARD -p ipv6-icmp --icmpv6-type 128 -j ACCEPT
ip6tables -D FORWARD -p ipv6-icmp --icmpv6-type 129 -j ACCEPT

In firewall-start script will block responses to unsolicited echo requests while still allowing solicited ones through.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top