<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automatically loading iptables rules on Debian/Ubuntu</title>
	<atom:link href="http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edno360 - Best practices: iptables</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-20719</link>
		<dc:creator>Edno360 - Best practices: iptables</dc:creator>
		<pubDate>Mon, 14 Feb 2011 09:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-20719</guid>
		<description>[...] Red Hat-based distributions offer /etc/init.d/iptables save, but Debian and Ubuntu require some manual labor. An errant reboot would easily take out your unsaved rules, so save them often.  This entry was [...]</description>
		<content:encoded><![CDATA[<p>[...] Red Hat-based distributions offer /etc/init.d/iptables save, but Debian and Ubuntu require some manual labor. An errant reboot would easily take out your unsaved rules, so save them often.  This entry was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henkske</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-19809</link>
		<dc:creator>Henkske</dc:creator>
		<pubDate>Thu, 30 Dec 2010 21:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-19809</guid>
		<description>Hello,

thank you for this howto. It really helped me.

Do you maybe also have a howto for a dns update script? I need a script that checks my dns adresses every 5 minutes for a ip change and update the FW if the ip is indeed changed.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you for this howto. It really helped me.</p>
<p>Do you maybe also have a howto for a dns update script? I need a script that checks my dns adresses every 5 minutes for a ip change and update the FW if the ip is indeed changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cargar reglas iptables automáticamente &#124; pienso luego insisto</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-18930</link>
		<dc:creator>Cargar reglas iptables automáticamente &#124; pienso luego insisto</dc:creator>
		<pubDate>Tue, 14 Dec 2010 21:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-18930</guid>
		<description>[...] http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/ Digg this postRecommend on FacebookBuzz it upshare via RedditShare with StumblersTweet about [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/" rel="nofollow">http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/</a> Digg this postRecommend on FacebookBuzz it upshare via RedditShare with StumblersTweet about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Major Hayden</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-16455</link>
		<dc:creator>Major Hayden</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-16455</guid>
		<description>Kit - 

Two have iptables start automatically with your ruleset, you have to do two things: save your ruleset somewhere and apply it at boot time.  The documentation above shows you how to do that.  If you simply apply your rules and reboot, your rules will be lost as soon as the machine powers down.</description>
		<content:encoded><![CDATA[<p>Kit - </p>
<p>Two have iptables start automatically with your ruleset, you have to do two things: save your ruleset somewhere and apply it at boot time.  The documentation above shows you how to do that.  If you simply apply your rules and reboot, your rules will be lost as soon as the machine powers down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kit</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-16454</link>
		<dc:creator>kit</dc:creator>
		<pubDate>Sun, 01 Aug 2010 08:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-16454</guid>
		<description>Hi,I have some problems about iptables rules under Ubuntu .
Is it necessary to create some script llike that to build the firewall,Will the rules got lost when I restart the server.

I create a simple firewall with the function of NAT,then restart the server.
type commands below in the terminal:
iptables -L -v

But display nothing.
And it seemd that the NAT function and the rules made last time are still available to use.

Hoping for your email.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,I have some problems about iptables rules under Ubuntu .<br />
Is it necessary to create some script llike that to build the firewall,Will the rules got lost when I restart the server.</p>
<p>I create a simple firewall with the function of NAT,then restart the server.<br />
type commands below in the terminal:<br />
iptables -L -v</p>
<p>But display nothing.<br />
And it seemd that the NAT function and the rules made last time are still available to use.</p>
<p>Hoping for your email.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best practices: iptables &#124; Racker Hacker</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-16126</link>
		<dc:creator>Best practices: iptables &#124; Racker Hacker</dc:creator>
		<pubDate>Mon, 12 Apr 2010 13:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-16126</guid>
		<description>[...] Red Hat-based distributions offer /etc/init.d/iptables save, but Debian and Ubuntu require some manual labor. An errant reboot would easily take out your unsaved rules, so save them often. This entry was [...]</description>
		<content:encoded><![CDATA[<p>[...] Red Hat-based distributions offer /etc/init.d/iptables save, but Debian and Ubuntu require some manual labor. An errant reboot would easily take out your unsaved rules, so save them often. This entry was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: major</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-15589</link>
		<dc:creator>major</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-15589</guid>
		<description>Bartek:

That method would have the same effect. I normally just try to keep the &lt;code&gt;/etc/network/interfaces&lt;/code&gt; clear of extra stuff, but that&#039;s just my own personal preference. ;-)</description>
		<content:encoded><![CDATA[<p>Bartek:</p>
<p>That method would have the same effect. I normally just try to keep the <code>/etc/network/interfaces</code> clear of extra stuff, but that's just my own personal preference. <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartek</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-15588</link>
		<dc:creator>Bartek</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-15588</guid>
		<description>Thanks for the post but quick question, what&#039;s the difference between doing this and just setting a line in /etc/network/interfaces?

pre-up iptables-restore &lt; /etc/iptables.up.rules

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the post but quick question, what's the difference between doing this and just setting a line in /etc/network/interfaces?</p>
<p>pre-up iptables-restore &lt; /etc/iptables.up.rules</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Circumventing Hulu Regional Restrictions in Mac OS X &#124; langui.sh</title>
		<link>http://rackerhacker.com/2009/11/16/automatically-loading-iptables-on-debianubuntu/#comment-15585</link>
		<dc:creator>Circumventing Hulu Regional Restrictions in Mac OS X &#124; langui.sh</dc:creator>
		<pubDate>Tue, 17 Nov 2009 05:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1039#comment-15585</guid>
		<description>[...] you&#8217;ve run these you can save them so they execute every time your VM boots by following these quick instructions. This completes the server side [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ve run these you can save them so they execute every time your VM boots by following these quick instructions. This completes the server side [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

