1
resposta

Erro ao tentar subir um wordpress com vagrant no Ubuntu

cleiton2308@cleiton2308-IdeaPad-3-15ALC6:~/Downloads/wordpress_com_ansible$ vagrant up Bringing machine 'wordpress' up with 'virtualbox' provider... ==> wordpress: Checking if box 'ubuntu/trusty64' version '20190514.0.0' is up to date... ==> wordpress: Fixed port collision for 22 => 2222. Now on port 2200. ==> wordpress: Clearing any previously set network interfaces...

**The IP address configured for the host-only network is not within the allowed ranges. Please update the address used to be within the allowed ranges and run the command again.

Address: 172.17.177.40 Ranges: 192.168.56.0/21

Valid ranges can be modified in the /etc/vbox/networks.conf file. For more information including valid format see:**

https://www.virtualbox.org/manual/ch06.html#network_hostonly

Insira aqui a descrição dessa imagem para ajudar na acessibilidade

1 resposta

Olá, Cleiton. Tudo bem?

Esse erro está acontecendo desde a versão 6.1.28 do Virtualbox em macOS e Linux. Você usa um dos dois? Sabe a versão exata que você instalou?

De toda forma, segundo a própria doc do Virtualbox nesse link, você pode resolver criando o arquivo /etc/vbox/networks.conf no seu PC com o seguinte conteúdo:

  * 10.0.0.0/8 192.168.0.0/16
  * 2001::/64

Espero ter ajudado. Bons estudos!