Windows host doing it

> vagrant init ubuntu/trusty64 > vagrant up Bringing machine 'default' up with 'virtualbox' provider... > vagrant ssh $ ping google.com PING google.com (64.233.161.101) 56(84) bytes of data. 64 bytes from lh-in-f101.1e100.net (64.233.161.101): icmp_seq=1 ttl=47 time=24.7 ms $ ping6 google.com connect: Network is unreachable $ ping6 2a00:1450:4010:c01::65 connect: Network is unreachable $ exit > ping -6 google.com Обмен пакетами с google.com [2a00:1450:4010:c01::65] с 32 байтами данных: Ответ от 2a00:1450:4010:c01::65: время=25мс 

So, on the host there is IPv6, on the guest there. How to make it happen?

  • ISS A VirtualBox? - etki
  • @Etki, yes, virtualbox - Abyx
  • Did you find the answer? I now deal with the same problem ... - Zelta
  • No, it was not possible - Abyx

0