Changes between Initial Version and Version 1 of Ticket #16383
- Timestamp:
- Jan 13, 2017 9:58:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16383 – Description
initial v1 6 6 7 7 Debug: 8 1. 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 9 will try to resent reply to 10.96.1.19, then return "unrechable network" 8 1. 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" 10 9 11 2. try to capture virtual machine packet by(there is only lo0 and eth0 interface in my guest):12 VBoxManage.exe modifyvm "redhat32" --nictrace1 on --nictracefile1 c:\Users\xxxx\netlog.pcap 10 1. try to capture virtual machine packet by(there is only lo0 and eth0 interface in my guest): 11 `VBoxManage.exe modifyvm "redhat32" --nictrace1 on --nictracefile1 c:\Users\xxxx\netlog.pcap` 13 12 But nothing is logged.