<?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: Activate NAT on Debian etch and Disable IPv6 support on Debian</title>
	<atom:link href="http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kajax</title>
		<link>http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html/comment-page-1#comment-2919</link>
		<dc:creator>kajax</dc:creator>
		<pubDate>Tue, 12 May 2009 10:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html#comment-2919</guid>
		<description>Yes, obviously! You are absolutely right!</description>
		<content:encoded><![CDATA[<p>Yes, obviously! You are absolutely right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael G</title>
		<link>http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html/comment-page-1#comment-69</link>
		<dc:creator>Michael G</dc:creator>
		<pubDate>Wed, 16 Jul 2008 22:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/activate-nat-on-debian-etch-and-disable-ipv6-support-on-debian.html#comment-69</guid>
		<description>auto eth0
iface eth0 inet static
address 192.168.1.254
netmask 255.255.255.0
network 192.168.1.255
up iptables -t nat -A POSTROUTING -o $IFACE -j MASQUERADE

Probably a silly thing, but is not the network line here mixed up with the broadcast address?  Should it not say something like this:

broadcast 192.168.1.255
network 192.168.1.0</description>
		<content:encoded><![CDATA[<p>auto eth0<br />
iface eth0 inet static<br />
address 192.168.1.254<br />
netmask 255.255.255.0<br />
network 192.168.1.255<br />
up iptables -t nat -A POSTROUTING -o $IFACE -j MASQUERADE</p>
<p>Probably a silly thing, but is not the network line here mixed up with the broadcast address?  Should it not say something like this:</p>
<p>broadcast 192.168.1.255<br />
network 192.168.1.0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
