Hi, I googled a while to reach here because similar issue hit me.
- My vbox VM was behind corporate firewall with ntlm authentication. - I installed vagrant-proxyconf<https://github.com/tmatilai/vagrant-proxyconf> - Add proxy setting Vagrantfile as following: if Vagrant.has_plugin?("vagrant-proxyconf") config.proxy.http = "http://domain\user:passwd@ip_addr:port/" config.proxy.https = "http://domain\user:passwd@ip_addr:port/" config.proxy.no_proxy = "localhost,127.0.0.1,.example.com" end Still it didn't work fine after `sudo apt-get update`. what's best solution for me? thanks. On Thursday, August 15, 2013 1:19:58 AM UTC+8, Teemu Matilainen wrote: > > Hi > > On Tue, Aug 13, 2013 at 12:57 AM, Torben Knerr > <[email protected]<javascript:>> > wrote: > > > > Hopefully @tmatilai will find the time to further improve the > > vagrant-proxyconf plugin (e.g. #6, #13) -- of all approaches this one > looks > > most promising to me: > > https://github.com/tmatilai/vagrant-proxyconf > > I just yesterday returned from a long trip and vacations. But I'll > promise to continue with that project in the next couple of days. =) > All feedback welcome as always! > > Cheers, > - Teemu > -- 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]. For more options, visit https://groups.google.com/d/optout.
