VirtualBox

Opened 3 years ago

Closed 3 years ago

#20009 closed defect (duplicate)

MSS unexpected increase by VirtualBox

Reported by: Johan Mazel Owned by:
Component: network Version: VirtualBox 6.1.14
Keywords: MSS Cc:
Guest type: Linux Host type: Linux

Description (last modified by Valery Ushakov)

I setup Debian Buster64 guest OS using the VirtualBox provider in Vagrant on a Debian Testing. My VirtualBox version is 6.1.14_Debian r140239.

According to my tests, the MSS set in the SYN packet of the TCP handshake that leaves the host is the host's MTU, and not the guest's MTU. This happens even if the latter is set lower than the host MTU.

I run the following tests: 1) Guest and host default MTU

  • Settings:
    • Guest eth0 MTU: 1500
    • Host eth0 MTU: 1500
  • Network traffic capture results:
    • Guest eth0 SYN MSS: 1460
    • Host eth0 SYN MSS: 1460

2) Guest and host modified MTU

  • Settings:
    • Guest eth0 MTU: 1400
    • Host eth0 MTU: 1400
  • Network traffic capture results:
    • Guest eth0 SYN MSS: 1360
    • Host eth0 SYN MSS: 1360

3) Guest modified MTU and host default MTU

  • Settings:
    • Guest eth0 MTU: 1400
    • Host eth0 MTU: 1500
  • Network traffic capture results:
    • Guest eth0 SYN MSS: 1360
    • Host eth0 SYN MSS: 1460

4) Guest default MTU and host modified MTU

  • Settings:
    • Guest eth0 MTU: 1500
    • Host eth0 MTU: 1400
  • Network traffic capture results:
    • Guest eth0 SYN MSS: 1460
    • Host eth0 SYN MSS: 1360

For both tests 1 and 2, MTU and MSS are the same and there is no ambiguity to solve. So the observed behavior is the expected one. The MSS clamping behavior for test 4 is expected because the host cannot provide the MSS that the guest expects. I however think that the behavior of test 3 is incorrect because it increases the packet size received by the guest which may cause problems on the guest itself or in a virtualized network.

This problem seems to be related to: #15256.

Attachments (2)

vb.log (65.8 KB ) - added by Johan Mazel 3 years ago.
vbox.log
mss_modification.zip (10.2 KB ) - added by Johan Mazel 3 years ago.
PCAP from guest-host and host-peer communication

Download all attachments as: .zip

Change History (5)

comment:1 by Johan Mazel, 3 years ago

I made an error for the VirtualBox version. The observed behavior is for VirtualBox 6.1.14 (as i wrote in the text) and not in 6.1.16 (as I mistakenly selected). Is there any way to change this?

by Johan Mazel, 3 years ago

Attachment: vb.log added

vbox.log

by Johan Mazel, 3 years ago

Attachment: mss_modification.zip added

PCAP from guest-host and host-peer communication

comment:2 by janitor, 3 years ago

Version: VirtualBox 6.1.16VirtualBox 6.1.14

comment:3 by Valery Ushakov, 3 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Duplicate of #15256.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use