I'll probably work toward setting up a private network.  What about telnet 
though? telenetd exists but perhaps I need to configure it.  
Thanks for the help, greatly appreciated.

On Thursday, June 1, 2017 at 12:15:39 AM UTC-6, Alvaro Miranda Aguilera 
wrote:
>
> If there is nothing running on the port then nonthing will show up in the 
> browser.
>
> in the netstat you did share was nothing there.
>
> So, lets say you start an up on port 8080 on the guest and you make the 
> port fwd from 8181 in the host.
>
> if you do on the guest netstat -anp | grep 8080 you should see something 
> doing the listening
>
>
> if the app is browser then you can test on the guest like
> curl -L http://localhost:8080
>
> Then on the host:
>
> you can test the port is reachable with . tnc localhost -p 8181
>
> then on the browser in the computer try  http://localhost:8181
>
> However,
>
> If you add a private_network, and assign an IP like 192.168.56.21 then all 
> gets easier
>
> since on the guest you can do
> curl -L http://192.168.56.21:8080
>
> and ont he host you can also use the same url
>
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/7d25b045-8d97-4a28-9b2c-9cd66f6044c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to