Hi John, Thanks for replying
I have tried that, but it didn't work (see below) :(
any idea? so far everything is great, except my browser can't see my
vagrant box...
--------- begin console capture
vagrant@lucid32:~$ curl localhost:8080
curl: (7) couldn't connect to host
vagrant@lucid32:~$ curl localhost:80
curl: (7) couldn't connect to host
vagrant@lucid32:~$ curl 127.0.0.1
curl: (7) couldn't connect to host
vagrant@lucid32:~$ curl
google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/
html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="
http://www.google.com/">here</A>.
</BODY></HTML>
vagrant@lucid32:~$ curl
127.0.0.1:8080
curl: (7) couldn't connect to host
vagrant@lucid32:~$ curl
127.0.0.1:80
curl: (7) couldn't connect to host
vagrant@lucid32:~$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from
127.0.0.1: icmp_seq=1 ttl=64 time=0.099 ms
64 bytes from
127.0.0.1: icmp_seq=2 ttl=64 time=0.036 ms
64 bytes from
127.0.0.1: icmp_seq=3 ttl=64 time=0.036 ms
64 bytes from
127.0.0.1: icmp_seq=4 ttl=64 time=0.037 ms
64 bytes from
127.0.0.1: icmp_seq=5 ttl=64 time=0.038 ms
64 bytes from
127.0.0.1: icmp_seq=6 ttl=64 time=0.055 ms
64 bytes from
127.0.0.1: icmp_seq=7 ttl=64 time=0.029 ms
64 bytes from
127.0.0.1: icmp_seq=8 ttl=64 time=0.039 ms
64 bytes from
127.0.0.1: icmp_seq=9 ttl=64 time=0.061 ms
64 bytes from
127.0.0.1: icmp_seq=10 ttl=64 time=0.039 ms
64 bytes from
127.0.0.1: icmp_seq=11 ttl=64 time=0.060 ms
64 bytes from
127.0.0.1: icmp_seq=12 ttl=64 time=0.056 ms
^Z
[1]+ Stopped ping 127.0.0.1
----------end console capture
On May 22, 8:02 am, "John D. Hume" <
duelin.mark...@gmail.com> wrote:
> If you ssh into the vagrant box and `curl localhost:8080` do you see your
> index.html?
>
> -- typed with my thumbs