I have problem to access web server on my Guest Machine from Host Machine. So I have Mac OS Catalina as Host Machine and Windows 10 as Guest Machine, also use VirtualBox v6.0.14
I configure my guest os with 2 adapter as follow:
- NAT adapter (I use this adapter to access internet)
- Host Only Adapter (I use this adapter to communicate between host and guests)
Right now, I can access internet from guest machine, so we can assume first adapter (NAT) is work. I also can ping host machine from guest machine, but I cannot ping guest machine from machine (I think there is problem with second configuration which is host only adapter configuration)
From the configuration I got IP config like this:
I can ping host machine from guest machine as follow:
But I can not ping guest machine from host machine (also can not open web server on guest machine from host machine) Anyone can help me to find the solution, to access guest machine from host machine with this scenario?