为什么v6v4tunnel无法在超级V guest上运行?

我正在尝试在Windows 10 Build 14393上安装Windows v6v4tunnel。创build隧道非常简单。

netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 192.168.1.12 xx.xx.128.26 netsh interface ipv6 add address IP6Tunnel 2001:xxx:xx:70::2 netsh interface ipv6 add route ::/0 IP6Tunnel 2001:xxx:xx:70::1 

当我尝试在作为Hyper-V guest虚拟机运行的Windows 10上创build隧道时,它不起作用。 为了testing,我禁用了所有的防火墙。 我正在使用与OS共享的单个networking适配器。

为了testing,我尝试在独立的PC上,在同一个networking上创build隧道,而且没有问题。 我还在Hyper-V主机上创build了隧道,并且它也正常工作。 这排除了任何networking,防火墙或NAT问题。 我只有在尝试在Hyper-V guest虚拟机上创build隧道时遇到问题。 这不是特定于Windows的,因为我也尝试在Ubuntu guest虚拟机上创build隧道。

我怎样才能进一步debugging,让我的隧道正确运行?