<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Journal &#187; dropping packet</title>
	<atom:link href="http://digitaljournal.sg/wp/?feed=rss2&#038;tag=dropping-packet" rel="self" type="application/rss+xml" />
	<link>http://digitaljournal.sg/wp</link>
	<description>My Digital Journal</description>
	<lastBuildDate>Mon, 20 Oct 2014 00:32:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>ip_conntrack: table full, dropping packet</title>
		<link>http://digitaljournal.sg/wp/?p=119</link>
		<comments>http://digitaljournal.sg/wp/?p=119#comments</comments>
		<pubDate>Thu, 25 Oct 2012 09:31:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Tips&Info]]></category>
		<category><![CDATA[dropping packet]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ip_conntrack]]></category>
		<category><![CDATA[ip_conntrack: table full]]></category>
		<category><![CDATA[table full]]></category>

		<guid isPermaLink="false">http://digitaljournal.sg/wp/?p=119</guid>
		<description><![CDATA[Today i found this message in one of my server, although the server&#8217;s load is quite low. using dmesg , i kept getting this, and it kept coming ip_conntrack: table full, dropping packet I&#8217;d seen this message before, but I headed over to Red Hat&#8217;s site for more details. Generally, the ip_conntrack_max is set to [...]]]></description>
			<content:encoded><![CDATA[<p>Today i found this message in one of my server, although the server&#8217;s load is quite low. using dmesg , i kept getting this, and it kept coming<br />
ip_conntrack: table full, dropping packet</p>
<p>I&#8217;d seen this message before, but I headed over to Red Hat&#8217;s site for more details. Generally, the ip_conntrack_max is set to the total MB of RAM installed multiplied by 16. However, this server had 4GB of RAM, but ip_conntrack_max was set to 65536:</p>
<p><strong><em># cat /proc/sys/net/ipv4/ip_conntrack_max</em></strong><br />
65536</p>
<p>&nbsp;</p>
<p>If you want to check your server&#8217;s current tracked connections, just run the following:</p>
<p><strong><em># cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count</em></strong></p>
<p>&nbsp;</p>
<p>If you want to adjust it, just run the following as root:<br />
<strong><em># echo 131072 &gt; /proc/sys/net/ipv4/ip_conntrack_max</em></strong></p>
<p>&nbsp;</p>
<p>If you want to find out how many sessions are open right now:<br />
<strong><em># wc -l /proc/net/ip_conntrack</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://digitaljournal.sg/wp/?feed=rss2&#038;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
