On 2013-12-10, dikshie <[email protected]> wrote:
> Hi,
> I just built an openbsd box for NAT64 gateway
> I can't figure out how the af-to works.

There were problems with af-to in some recent versions, but since you
didn't include the dmesg, I can't say if this applies to you..


http://www.openbsd.org/report.html

3. The OpenBSD kernel output. You can get this with the dmesg command,
but it is possible that your dmesg output does not contain all the
information that is captured in /var/run/dmesg.boot. If this is the
case, include information from both. PLEASE INCLUDE THIS IN ALL BUG
REPORTS.



BTW you're probably better off using BIND 9 from ports which has
built-in DNS64 support, rather than totd. BIND config is something
like this (in the options section) :-
 
dns64 2xxx:xxx:xxxx:6464::/96 { clients { any; }; };

Reply via email to