Home » Categories » Network

Fixing Ping MTU Issues

The first thing you need to do to fix your OpenVPN MTU problem is to figure out what your largest MTU actually is. You can do this using the ping command. “ping -f” tells ping not to fragment the packet under any circumstances. “ping -l” tells ping the packet size to use.

ping -f 1.1.1.1 -l 1500
ping -f 1.1.1.1 -l 1422

Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
see connections on a specific port using netstat in terminal
Viewed 65 times since Sat, May 31, 2025