<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://andromeda.df.lu.lv/wiki/index.php?action=history&amp;feed=atom&amp;title=Iptables</id>
	<title>Iptables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://andromeda.df.lu.lv/wiki/index.php?action=history&amp;feed=atom&amp;title=Iptables"/>
	<link rel="alternate" type="text/html" href="http://andromeda.df.lu.lv/wiki/index.php?title=Iptables&amp;action=history"/>
	<updated>2026-04-28T06:19:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://andromeda.df.lu.lv/wiki/index.php?title=Iptables&amp;diff=3482&amp;oldid=prev</id>
		<title>Leo: New page:  = Block an IP address =   You might have found an IP address attacking your linux computer, for example, by looking at the /var/log/auth.log file. You can use &#039;&#039;iptables&#039;&#039; to block the 11...</title>
		<link rel="alternate" type="text/html" href="http://andromeda.df.lu.lv/wiki/index.php?title=Iptables&amp;diff=3482&amp;oldid=prev"/>
		<updated>2012-04-16T17:04:58Z</updated>

		<summary type="html">&lt;p&gt;New page:  = Block an IP address =   You might have found an IP address attacking your linux computer, for example, by looking at the /var/log/auth.log file. You can use &amp;#039;&amp;#039;iptables&amp;#039;&amp;#039; to block the 11...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
= Block an IP address = &lt;br /&gt;
&lt;br /&gt;
You might have found an IP address attacking your linux computer, for example, by looking at the /var/log/auth.log file.&lt;br /&gt;
You can use &amp;#039;&amp;#039;iptables&amp;#039;&amp;#039; to block the 11.22.33.44 IP address to and from your linux computer:&lt;br /&gt;
&lt;br /&gt;
 sudo iptables -I INPUT -s 11.22.33.44 -j DROP&lt;br /&gt;
 sudo iptables -I OUTPUT -d 11.22.33.44 -j DROP&lt;br /&gt;
&lt;br /&gt;
You can also see the status of the blocked IP addresses:&lt;br /&gt;
 sudo iptables -vnL&lt;/div&gt;</summary>
		<author><name>Leo</name></author>
		
	</entry>
</feed>