Opened 8 years ago
Last modified 8 years ago
#16383 new defect
cannot ping but can ssh and http
Reported by: | JacksonZheng | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 5.1.12 |
Keywords: | ping | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description (last modified by )
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 "unreachable 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.
Attachments (8)
Change History (13)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Description: | modified (diff) |
---|
comment:3 by , 8 years ago
by , 8 years ago
Attachment: | VBox.log.1 added |
---|
by , 8 years ago
Attachment: | redhat32.vbox-prev added |
---|
by , 8 years ago
Attachment: | VBox.log.2 added |
---|
by , 8 years ago
Attachment: | VBox.log.3 added |
---|
by , 8 years ago
Attachment: | VBoxHardening.log added |
---|
comment:4 by , 8 years ago
This issue didnot exist today.see (vbox.log). And I forget to save wireshark capture file.
comment:5 by , 8 years ago
Seems some different in vbox.log.1
00:00:05.612296 NAT: Zone(nm:mbuf_cluster, used:0) 00:00:05.613067 NAT: Zone(nm:mbuf_packet, used:0) 00:00:05.613087 NAT: Zone(nm:mbuf, used:0) 00:00:05.613266 NAT: Zone(nm:mbuf_jumbo_pagesize, used:0) 00:00:05.614023 NAT: Zone(nm:mbuf_jumbo_9k, used:0) 00:00:05.614425 NAT: Zone(nm:mbuf_jumbo_16k, used:0) 00:00:05.614656 NAT: Zone(nm:mbuf_ext_refcnt, used:0)
Please, provide the VM's
.vbox
file andVBox.log
from the run that exhibits the problem.Please, provide the actual packet captures from the host and the guest.
When you enable nictrace, is the capture file not created at all or is it created but empty?