{"id":1935,"date":"2023-12-19T09:19:12","date_gmt":"2023-12-19T09:19:12","guid":{"rendered":"https:\/\/www.devopsfreelancer.com\/blog\/?p=1935"},"modified":"2024-03-29T04:32:35","modified_gmt":"2024-03-29T04:32:35","slug":"linux-commands-to-troubleshoot-network-issues","status":"publish","type":"post","link":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/","title":{"rendered":"Linux Commands to Troubleshoot Network Issues"},"content":{"rendered":"\n<p>In this tutorial we&#8217;re going to share Top linux commands to Troubleshoot Network Issues. Linux systems\u2019 performance, one must look for difficulties with the CPU, RAM, disc I\/O, network usage, and general responsiveness of the system. You can use the following popular Linux commands and utilities to troubleshoot performance issues:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1.&nbsp;<strong>ping Command<\/strong><\/h2>\n\n\n\n<p>Tests connectivity to a remote host.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ping wizbrand.com\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2.&nbsp;<strong>netstat Command<\/strong><\/h2>\n\n\n\n<p>Displays network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>netstat -tuln\n<\/code><\/pre>\n\n\n\n<p>Output: \u2013<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"521\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png\" alt=\"\" class=\"wp-image-1894\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png 799w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2-300x196.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2-768x501.png 768w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">3.&nbsp;<strong>ss Command<\/strong><\/h2>\n\n\n\n<p>Displays socket statistics.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ss -tuln\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4.&nbsp;<strong>ifconfig Command<\/strong><\/h2>\n\n\n\n<p>Displays or configures network interfaces.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ifconfig<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">5.&nbsp;<strong>ip Command<\/strong><\/h2>\n\n\n\n<p>Provides extensive networking information.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ip addr show\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">6.&nbsp;<strong>arp Command<\/strong><\/h2>\n\n\n\n<p>Displays the ARP cache.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>arp -a\n<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"106\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-3-1024x106.png\" alt=\"\" class=\"wp-image-1895\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-3-1024x106.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-3-300x31.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-3-768x79.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-3.png 1141w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">7.&nbsp;<strong>route Command<\/strong><\/h2>\n\n\n\n<p>Displays and manipulates the IP routing table.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>route -n\n<\/code><\/pre>\n\n\n\n<p>Output :-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"202\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-4-1024x202.png\" alt=\"\" class=\"wp-image-1896\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-4-1024x202.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-4-300x59.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-4-768x152.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-4.png 1358w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">8.&nbsp;<strong>dig Command<\/strong><\/h2>\n\n\n\n<p>Performs DNS lookup and displays the response.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dig wizbrand.com\n<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"978\" height=\"497\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-5.png\" alt=\"\" class=\"wp-image-1897\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-5.png 978w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-5-300x152.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-5-768x390.png 768w\" sizes=\"auto, (max-width: 978px) 100vw, 978px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">9.&nbsp;<strong>host Command<\/strong><\/h2>\n\n\n\n<p>Performs DNS lookup and displays the response.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>host wizbrand.com<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"280\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-6-1024x280.png\" alt=\"\" class=\"wp-image-1898\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-6-1024x280.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-6-300x82.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-6-768x210.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-6.png 1138w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">10.&nbsp;<strong>uptime Command<\/strong>:<\/h2>\n\n\n\n<p>Displays system uptime and load average.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>uptime<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"125\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-7-1024x125.png\" alt=\"\" class=\"wp-image-1899\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-7-1024x125.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-7-300x36.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-7-768x93.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-7.png 1365w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">11.&nbsp;<strong>free Command<\/strong><\/h2>\n\n\n\n<p>Displays free and used memory in the system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>free -m\n<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"183\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-8-1024x183.png\" alt=\"\" class=\"wp-image-1900\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-8-1024x183.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-8-300x54.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-8-768x137.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-8.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">12&nbsp;<strong>df Command<\/strong><\/h2>\n\n\n\n<p>Displays disk space usage.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>df -h\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"406\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-10-1024x406.png\" alt=\"\" class=\"wp-image-1902\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-10-1024x406.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-10-300x119.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-10-768x305.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-10.png 1346w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">13&nbsp;<strong>du Command<\/strong><\/h2>\n\n\n\n<p>Displays disk usage of files and directories.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>du -sh htdocs<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"260\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-11-1024x260.png\" alt=\"\" class=\"wp-image-1903\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-11-1024x260.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-11-300x76.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-11-768x195.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-11.png 1149w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">14.&nbsp;<strong>ps Command<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Displays a snapshot of current processes.<\/h2>\n\n\n\n<p>Example:-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ps aux<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-12-1024x495.png\" alt=\"\" class=\"wp-image-1904\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-12-1024x495.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-12-300x145.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-12-768x371.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-12.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">15.&nbsp;<strong>ufw Command<\/strong>:<\/h2>\n\n\n\n<p>Uncomplicated Firewall, a user-friendly interface to manage iptables firewall.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ufw enable\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">16.&nbsp;<strong>iptables Command<\/strong><\/h2>\n\n\n\n<p>Configures firewall rules.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>iptables -A INPUT -p tcp --dport 22 -j ACCEPT\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">17.&nbsp;<strong>fail2ban Command<\/strong><\/h2>\n\n\n\n<p>Protects against brute-force attacks by monitoring logs and blocking malicious IP addresses.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fail2ban-client status\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">18.&nbsp;<strong>sudo Command<\/strong><\/h2>\n\n\n\n<p>Allows users to execute commands with superuser privileges.<\/p>\n\n\n\n<p>Example :-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo command\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">19.&nbsp;<strong>ssh-keygen Command<\/strong><\/h2>\n\n\n\n<p>Generates SSH key pairs for authentication<\/p>\n\n\n\n<p>Example:-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-keygen -t rsa<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">20.&nbsp;<strong>top Command<\/strong><\/h2>\n\n\n\n<p>Displays real-time information about system processes and resource usage.<\/p>\n\n\n\n<p>Example:-<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>top<\/code><\/pre>\n\n\n\n<p>Output:-<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-13-1024x576.png\" alt=\"\" class=\"wp-image-1905\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-13-1024x576.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-13-300x169.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-13-768x432.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-13.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Thanks for learning \ud83d\udc4d\ud83d\udc4d<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial we&#8217;re going to share Top linux commands to Troubleshoot Network Issues. Linux systems\u2019 performance, one must look for difficulties with the CPU, RAM, disc&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[28,740,674,632],"class_list":["post-1935","post","type-post","status-publish","format-standard","hentry","category-linux","tag-linux","tag-linux-administrator","tag-linux-issue","tag-linux-performance"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Linux Commands to Troubleshoot Network Issues - DevOps Freelancer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Commands to Troubleshoot Network Issues - DevOps Freelancer\" \/>\n<meta property=\"og:description\" content=\"In this tutorial we&#8217;re going to share Top linux commands to Troubleshoot Network Issues. Linux systems\u2019 performance, one must look for difficulties with the CPU, RAM, disc...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps Freelancer\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/amitsthakurs\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-19T09:19:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-29T04:32:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png\" \/>\n<meta name=\"author\" content=\"Amit Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/amits_thakurs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amit Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/\"},\"author\":{\"name\":\"Amit Kumar\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"headline\":\"Linux Commands to Troubleshoot Network Issues\",\"datePublished\":\"2023-12-19T09:19:12+00:00\",\"dateModified\":\"2024-03-29T04:32:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/\"},\"wordCount\":306,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-2.png\",\"keywords\":[\"linux\",\"linux-administrator\",\"linux-issue\",\"linux-performance\"],\"articleSection\":[\"linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/\",\"name\":\"Linux Commands to Troubleshoot Network Issues - DevOps Freelancer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-2.png\",\"datePublished\":\"2023-12-19T09:19:12+00:00\",\"dateModified\":\"2024-03-29T04:32:35+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-2.png\",\"width\":799,\"height\":521},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/linux-commands-to-troubleshoot-network-issues\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Commands to Troubleshoot Network Issues\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\",\"name\":\"DevOps Freelancer\",\"description\":\"We provide DevOps | SRE | DevSecOps | MLOps Freelancing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\",\"name\":\"Amit Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"caption\":\"Amit Kumar\"},\"description\":\"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\\\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/amitsthakurs\\\/\",\"https:\\\/\\\/www.instagram.com\\\/amits_thakurs\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/amits-thakurs\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/amits_thakurs\"],\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/author\\\/amit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Commands to Troubleshoot Network Issues - DevOps Freelancer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/","og_locale":"en_US","og_type":"article","og_title":"Linux Commands to Troubleshoot Network Issues - DevOps Freelancer","og_description":"In this tutorial we&#8217;re going to share Top linux commands to Troubleshoot Network Issues. Linux systems\u2019 performance, one must look for difficulties with the CPU, RAM, disc...","og_url":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/","og_site_name":"DevOps Freelancer","article_author":"https:\/\/www.facebook.com\/amitsthakurs\/","article_published_time":"2023-12-19T09:19:12+00:00","article_modified_time":"2024-03-29T04:32:35+00:00","og_image":[{"url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png","type":"","width":"","height":""}],"author":"Amit Kumar","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/amits_thakurs","twitter_misc":{"Written by":"Amit Kumar","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#article","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/"},"author":{"name":"Amit Kumar","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"headline":"Linux Commands to Troubleshoot Network Issues","datePublished":"2023-12-19T09:19:12+00:00","dateModified":"2024-03-29T04:32:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/"},"wordCount":306,"commentCount":0,"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png","keywords":["linux","linux-administrator","linux-issue","linux-performance"],"articleSection":["linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/","url":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/","name":"Linux Commands to Troubleshoot Network Issues - DevOps Freelancer","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#primaryimage"},"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png","datePublished":"2023-12-19T09:19:12+00:00","dateModified":"2024-03-29T04:32:35+00:00","author":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"breadcrumb":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#primaryimage","url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png","contentUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2024\/03\/image-2.png","width":799,"height":521},{"@type":"BreadcrumbList","@id":"https:\/\/www.devopsfreelancer.com\/blog\/linux-commands-to-troubleshoot-network-issues\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.devopsfreelancer.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Linux Commands to Troubleshoot Network Issues"}]},{"@type":"WebSite","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website","url":"https:\/\/www.devopsfreelancer.com\/blog\/","name":"DevOps Freelancer","description":"We provide DevOps | SRE | DevSecOps | MLOps Freelancing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopsfreelancer.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b","name":"Amit Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","caption":"Amit Kumar"},"description":"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.","sameAs":["https:\/\/www.facebook.com\/amitsthakurs\/","https:\/\/www.instagram.com\/amits_thakurs\/","https:\/\/www.linkedin.com\/in\/amits-thakurs\/","https:\/\/x.com\/https:\/\/twitter.com\/amits_thakurs"],"url":"https:\/\/www.devopsfreelancer.com\/blog\/author\/amit\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/1935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/comments?post=1935"}],"version-history":[{"count":2,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/1935\/revisions"}],"predecessor-version":[{"id":1938,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/1935\/revisions\/1938"}],"wp:attachment":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/media?parent=1935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/categories?post=1935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/tags?post=1935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}