[vagrant-up] Vagrant Shell action - not allowing to hit a port while doing vagrant up

2014-04-03 Thread Saurabh Mishra
Hi, I have a vagrant shell action as config.vm.provision :shell, :path = bootstrap.sh in which i am starting an application which listens on a port example: 8999. The application starts with bootup , when i choose to use api call or curl or wget to reach the application in same shell script

Re: [vagrant-up] Vagrant Shell action - not allowing to hit a port while doing vagrant up

2014-04-03 Thread Alvaro Miranda Aguilera
if you redirect the port from vagrant, you could be able to do curl http://localhost:8999 c6405 is the name of the host of the guest machine? if c6405 is the host machine, how name resolution works? can you ping c6405 ?? On Thu, Apr 3, 2014 at 8:33 PM, Saurabh Mishra