If I run curl google.com, I can\'t see the output, only a blank page. My Vagrantfile contains:
curl google.com
Vagrant.configure(\"2\") do |config| config.vm.box
Disabling firewall helped me. In my CentOS guest box I did:
# sudo service iptables save # sudo service iptables stop # sudo chkconfig iptables off