Hello, when you access that port 2222 in the host, you are redirected/nat into the port 22 in the guest that is ssh
so you can use an ssh client to connect to that port. If you want to use a web browser, then you need to connect to a port that is being map to the guest where is http/https server On Thu, Jan 15, 2015 at 2:38 PM, Marcelo Amorim <[email protected]> wrote: > Dear Srs, > > I install vagrant in Windows 8. > > See attached image. > > When access http://127.0.0.1:2222/ > > Return this message ... > > *SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 > Protocol mismatch.* > > > How to fix this problem? > > > Best Regards, > > > Marcelo Amorim > > -- > 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. > -- 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.
