So, I'd like to be able to access a network share on my host (Windows 7 x64) from my guest (Windows 7 x86). I'm aware of shared folders via VirtualBox but would like to go this route instead.
I've installed a host-only network on the host and have configured the guest with both a bridged network adapter and a host-only network adapter. For purposes of my testing, within the guest I've disabled the bridged adapter.
The host-only IP configuration for the host is 192.168.56.1 / 255.255.255.0. In the guest the host-only IP configuration is 192.168.56.2 / 255.255.255.0.
The host can ping the guest at 192.168.56.2.
The guest can ping the host at 192.168.56.1.
For purposes of testing, I've disabled the Windows firewall on both OSes.
The host has File And Printer Sharing enabled on the host-only network (and not on it's actual, physical adapter).
However, if I attempt to access \\192.168.56.1\[share] from within the guest, I get:
Code: Select all
Windows cannot access \\192.168.56.1\[share]
Check the spelling of the name. Otherwise, there might be a problem with your network.Code: Select all
Error code: 0x80070043
The network name cannot be found....does anyone know what might be wrong here? Have others been able to get native Windows file shares working between a host and a guest?
Thanks in advance,
- Nathan