Strange behavior with ping and tracert on Win10 guest
Posted: 6. Aug 2020, 13:32
I have used VirtualBox 6.0.22 for Windows to VM host, and Windows 10 guest is running on it.
I want to get working of SMB file sharing with VM guest and NAS on the local-net, but latest version of Windows 10 Insider Preview build is failed to connect with SMB.
(SMB file sharing with VM guest and NAS had worked before ver.2004 build 19645.1)
I investigate nat networking is working collect or not. I tried ping and tracert with default router and other local-net network resources.
ping for default router(192.168.1.1) is working with collect response, but ping for NAS(192.168.1.8 ) is strange response from VM guest.
(Oracle Host only Adapter is assigned to 192.168.1.100, and is replying Destination host unreachable form this adapter!)
default router and VM host ip-address(192.168.1.3) on local-net are collect responding.
What is not working properly?
I want to get working of SMB file sharing with VM guest and NAS on the local-net, but latest version of Windows 10 Insider Preview build is failed to connect with SMB.
(SMB file sharing with VM guest and NAS had worked before ver.2004 build 19645.1)
I investigate nat networking is working collect or not. I tried ping and tracert with default router and other local-net network resources.
ping for default router(192.168.1.1) is working with collect response, but ping for NAS(192.168.1.8 ) is strange response from VM guest.
(Oracle Host only Adapter is assigned to 192.168.1.100, and is replying Destination host unreachable form this adapter!)
Code: Select all
C:\Users\apo2>ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=63
Reply from 192.168.1.1: bytes=32 time=1ms TTL=63
Reply from 192.168.1.1: bytes=32 time=1ms TTL=63
Reply from 192.168.1.1: bytes=32 time=1ms TTL=63
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
C:\Users\apo2>ping 192.168.1.8
Pinging 192.168.1.8 with 32 bytes of data:
Reply from 192.168.1.100: Destination host unreachable.
Reply from 192.168.1.8: bytes=32 time=2ms TTL=63
Reply from 192.168.1.8: bytes=32 time=2ms TTL=63
Reply from 192.168.1.8: bytes=32 time=2ms TTL=63
Ping statistics for 192.168.1.8:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 2ms, Average = 2ms
C:\Users\apo2>ping 192.168.1.3
Pinging 192.168.1.3 with 32 bytes of data:
Reply from 192.168.1.3: bytes=32 time<1ms TTL=127
Reply from 192.168.1.3: bytes=32 time<1ms TTL=127
Reply from 192.168.1.3: bytes=32 time<1ms TTL=127
Reply from 192.168.1.3: bytes=32 time<1ms TTL=127
Ping statistics for 192.168.1.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
What is not working properly?