On Sat, 26 Oct 2024, at 3:11 AM, Andy Smith via BitFolk Users wrote:
The old one will continue to work but the new
configuration is to use
fe80::1 as the default gateway, and as you have noted that would be the
only way to stop using the deprecated /64 assignment.
Thanks - old /64 removed and now using the new /48. As Simon has mentioned, monitoring
will need updating.
Regarding the ICMP rule for a default-deny ip6tables firewall, I have this at the end of
my ruleset:
-A INPUT -i enX0 -p ipv6-icmp -j ACCEPT
-A INPUT -i enX0 -j DROP
Cheers,
Mike