[Bug 280390] NPTv6 not working

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 22 Jul 2024 07:32:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280390

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #3 from Andrey V. Elsukov <ae@FreeBSD.org> ---
(In reply to cnbatch from comment #0)
You need to make sure, that IPv6 packets are handled by NPT rule in both
directions. But as I see, you use `allow ip6 from any to any via vtnet0` rule
just before NPT rule. It will consume all packets that are going from external
to internal network and it is why NPT does not work.

-- 
You are receiving this mail because:
You are the assignee for the bug.