<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kernel on Kostiantyn Lysenko</title><link>https://lysenko.dev/tags/kernel/</link><description>Recent content in Kernel on Kostiantyn Lysenko</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Kostiantyn Lysenko</copyright><lastBuildDate>Sun, 16 Jun 2013 13:55:00 +0700</lastBuildDate><atom:link href="https://lysenko.dev/tags/kernel/index.xml" rel="self" type="application/rss+xml"/><item><title>Resolving 'nf_conntrack: table full, dropping packet' on Linux</title><link>https://lysenko.dev/posts/2013-06-resolving-nf-conntrack-table-full/</link><pubDate>Sun, 16 Jun 2013 13:55:00 +0700</pubDate><guid>https://lysenko.dev/posts/2013-06-resolving-nf-conntrack-table-full/</guid><description>&lt;p&gt;If you see this in &lt;code&gt;dmesg&lt;/code&gt; on a busy Linux server:&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;nf_conntrack: table full, dropping packet&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;it means the kernel&amp;rsquo;s connection-tracking table (used by Netfilter / iptables) has hit its size limit and is dropping new connections. Until you fix it, packets get silently dropped.&lt;/p&gt;</description></item></channel></rss>