• 0 Posts
  • 97 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle







  • My server has this to allow ICMP in nftables:

    ip protocol icmp accept
    meta l4proto ipv6-icmp accept
    

    Yes, it just allows all of it. You could use it as a starting point (if it works) then fine-tune it. I have not tuned mine at all.

    I don’t see the keyword “ipv6-icmp” in your config. It might have something to do with that.

    There’s a hundred ways to do the same thing, and I haven’t found online guides to be consistent.