<?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>Rolling shells &#187; iptables</title>
	<atom:link href="http://shell.burgas.org/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://shell.burgas.org</link>
	<description>All the things i find useful for linux and network.</description>
	<lastBuildDate>Thu, 09 Sep 2010 06:18:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Debian 5.03 ipset</title>
		<link>http://shell.burgas.org/2010/01/debian-5-03-ipset/</link>
		<comments>http://shell.burgas.org/2010/01/debian-5-03-ipset/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=122</guid>
		<description><![CDATA[To get ipset and iptables set module working, which means kernel modules as well, you need to install the following : ipset, kernel headers and build essentials, you also need package named netfilter-extensions-source. then run as root module-assistant build netfilter-extensions-source to test it simply run ipset -N servers ipmap --network 192.168.0.0/16]]></description>
			<content:encoded><![CDATA[<p>To get ipset and iptables set module working, which means kernel modules as well, you need to install the following :</p>
<p>ipset, kernel headers and build essentials, you also need package named netfilter-extensions-source.</p>
<p>then run as root
<pre>module-assistant build netfilter-extensions-source
</pre>
<p>to test it simply run
<pre>ipset -N servers ipmap --network 192.168.0.0/16
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2010/01/debian-5-03-ipset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 5.0 xen DomU iptables kernel module problem on fresh install</title>
		<link>http://shell.burgas.org/2009/06/debian-50-xen-domu-iptables-kernel-module-problem-on-fresh-install/</link>
		<comments>http://shell.burgas.org/2009/06/debian-50-xen-domu-iptables-kernel-module-problem-on-fresh-install/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://shell.burgas.org/?p=95</guid>
		<description><![CDATA[yesterday i run true a weird situation. After installing fresh DomU with xen-image-create via debootstrap, I noticed that its ipbtales is not working giving the following: WARNING: Could not open 'kernel/net/netfilter/x_tables.ko': No such file or directory FATAL: Could not open 'kernel/net/ipv4/netfilter/ip_tables.ko': No such file or directory iptables v1.3.6: can't initialize iptables table `filter': iptables who? [...]]]></description>
			<content:encoded><![CDATA[<p>yesterday i run true a weird situation. After installing fresh DomU with xen-image-create via debootstrap, I noticed that its ipbtales is not working giving the following:</p>
<pre>
WARNING: Could not open 'kernel/net/netfilter/x_tables.ko': No such file or directory
FATAL: Could not open 'kernel/net/ipv4/netfilter/ip_tables.ko': No such file or directory
iptables v1.3.6: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
</pre>
<p>anyway its very easy to fix and i just decided to share the info, just type a simple command:</p>
<pre>
depmod
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shell.burgas.org/2009/06/debian-50-xen-domu-iptables-kernel-module-problem-on-fresh-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
