adrianmak Posted February 27, 2016 Share Posted February 27, 2016 I'm using vagrant+virtualbox on Windows 10 for local web development I found that windows 10 microsoft Edge browser, could not able to access local vagrant vm box. I put a ip host mapping in windows hosts file I could ping the hostname and return the vm box ip address I could access the website under vm box with firefox, chrome, ms internet explore, but ms edge browser Link to comment Share on other sites More sharing options...
OrganizedFellow Posted February 29, 2016 Share Posted February 29, 2016 Why Vagrant AND Virtualbox? Why not something simpler like WAMP server? I no longer use Windows, err, I did, years ago, and relied on WAMP server for development. Regarding your issue with MS Edge browser, it seems like a security protocol of the MS browser to me. I've heard of this before. MS won't let it connect. Link to comment Share on other sites More sharing options...
cstevensjr Posted February 29, 2016 Share Posted February 29, 2016 Some possible useful links https://blogs.windows.com/msedgedev/2015/08/17/windows-10-virtual-machines-now-available-on-microsoft-edge-dev/ https://vagrantcloud.com/boxes/search?order=desc&page=1&provider=&q=windows&sort=created&utf8=%E2%9C%93 https://atlas.hashicorp.com/modernIE/boxes/w10-edge Link to comment Share on other sites More sharing options...
pwired Posted February 29, 2016 Share Posted February 29, 2016 Why Vagrant AND Virtualbox? Why not something simpler like WAMP server? I no longer use Windows, err, I did, years ago, and relied on WAMP server for development. Vagrant and Virtualbox on windows would make sense: using both windows and linux on your laptop on the same boot partition and sharing files on a second data partition. For example, you would have the ease of windows and the sudo and ssh command line of linux. 2 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted February 29, 2016 Share Posted February 29, 2016 ... you would have the ease of windows and the sudo and ssh command line of linux. Hhmm, makes sense! Thank you pwired! Link to comment Share on other sites More sharing options...
Doug G Posted March 1, 2016 Share Posted March 1, 2016 I use w10 with xampp, cygwin, git-bash without any vm or container, and it seems to work quite well. I don't like or use Edge though. Link to comment Share on other sites More sharing options...
BitPoet Posted March 1, 2016 Share Posted March 1, 2016 @adrianmak, Edge is known to be a bit picky with loopback connections. While 127.0.0.1 has been fixed when Spartan was renamed to Edge, other IP addresses bound to the loopback driver still can make problems. One of these two changes usually works: Open a DOS box (best use "run as administrator") and type "CheckNetIsolation LoopbackExempt -a -n=Microsoft.MicrosoftEdge_8wekyb3d8bbwe" Or: go to Control Panel -> Internet Options -> Security -> Local Intranet -> Sites and uncheck the option "include all local (intranet) sites not listed in other zones" Link to comment Share on other sites More sharing options...
Pierre-Luc Posted March 3, 2016 Share Posted March 3, 2016 This might not be of any help but is it any different if you run the Vagrant box off VMWare ? I have a Win box right now at the office and it's a pain. I just end up carrying my MacBook Pro most of the time! Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 3, 2016 Share Posted March 3, 2016 Vagrant does have a payed (80$) plugin for vmware. Otherwise you'd need to use virtual box or leave use other provisioners like ansible or chef instead of vagrant. Link to comment Share on other sites More sharing options...
Recommended Posts