<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://agora.nasqueron.org/index.php?action=history&amp;feed=atom&amp;title=Reset-iptables</id>
	<title>Reset-iptables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://agora.nasqueron.org/index.php?action=history&amp;feed=atom&amp;title=Reset-iptables"/>
	<link rel="alternate" type="text/html" href="https://agora.nasqueron.org/index.php?title=Reset-iptables&amp;action=history"/>
	<updated>2026-04-19T04:16:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-alpha</generator>
	<entry>
		<id>https://agora.nasqueron.org/index.php?title=Reset-iptables&amp;diff=267&amp;oldid=prev</id>
		<title>Dereckson: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://agora.nasqueron.org/index.php?title=Reset-iptables&amp;diff=267&amp;oldid=prev"/>
		<updated>2014-11-03T02:02:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:02, 3 November 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Dereckson</name></author>
	</entry>
	<entry>
		<id>https://agora.nasqueron.org/index.php?title=Reset-iptables&amp;diff=266&amp;oldid=prev</id>
		<title>Dereckson at 11:39, 14 July 2014</title>
		<link rel="alternate" type="text/html" href="https://agora.nasqueron.org/index.php?title=Reset-iptables&amp;diff=266&amp;oldid=prev"/>
		<updated>2014-07-14T11:39:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;/usr/sbin/reset-iptables&amp;#039;&amp;#039;&amp;#039; is a script which allows to reset a default standard configuration of iptables.&lt;br /&gt;
&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    IPTABLES=iptables&lt;br /&gt;
    &lt;br /&gt;
    # RESET DEFAULT POLICIES&lt;br /&gt;
    $IPTABLES -P INPUT ACCEPT&lt;br /&gt;
    $IPTABLES -P FORWARD ACCEPT&lt;br /&gt;
    $IPTABLES -P OUTPUT ACCEPT&lt;br /&gt;
    $IPTABLES -t nat -P PREROUTING ACCEPT&lt;br /&gt;
    $IPTABLES -t nat -P POSTROUTING ACCEPT&lt;br /&gt;
    $IPTABLES -t nat -P OUTPUT ACCEPT&lt;br /&gt;
    $IPTABLES -t mangle -P PREROUTING ACCEPT&lt;br /&gt;
    $IPTABLES -t mangle -P OUTPUT ACCEPT&lt;br /&gt;
    &lt;br /&gt;
    # FLUSH ALL RULES, ERASE NON-DEFAULT CHAINS&lt;br /&gt;
    $IPTABLES -F&lt;br /&gt;
    $IPTABLES -X&lt;br /&gt;
    $IPTABLES -t nat -F&lt;br /&gt;
    $IPTABLES -t nat -X&lt;br /&gt;
    $IPTABLES -t mangle -F&lt;br /&gt;
    $IPTABLES -t mangle -X&lt;br /&gt;
&lt;br /&gt;
Source: LanceBaynes, [http://unix.stackexchange.com/questions/13755/how-to-reset-all-iptables-settings How to reset all iptables settings?], Unix &amp;amp; Linux Stack Exchange (exact script of the source unknown).&lt;br /&gt;
&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>Dereckson</name></author>
	</entry>
</feed>