VirtualBox

Ticket #20009 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

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 vushakov) (diff)

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

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

Change History

comment:1 Changed 2 years ago by Johan Mazel

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?

Changed 2 years ago by Johan Mazel

vbox.log

Changed 2 years ago by Johan Mazel

PCAP from guest-host and host-peer communication

comment:2 Changed 2 years ago by janitor

  • Version changed from VirtualBox 6.1.16 to VirtualBox 6.1.14

comment:3 Changed 2 years ago by vushakov

  • Status changed from new to closed
  • Resolution set to duplicate
  • Description modified (diff)

Duplicate of #15256.

Note: See TracTickets for help on using tickets.

www.oracle.com
ContactPrivacy policyTerms of Use