Opened 16 years ago
Closed 12 years ago
#3766 closed defect (fixed)
TCP checksum doesnot work
Reported by: | Werner Frerichs | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 2.2.0 |
Keywords: | tcp checksum | Cc: | |
Guest type: | other | Host type: | other |
Description (last modified by )
Transfering large data using scp or ssh breaks with the message "Corrupted MAC on input." . This can be a bug in Virtualbox, Hardware, ... or something else. Transfering data using http for examble new packages, updates, ... never breaks because http doesnot check the transport twice (tcp should do this), so the packages are corrupt (wrong md5sum or gunzip cannot open).
I don't know, if the corruption of the transport belongs to a bug in my hardware or in the device driver for the virtual network interface, but there must be a chance to enable TCP checksum to avoid corrupted data.
I found an article/bug report on xensource which describ this better. http://lists.xensource.com/archives/html/xen-users/2006-01/msg00741.html
Thanks Werner Frerichs
Attachments (2)
Change History (17)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
SLES10 is installed on this host
imapcl1:~ # uname -a Linux imapcl1 2.6.16.60-0.37_f594963d-smp #1 SMP Mon Mar 23 13:39:48 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
comment:3 by , 16 years ago
Hi,
I noticed the same problem with:
host: Linux Ubuntu 9.06 AMD64 guest: Windows XP pro 32 bits SSH clients: cygwin ssh (openSSH 4.7p1 OpenSSL 0.9.8g)
SSH Secure Shell 3.2.0
Olivier
comment:4 by , 15 years ago
Same problem on my machine.
- host is Linux ckl-srv-linux 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686
GNU/Linux
- host running OpenSSH 5.1p1
- host network card is nVidia Corporation MCP79 Ethernet (rev b1) (Zotac Ion)
- guest is Windows Server 2003 Std.
- guest network is bridged
I can only access VirtualBox GUI over X11 Forwarding, the message "Corrupted MAC on input" on client occurs randomly. For debugging purposes I opened a second SSH connection to my host. This session did *not* receive the CMoi-message if first connection fails.
It may be pure coincidence but if I use Intel PRO/1000 MT Desktop as network card emulation instead of the network card options the error did *not* occur.
comment:5 by , 15 years ago
I have to revert my last sentence. Changing to Intel PRO/1000 MT Desktop did not solve my problem.
While the connection crashes I get the following message in /var/log/messages:
device eth0 left promiscuous mode
comment:8 by , 13 years ago
Seeing this in a Solaris 11Express guest on a Solaris11Express host
VirtualBox 4.1.2
follow-up: 10 comment:9 by , 13 years ago
Seeing this in a Solaris 10u10 guest. The host is Solaris 11, amd64, VBox 4.1.6. NAT networking.
comment:10 by , 13 years ago
Replying to hajma:
Seeing this in a Solaris 10u10 guest. The host is Solaris 11, amd64, VBox 4.1.6. NAT networking.
Could you please attach the log file? Are there any steps to reproduce with NAT attachment?
follow-up: 12 comment:11 by , 13 years ago
to reproduce: try to upload something big using ssh. Is not 100% reproducible. It's likely influenced by system load.
follow-ups: 13 14 comment:12 by , 13 years ago
Replying to hajma:
to reproduce: try to upload something big using ssh. Is not 100% reproducible. It's likely influenced by system load.
Is it specific for Solaris host/guest or you've seen this issue with other combinations?
comment:13 by , 13 years ago
Replying to Hachiman:
Replying to hajma:
to reproduce: try to upload something big using ssh. Is not 100% reproducible. It's likely influenced by system load.
Is it specific for Solaris host/guest or you've seen this issue with other combinations?
Not specific for Solaris host/guest - I noticed this behavior a few days after I had written my ckl.
comment:14 by , 13 years ago
Replying to Hachiman:
Replying to hajma:
to reproduce: try to upload something big using ssh. Is not 100% reproducible. It's likely influenced by system load.
Is it specific for Solaris host/guest or you've seen this issue with other combinations?
I've seen it on my laptop as well as on a Sun Fire X4170 M2 with a variety of Solaris 10 and Solaris 11 guests
comment:15 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Please reopen if still relevant with VBox 4.2.10.
Werner, which host is that, Linux?