rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

failed: Operation timed out. #16

Closed dcabrejas closed 9 years ago

dcabrejas commented 9 years ago

After I installed the vm and magento by following the instructions in the README, everything went smoothly, but when trying to access http://mage2.dev in my browser I got Operation timed out. I have also tried wget -d from the host machine and I got this: URI encoding = ‘US-ASCII’ --2014-12-29 15:12:07-- http://mage2.dev/ Resolving mage2.dev (mage2.dev)... 192.168.56.19 Caching mage2.dev => 192.168.56.19 Connecting to mage2.dev (mage2.dev)|192.168.56.19|:80... Closed fd 4 failed: Operation timed out. Releasing 0x00007fa949f01750 (new refcount 1). Retrying.

rgranadino commented 9 years ago

Hi @dcabrejasazagra , it looks like the mage2.dev host is resolving to 192.168.56.19, did you change the Vagrantfile configuration to that IP address? It will be 192.168.56.10 by default, did you perhaps hit the "9" key instead of "0" when editing your /etc/hosts file ?

dcabrejas commented 9 years ago

That was indeed the problem, thanks for your time.