Re: Guide on setting up 464XLAT/CLAT/PLAT on FreeBSD?
- In reply to: Neel Chauhan : "Guide on setting up 464XLAT/CLAT/PLAT on FreeBSD?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Dec 2024 10:34:11 UTC
On 26.11.2024 05:01, Neel Chauhan wrote: > Hi, > > I'm trying to help someone at a different department at $DAYJOB and am > stuck on setting up a 464XLAT on FreeBSD. > > Right now I'm trying this guide: > https://forums.freebsd.org/threads/nat64-464xlat.73741/ > > However, it does not seem to be correct. The person said they got it > working but didn't update the guide on how to correct it. Hello, he probably just added `allow_private` option to nat64lsn instance. You always can set `net.inet.ip.fw.nat64_debug` sysctl variable and see in console where and why packets were dropped. #define DP_GENERIC 0x0001 #define DP_OBJ 0x0002 #define DP_JQUEUE 0x0004 #define DP_STATE 0x0008 #define DP_DROPS 0x0010 #define DP_ALL 0xFFFF -- WBR, Andrey V. Elsukov