Opened 9 years ago
Closed 9 years ago
#15140 closed defect (fixed)
Cannot work with MTU sizes larger than 2 KB => Fixed in SVN
Reported by: | JFMG | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 5.0.14 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
I have the following setup:
- Host OS: Windows 7.
- Guest OS: CentOS Linux 7.
- Bridged adapter:
- Host NIC: Intel(R) 82579LM Gigabit Network Connection. This NIC has jumbo packets (9014 bytes) enabled in Windows.
- Adapter type: any of the three Intel adapter types available.
I set the MTU size to 5000 bytes (using the corresponding "/etc/sysconfig/network-scripts/ifcfg-enp0sx" file) and I succeed ("ip a" command shows it).
Then I try to ping from the guest NIC to the host NIC or vice versa, I can do it with the default ping packet size or even with 2000 byte packet size (which I couldn't before setting the MTU size to 5000 bytes), but not with larger packet sizes. Of course, pinging with larger than 2 KB packets works when I do it between host LAN NICs.
I've tried with a Fedora image and I get the same results.
Attachments (4)
Change History (10)
by , 9 years ago
by , 9 years ago
Attachment: | Guest Screenshot 1.png added |
---|
by , 9 years ago
Attachment: | Guest Screenshot 2.png added |
---|
Second part of the screenshot in the guest
comment:1 by , 9 years ago
Three more things:
- I've tried using the latest testbuild with the same results.
- I've search the forums with no information on this.
- I created a forum post but got no relevant suggestions.
follow-up: 4 comment:3 by , 9 years ago
Hi aleksey: yes, it does solve the issue. Now it works even with packets bigger than the MTU I define (I don't know why).
Thanks for your prompt support.
comment:4 by , 9 years ago
Replying to JFMG:
Hi aleksey: yes, it does solve the issue. Now it works even with packets bigger than the MTU I define (I don't know why).
Did you do "ping -M do" to disable fragmentation?
Thanks for your prompt support.
You are welcome.
comment:5 by , 9 years ago
Summary: | Cannot work with MTU sizes larger than 2 KB → Cannot work with MTU sizes larger than 2 KB => Fixed in SVN |
---|
First part of the screenshot in the guest