KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » Network
All Categories
Expand
Category
Apache (16)
Expand
Category
App Tools (4)
Expand
Category
CentOS (11)
Expand
Category
CMS (2)
Expand
Category
CSS Tricks (4)
Expand
Category
Electronis > (1)
Expand
Category
JavaScript (9)
Expand
Category
jQuery (5)
Expand
Category
Linux Command Line (13)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (23)
Collapse
Category
Network (2)
article
Fixing Ping MTU Issues
article
see connections on a specific port using netstat in terminal
Expand
Category
Nginx (1)
Expand
Category
PHP (12)
Expand
Category
PHP Tricks (2)
Expand
Category
Smarty (1)
empty
Category
Smarty Tricks (0)
Expand
Category
SSL (1)
Expand
Category
Third-party (2)
Expand
Category
TypeScript (1)
Expand
Category
Virtualization (18)
Expand
Category
VMware (1)
Expand
Category
Webmin (10)
Expand
Category
Windows (8)
Expand
Category
WordPress (9)
Network Articles RSS FeedIcon Subscriber Subscribe
Fixing Ping MTU Issues
Viewed 19 times since Wed, Jul 9, 2025
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. &ldquo... Read More
see connections on a specific port using netstat in terminal
Viewed 68 times since Sat, May 31, 2025
To see connections on a specific port using netstat in Linux: netstat -anp | grep :<port_number>     To see connections on a specific port using netstat in Windows: netstat -np TCP | find "<port_number>" Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.