Now that your Windows 10 virtual machines are using VMXNET 3 paravirtual network adapters, you need to enable support for Jumbo frames in their settings.
To do this, right-click "Properties" on the paravirtual network adapter of your virtual machine.
In the "Properties of Ethernet0 2" window that appears, click on : Configure.
Then, in the "Properties of: vmxnet3 Ethernet adapter" window that appears, go to the "Advanced" tab and select the "Jumbo Packet" property.
As you can see, by default, the value indicated is : 1514 (meaning that support for jumbo frames is disabled for the moment).
To enable support for Jumbo frames, specify the value "9014" and click OK.
Make the same modification on the "vmxnet3" paravirtual network adapter of your 2nd virtual machine.
For information : the values to use are those offered to you when you modify one of the "VMware Network Adapter VMnetX" adapters on your host PC.
As you can see, it's necessary to indicate "1514" to disable the support of Jumbo frames and "9014" to enable the support of Jumbo frames.
Since support for Jumbo Frames has been enabled on the "VMnet1" (Host-only) and "VMnet8" (NAT) virtual networks, we have configured our virtual machines to use "NAT" (VMnet8) mode.
This explains the IP addressing used in this case.
Our VM 1 has the IP address "192.168.231.129".
Our VM 2 has the IP address "192.168.231.130".
To start, test the network connectivity between your 2 virtual machines by performing a simple ping where the specified IP address is that of the remote virtual machine (VM 2 in our case).
Batch
ping 192.168.231.130
If the network test is successful, you will get this :
Plain Text
Pinging 192.168.231.130 with 32 bytes of data: Reply from 192.168.231.130: bytes=32 time<1ms TTL=128 Reply from 192.168.231.130: bytes=32 time<1ms TTL=128 Reply from 192.168.231.130: bytes=32 time<1ms TTL=128 Reply from 192.168.231.130: bytes=32 time<1ms TTL=128 Ping statistics for 192.168.231.130: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
If not, verify that your VMs are using a private (home) network or that ping (ICMP) is allowed for inbound traffic to the destination VM.
If the previous network test is successful, you can verify that the Jumbo frames are passing correctly through the VMware Workstation Pro virtual network by attempting to send 8900 bytes of data per packet to your destination virtual machine (VM 2 in our case).
To do this, use the command below :
Batch
ping -f -l 8900 192.168.231.130
If the VMware virtual network adapters of your host PC and those of your virtual machines are configured correctly to allow Jumbo frames, you will get a result like this :
Plain Text
Pinging 192.168.231.130 with 8900 bytes of data : Reply from 192.168.231.130: bytes=8900 time<1ms TTL=128 Reply from 192.168.231.130: bytes=8900 time<1ms TTL=128 Reply from 192.168.231.130: bytes=8900 time<1ms TTL=128 Reply from 192.168.231.130: bytes=8900 time<1ms TTL=128 Ping statistics for 10.0.0.23: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
If something goes wrong, you might get different errors.
If the "ping" command displays the error below, it means that support for Jumbo frames is not enabled on the virtual network adapter of the source virtual machine (VM 1 in our case).
Plain Text
Packet needs to be fragmented but DF set.
If the "ping" command displays the error below, it means that support for Jumbo frames is not enabled on the virtual network adapter of the destination virtual machine (VM 2 in our case).
Plain Text
Request timed out.
Note that when using VMware ESXi 6.7.0 hypervisor with VMware Workstation Pro 16, a VMXNET 3 paravirtual NIC is used by default.
Since Jumbo frames are supported on VMware ESXi 6.7.0, VMware Workstation Pro and the VMXNET 3 paravirtual network card, you will therefore be able to use Jumbo frames between your virtualized VMware ESXi 6.7.0 hypervisors if you wish.
This part of the tutorial is simply there to prove that it's possible and that it works without problems.
To learn more about the use of jumbo frames under VMware ESXi 6.7.0, refer to our tutorial : VMware ESXi 6.7 - Enable Jumbo frame support.
In our case, we created 2 virtual machines with VMware ESXi 6.7.0 u3 in each virtual machine running on VMware Workstation Pro.
As you can see, these 2 virtual machines have the following IP addresses :
Configure the "vSwitch0" virtual switch of each of your hypervisors to use an MTU of 9000 bytes (= Jumbo frames support enabled).
As you can see, we created a "Windows 10 v2004 x64" virtual machine on each of these VMware ESXi hypervisors.
As before, we configured our Windows 10 v2004 x64 virtual machines to use a "VMXNET3" paravirtual network adapter and we enabled support for Jumbo frames on them.
As expected, the classic network test via the ping command works without problems.
Batch
ping 10.0.0.23
And Jumbo frames are sent correctly through the virtual network of VMware Workstation Pro and that of our virtualized VMware ESXi hypervisors.
Batch
ping -f -l 8900 10.0.0.23
VMware 3/16/2013
VMware 2/7/2020
VMware 12/24/2021
VMware 12/10/2021
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment