Closed geoHeil closed 7 years ago
@geoHeil That seems to be an issue with vagrant, not the hostsupdater plugin. Please see https://github.com/mitchellh/vagrant/issues/8115 for more details. Per comments, bug fix for this issue is slated for 1.9.2.
For now, try:
config.vm.provision "shell", inline: "sudo systemctl restart network.service"
Hope that helps!
Thanks for helping with this @cbirajdar 👍
When using
Vagrant 1.9.1
with the following file:this is the output for ifconfig is:
as you can see:
inet 172.16.75.137
is not set to192.168.3.10
what is wrong here?