Skip to main content

Questions tagged [mtu]

"Maximum Transmission Unit" (MTU) is the maximum number of bytes a frame or packet may have on a network (in several layers of the OSI model). Wrong MTU can lead to packet loss.

0 votes
1 answer
42 views

OpenVPN: Accessing devices without PMTUD via VPN: how to allow 1,500 byte packets to pass through unmodified?

I'm trying to see if I can access a particular type of switches over an OpenVPN connection. I have the following situation; I can't access the management console of these type of switches, as they ...
npr_se's user avatar
  • 13
1 vote
1 answer
66 views

How to demo ICMP Type 3 Code 4, Fragmentation Needed and Don't Fragment was Set

I would like to demo a situation where the MTU traffic is higher than one accepted. So, source would receive the ICMP Type 3 Code 4 as reply. I am trying with two Linux instances running on AWS. Both ...
Azize's user avatar
  • 160
3 votes
0 answers
131 views

Issue with MTU 9000 Configuration: Jumbo Frames Not Working

Problem Description I'm experiencing issues with configuring jumbo frames (MTU 9000) on my network. When I set all relevant interfaces to an MTU of 9000, connectivity fails for larger packet sizes. ...
cyberquarks's user avatar
0 votes
2 answers
505 views

New network not using updated TLS and failing to connect to certain websites

I have 2 networks that are configured just about identically. The both have the same Router - Mikrotik RB2011UiAS-RM, with a direct fiber link to the ISP. I am using the same ISP for both networks. ...
fatdollar's user avatar
1 vote
1 answer
563 views

Ping with jumbo frames fail but returns default ping fail message

I need to set up a local connection between my Windows 11 PC and an external device (IP 10.0.0.10), with jumbo frames enabled (MTU 9000). The end goal on my PC is to connect to the remote device from ...
C. Crt's user avatar
  • 111
0 votes
0 answers
1k views

MTU resetting back to 1500 after `netplan apply`

I'm trying to change the MTU of the eth0 interface on my machine running Ubuntu 18.04 (Nvidia Jetson Xavier NX). Running sudo netplan apply successfully sets the mtu for eth0 to 1280. Unfortunately, ...
Ben Butterworth's user avatar
1 vote
0 answers
656 views

What's magical about MTU and packet drops?

With default MTU as shown below: hosta$ ifconfig eth0 | grep mtu eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 I can ping from a different server using a 1500 payload hostb$ ping -...
Srikanth's user avatar
0 votes
1 answer
301 views

strongSwan VPN tunnel (IKEv2) established but traffic times out

I have a VPN server that tunnels traffic to a PostgreSQL database server which is otherwise unreachable from the internet. The VPN is only reachable by IPv4. Problem All clients can establish a VPN ...
ffrosch's user avatar
  • 121
1 vote
1 answer
1k views

which Wireguard MTU is chosen when each side has a different MTU value?

tl;dr given a Wireguard client and server with different MTU values, which value is used? Given a Wireguard "client" with configuration file [Interface] MTU = 1440 ... and a Wireguard "...
JamesThomasMoon's user avatar
1 vote
1 answer
615 views

OpenConnect force clients to use special cipher

I use ocserv on Centos as Openconnect VPN and I use config file for setting up the server I need to force clients to use special cipher like AES-256-GCM because it seems that VPN blocks on some 4G net ...
Farhad Sakhaei's user avatar
0 votes
1 answer
757 views

Jumbo MTU and switches

I have a network with several file servers, workstations and application servers. For simplicity we can consider it all attached to a single switch, say Dell 4032F with maximum Jumbo MTU size of 9216. ...
Dima's user avatar
  • 1
4 votes
1 answer
7k views

"very high" (probably?) MTU being set automatically on wireguard interface

So, I have a VPS running on Amazon Lightsail and I installed wireguard on it; I setup an interface this way: [Interface] Address = 10.255.128.1/24 MTU = 1420 SaveConfig = true PostUp = iptables -A ...
Yoel Navas Escalante's user avatar
1 vote
1 answer
961 views

forwarded TCP traffic is refragmented on Linux despite the "Don't fragment" flag

We have 2 VPN servers at the same hoster. The servers are virtual and they have different Linux distros. The VPN clients establish https connections to the same Amazon EC2 server. The TCP packets from ...
basin's user avatar
  • 568
1 vote
0 answers
339 views

PMTUD/ICMP black hole problems across a VXLAN tunnel

I'm running a Proxmox PVE host and am trying to use VXLAN to connect the machines running on it to various networks in our Lab. However, I'm running into weird MTU-related problems that I don't ...
Christopher Engelhard's user avatar
1 vote
1 answer
1k views

Increasing MTU size

Why would increasing the VLAN MTU size cause things to break? We have a customer who wants 2000 byte packets for some reason, so I increased all the physical links to 9216, which didn't cause any ...
abatie's user avatar
  • 93

15 30 50 per page
1
2 3 4 5
11