Opened 8 years ago
Last modified 8 years ago
#16383 new defect
cannot ping but can ssh and http — at Initial Version
Reported by: | JacksonZheng | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 5.1.12 |
Keywords: | ping | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description
Host: Windows 10 Guest: Centos 5 Network: NAT
Why: cannot ping in guest, but can http or ssh.
Debug:
- use tcpdump in guest and host, will see icmp request is sent to host and host resent this packet to the target, but after got icmp reply, host
will try to resent reply to 10.96.1.19, then return "unrechable network"
- try to capture virtual machine packet by(there is only lo0 and eth0 interface in my guest):
VBoxManage.exe modifyvm "redhat32" --nictrace1 on --nictracefile1 c:\Users\xxxx\netlog.pcap But nothing is logged.
Note:
See TracTickets
for help on using tickets.