Home » Categories » Network | ||||
Fixing Ping MTU Issues |
||||
Article Number: 132 | Rating: Unrated | Last Updated: Wed, Jul 9, 2025 at 11:29 PM
|
||||
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 |
||||
| ||||
Attachments
![]()
There are no attachments for this article.
| ||||
Comments ![]() There are no comments for this article. Be the first to post a comment. | ||||
see connections on a specific port using netstat in terminal
Viewed 65 times since Sat, May 31, 2025
|