> On Jul 25, 2017, at 3:48 PM, Torben Knerr <[email protected]> wrote: > > On you sudo problem: I assume you tried >>> sudo echo "net.ipv6.conf.all.disable_ipv6=1" | tee -a /etc/sysctl.conf > > Where it should be: > >>> echo "net.ipv6.conf.all.disable_ipv6=1" | sudo tee -a /etc/sysctl.conf > > Does that work?
:) Thank you Torben! Yes, I had tried the first. I had no clue where to put sudo. I’ll hold off trying the second, because Alvaro’s other suggestion worked and if I mess it up somehow I’ll never be able to fix it! But I’m sure your code is correct! best, ian -- 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/F090E328-3E6B-489D-B0AB-5892DC921436%40gmail.com. For more options, visit https://groups.google.com/d/optout.
