How can browsers in VMs resolve hostnames of websites on parent PC?
- by elliot100
I have a number of local websites in development on my Windows PC, set up as virtual hosts within Apache, with hostnames (along the lines of dev.example.com) resolved via the hosts file, so I can test them out them with various browsers.
I now want to extend browser testing to running browsers in various OSs in virtual machines, and want to be…