<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://futuragora.org/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="https://futuragora.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Iptables"/>
	<link rel="alternate" type="text/html" href="https://futuragora.org/wiki/index.php?title=Iptables&amp;action=history"/>
	<updated>2026-05-05T16:18:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://futuragora.org/wiki/index.php?title=Iptables&amp;diff=1907&amp;oldid=prev</id>
		<title>Reset: Created page with &quot;The syntax is as follows to block incoming port using IPtables:  /sbin/iptables -A INPUT -p tcp --destination-port {PORT-NUMBER-HERE} -j DROP   ### interface section use eth1...&quot;</title>
		<link rel="alternate" type="text/html" href="https://futuragora.org/wiki/index.php?title=Iptables&amp;diff=1907&amp;oldid=prev"/>
		<updated>2019-11-08T22:42:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The syntax is as follows to block incoming port using IPtables:  /sbin/iptables -A INPUT -p tcp --destination-port {PORT-NUMBER-HERE} -j DROP   ### interface section use eth1...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The syntax is as follows to block incoming port using IPtables:&lt;br /&gt;
&lt;br /&gt;
/sbin/iptables -A INPUT -p tcp --destination-port {PORT-NUMBER-HERE} -j DROP&lt;br /&gt;
 &lt;br /&gt;
### interface section use eth1 ###&lt;br /&gt;
/sbin/iptables -A INPUT -i eth1 -p tcp --destination-port {PORT-NUMBER-HERE} -j DROP&lt;br /&gt;
 &lt;br /&gt;
### only drop port for given IP or Subnet ##&lt;br /&gt;
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port {PORT-NUMBER-HERE} -s {IP-ADDRESS-HERE} -j DROP&lt;br /&gt;
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port {PORT-NUMBER-HERE} -s {IP/SUBNET-HERE} -j DROP&lt;/div&gt;</summary>
		<author><name>Reset</name></author>
	</entry>
</feed>