Trying to get XP to connect to the internet in a VirtualBox VM.
Doing this for legacy testing and transferring purposes.
I keep getting this error message:
Virtualbox on the host machine can act as a router/firewall doing nat and other things; or you can configure your VM networking adapter to act as if it were connected to the same Ethernet network as the host (your host has wired Ethernet/not wifi, correct?)
One thing you could try is to open cmd.exe and type telnet www.google.com 80 and then type GET / HTTP/1.1<enter>Host: www.google.com<enter><enter> and this should get the server to reply with the search home page.
In general I’d be suspicious about overzealous adblockers, and SSL/TLS config on win xp that’s probably ancient.
Another thing you could do is inspect the traffic using Wireshark and spot check for weird browser behavior; but I’m assuming you don’t know how to do that and it might take you a bit of time to be able to tell with confidence what it is you’re looking for in those packet traces and how to read them.
no idea
If it helps, I’m only getting this issue with XP. Vista and 7 work fine with no issues. I’m thinking it’s something to do with XP’s structure, but I can’t tell what exactly.
Thinking about asking Wendell on this one, but idk if bothering him about this is a good idea