<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https:///index.php?action=history&amp;feed=atom&amp;title=Iptables</id>
	<title>Iptables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https:///index.php?action=history&amp;feed=atom&amp;title=Iptables"/>
	<link rel="alternate" type="text/html" href=""/>
	<updated>2026-04-07T09:26:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id></id>
		<title>Gr0x0rd: Created page with &quot;== Installing iptables ==  iptables is a secure, robust open-source firewall solution for linux.  &#039;&#039;&#039;$&#039;&#039;&#039; sudo emerge -av iptables To ban the IP x.x.x.x,   &#039;&#039;&#039;$&#039;&#039;&#039; sudo iptables ...&quot;</title>
		<link rel="alternate" type="text/html" href=""/>
		<updated>2011-05-09T16:49:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Installing iptables ==  iptables is a secure, robust open-source firewall solution for linux.  &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo emerge -av iptables To ban the IP x.x.x.x,   &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo iptables ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installing iptables ==&lt;br /&gt;
&lt;br /&gt;
iptables is a secure, robust open-source firewall solution for linux.&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo emerge -av iptables&lt;br /&gt;
To ban the IP x.x.x.x, &lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo iptables -I INPUT -s x.x.x.x -j DROP&lt;br /&gt;
To ban a range of IPs starting with x.x.x,&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo iptables -A INPUT -s x.x.x.0/24 -j DROP&lt;/div&gt;</summary>
		<author><name>Gr0x0rd</name></author>
	</entry>
</feed>