<?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: Traceroutes time out after turning on an iptables firewall	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/traceroutes-time-out-after-turning-on-an-iptables-firewall/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/traceroutes-time-out-after-turning-on-an-iptables-firewall</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Sun, 08 Apr 2007 14:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/traceroutes-time-out-after-turning-on-an-iptables-firewall/comment-page-1#comment-81</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Sun, 08 Apr 2007 14:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/50#comment-81</guid>

					<description><![CDATA[The rule just stops the firewall from dropping the packets before they get to the kernel.    Since there is nothing listening on the ports, it will then reply with the ICMP &#039;port unreachable&#039; packet as it normally would.]]></description>
			<content:encoded><![CDATA[<p>The rule just stops the firewall from dropping the packets before they get to the kernel.    Since there is nothing listening on the ports, it will then reply with the ICMP &#8216;port unreachable&#8217; packet as it normally would.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark Mathson		</title>
		<link>https://www.brandonchecketts.com/archives/traceroutes-time-out-after-turning-on-an-iptables-firewall/comment-page-1#comment-77</link>

		<dc:creator><![CDATA[Mark Mathson]]></dc:creator>
		<pubDate>Wed, 04 Apr 2007 21:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/50#comment-77</guid>

					<description><![CDATA[Good post Brandon...

Does this rule you added open the ports specified for udp or just effectively allow communication to them, but keeping them closed?

## Allow traceroutes, which send a packet to a UDP port in this general range
iptables -A INPUT -s 0/0 -p udp â€“destination-port 33441:33500 -j ACCEPT]]></description>
			<content:encoded><![CDATA[<p>Good post Brandon&#8230;</p>
<p>Does this rule you added open the ports specified for udp or just effectively allow communication to them, but keeping them closed?</p>
<p>## Allow traceroutes, which send a packet to a UDP port in this general range<br />
iptables -A INPUT -s 0/0 -p udp â€“destination-port 33441:33500 -j ACCEPT</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
