Re: nat64lsn first hop in traceroute has a source ip of the final host

2019-12-13 Thread Marco van Tol
Op 27 nov. 2019, om 11:01 heeft Andrey V. Elsukov het volgende geschreven: > On 26.11.2019 11:31, Marco van Tol wrote: >> Did you find the time to look further into this? >> If not I understand, no problem. >> >> Let me know if there's anything I can do to help. > > Hi, > > I'm sorry for the

Re: nat64lsn first hop in traceroute has a source ip of the final host

2019-11-27 Thread Andrey V. Elsukov
On 26.11.2019 11:31, Marco van Tol wrote: > Did you find the time to look further into this? > If not I understand, no problem. > > Let me know if there's anything I can do to help. Hi, I'm sorry for the delay, I'll try to finish the patch at this weekend :) -- WBR, Andrey V. Elsukov

Re: nat64lsn first hop in traceroute has a source ip of the final host

2019-11-26 Thread Marco van Tol
Op 6 nov. 2019, om 16:49 heeft Marco van Tol het volgende geschreven: > Op 6 nov. 2019, om 16:45 heeft Andrey V. Elsukov het > volgende geschreven: >> On 25.10.2019 17:57, Marco van Tol wrote: >>> This all works great in that the guests have no IPv4 any more, and in >>> their point of view the

Re: nat64lsn first hop in traceroute has a source ip of the final host

2019-11-06 Thread Marco van Tol
Op 6 nov. 2019, om 16:45 heeft Andrey V. Elsukov het volgende geschreven: > On 25.10.2019 17:57, Marco van Tol wrote: >> This all works great in that the guests have no IPv4 any more, and in >> their point of view the entire world has migrated to IPv6-only. >> >> Is there a way to change this

Re: nat64lsn first hop in traceroute has a source ip of the final host

2019-11-06 Thread Andrey V. Elsukov
On 25.10.2019 17:57, Marco van Tol wrote: > This all works great in that the guests have no IPv4 any more, and in > their point of view the entire world has migrated to IPv6-only. > > Is there a way to change this behaviour so that traceroutes to > synthesized addresses also report to be coming

nat64lsn first hop in traceroute has a source ip of the final host

2019-10-25 Thread Marco van Tol
Hi there, I setup a NAT64 gateway on a FreeBSD 11.3-RELEASE-p3 host using the following config: - #!/bin/sh fwcmd="/sbin/ipfw" nat64_v4="193.0.31.240/28" nat64_pfx_v6="64:ff9b::/96" icmp6ns=135 icmp6na=136 kldstat -q -m ipfw_nat64 || kldload ipfw_nat64 ${fwcmd} -f flush ${fwcmd} nat64lsn