Opened 16 years ago
Closed 16 years ago
#2970 closed defect (fixed)
winxp limited guest networking on ubuntu 8.04 amd64
Reported by: | Mattijs Vreeling | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 2.1.0 |
Keywords: | mtu ping dns | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
When running VB 2.1.0 on my Ubuntu 8.04 LTS AMD64 host machine, networking is crippled for Windows XP SP3 32bit. Setting the MTU for the virtual network interface to 1450 in the windows registry seems to resolve the issue.
Symptoms are:
- able to ping (packets up to 1468 bytes)
- dns lookups go though fine.
- telnet sessions work fine as well.
- IE http traffic fails.
- CIFS traffic can discover shares, but not browse them.
Installing or uninstalling Guest Additions doesn't affect the situation.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Component: | network → network/hostif |
---|
I assume you are talking about a host network interface setup, right?
comment:3 by , 16 years ago
Yes, this was happening on the host interface setup indeed. I'm not sure if this is still happening, I'm suspecting it was resolved in either 2.1.2 or 2.1.4.
Is there a way for me to close this ticket if it's resolved?
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
No, only we can close tickets. Thanks for the feedback.
After some more testing, the highest MTU I can go to is 1496 (1468+28 for IP/ICMP headers). Maybe this is a magic number for someone that rings a bell?
The issue seems to arise with the PCnet-FAST III adapter in bridge mode. I've not tested this with any other adapter type or interface mode.