How to enable internet access inside Vagrant?

前端 未结 4 589
清歌不尽
清歌不尽 2021-02-01 02:37

If I run curl google.com, I can\'t see the output, only a blank page. My Vagrantfile contains:

Vagrant.configure(\"2\") do |config|
  config.vm.box          


        
4条回答
  •  逝去的感伤
    2021-02-01 02:51

    This happens sometimes for me if I switch the host network connection, like disconnecting my laptop Ethernet cable and start using the wireless network. I found that rebooting the Vagrant vm (vagrant halt, vagrant up) fixes things.

提交回复
热议问题