On Thu, May 14, 2015 at 9:55 PM, Nico <[email protected]> wrote:
>>   config.vm.network:forwarded_port, host:4567, guest:80

ok

We have done this before, but happy to go again :D

  config.vm.network:forwarded_port, host:4567, guest:80

On the guest do:

sudo netstat -anp | grep ':80'

If you see :: that is ipv6

what have happened in the past, is that when you don't configure a
hostname, the line localhost gets evaluated to ipv6 sometimes

Add this to your vagrantfile

config.vm.hostname = "lucid64.myfakedomain"

Then:

vagrant reload

test again.. if doesn't work, provide:


cat /etc/hosts

sudo netstat -anp | grep ':80'

-- 
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.

Reply via email to