I take it you mean to run the following on SSH on the VM.

I tried and can run the first line with sudo.

The next three lines generate “Permisssion denied” even with sudo.


> On Jul 25, 2017, at 12:30 PM, Alvaro Miranda Aguilera <[email protected]> 
> wrote:
> 
> Check if this helps on the VM or not
> 
> 
>> mv /etc/sysctl.conf /etc/sysctl.conf.ori
>> grep -v net.ipv6.conf /etc/sysctl.conf.ori | tee /etc/sysctl.conf
>> echo "net.ipv6.conf.all.disable_ipv6=1" | tee -a /etc/sysctl.conf
>> echo "net.ipv6.conf.default.disable_ipv6=1" | tee -a /etc/sysctl.conf

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/1E81FE7E-70C5-4A00-9495-8AD832E19FCB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to