<?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"
	>
<channel>
	<title>Comments on: Living with Leopard&#8217;s Firewall</title>
	<atom:link href="http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/</link>
	<description>you probably have a better idea</description>
	<pubDate>Wed, 19 Nov 2008 03:51:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jaiwant Mulik</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2667</link>
		<dc:creator>Jaiwant Mulik</dc:creator>
		<pubDate>Fri, 10 Oct 2008 03:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2667</guid>
		<description>I found a workaround by enabling the right applications. I was trying to enable port 8080 to allow Plone to work. After not being able to get ipfw to work as expected I added python.app (Resources) and the python executable (bin) to the "allow these applications to accept .." option under firewall. Everything works as expected. Sometimes you have to scroll down in the allowed application textbox to see which applications are being actively blocked for accepting connections.</description>
		<content:encoded><![CDATA[<p>I found a workaround by enabling the right applications. I was trying to enable port 8080 to allow Plone to work. After not being able to get ipfw to work as expected I added python.app (Resources) and the python executable (bin) to the &#8220;allow these applications to accept ..&#8221; option under firewall. Everything works as expected. Sometimes you have to scroll down in the allowed application textbox to see which applications are being actively blocked for accepting connections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob zand &#187; Blog Archive &#187; links for 2008-06-17</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2377</link>
		<dc:creator>rob zand &#187; Blog Archive &#187; links for 2008-06-17</dc:creator>
		<pubDate>Tue, 17 Jun 2008 23:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2377</guid>
		<description>[...] Atomic Lemur » Living with Leopard’s Firewall (tags: leopard mac firewall) [...]</description>
		<content:encoded><![CDATA[<p>[...] Atomic Lemur » Living with Leopard’s Firewall (tags: leopard mac firewall) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miss.Detd</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2339</link>
		<dc:creator>Miss.Detd</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2339</guid>
		<description>Well...i can enter this codes...but nothing seems to work with warcraft 3.

The ports 6112 to 6119 should be open. it's not my router because I can hoste fine on Vista...
Mac on the other hand gives problems, and can't figure out why.

pleasy help.

grtz</description>
		<content:encoded><![CDATA[<p>Well&#8230;i can enter this codes&#8230;but nothing seems to work with warcraft 3.</p>
<p>The ports 6112 to 6119 should be open. it&#8217;s not my router because I can hoste fine on Vista&#8230;<br />
Mac on the other hand gives problems, and can&#8217;t figure out why.</p>
<p>pleasy help.</p>
<p>grtz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hagbard_23</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2268</link>
		<dc:creator>hagbard_23</dc:creator>
		<pubDate>Wed, 23 Apr 2008 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2268</guid>
		<description>Thanks E Fox,
I've been looking for this so long, but your commands  finally worked!</description>
		<content:encoded><![CDATA[<p>Thanks E Fox,<br />
I&#8217;ve been looking for this so long, but your commands  finally worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E Fox</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2249</link>
		<dc:creator>E Fox</dc:creator>
		<pubDate>Wed, 09 Apr 2008 20:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2249</guid>
		<description>At least for me, the fix from Kotov did not work entirely, the syntax no longer makes the port into the ip (thanks Kotov), but it just did not get traction for me . . .  so I found some other syntax that did. Hope this helps prevent the day I have had.

DID NOT WORK:
ipfw add allow tcp from any 80 to any 80

DID WORK:
ipfw add allow tcp from any to any 80

To test:
run your portscan or nmap
ipfw show
ipfw delete (the entry number)
run your portscan or nmap again

repeat to convince yourself. . . 

e</description>
		<content:encoded><![CDATA[<p>At least for me, the fix from Kotov did not work entirely, the syntax no longer makes the port into the ip (thanks Kotov), but it just did not get traction for me . . .  so I found some other syntax that did. Hope this helps prevent the day I have had.</p>
<p>DID NOT WORK:<br />
ipfw add allow tcp from any 80 to any 80</p>
<p>DID WORK:<br />
ipfw add allow tcp from any to any 80</p>
<p>To test:<br />
run your portscan or nmap<br />
ipfw show<br />
ipfw delete (the entry number)<br />
run your portscan or nmap again</p>
<p>repeat to convince yourself. . . </p>
<p>e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kotov</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2204</link>
		<dc:creator>Kotov</dc:creator>
		<pubDate>Fri, 23 Nov 2007 14:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2204</guid>
		<description>dude only thing
&#62;&#62; sudo ipfw add allow tcp from 80 to 80
is not opening port, but rather treats it as IP, so this:
&#62;&#62; 33400 allow udp from 0.0.0.80 to 0.0.0.80
is exactly what it looks like

should be
add allow tcp from any 80 to any 80
or even ad allow tcp from any 80,8080... you get the point :)

cheers</description>
		<content:encoded><![CDATA[<p>dude only thing<br />
&gt;&gt; sudo ipfw add allow tcp from 80 to 80<br />
is not opening port, but rather treats it as IP, so this:<br />
&gt;&gt; 33400 allow udp from 0.0.0.80 to 0.0.0.80<br />
is exactly what it looks like</p>
<p>should be<br />
add allow tcp from any 80 to any 80<br />
or even ad allow tcp from any 80,8080&#8230; you get the point :)</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2187</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 08 Nov 2007 23:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://taisteal.atomiclemur.com/2007/10/living-with-leopards-firewall/#comment-2187</guid>
		<description>We both did exactly the same thing: I bought my Leopard copy at 6pm in a compUSA and got the rebate. Works pretty good. 

I agree with you about the firewall issue. I thought little snitch was not going to be as useful as it was before, but i'm afraid it will be more needed than it was before :/</description>
		<content:encoded><![CDATA[<p>We both did exactly the same thing: I bought my Leopard copy at 6pm in a compUSA and got the rebate. Works pretty good. </p>
<p>I agree with you about the firewall issue. I thought little snitch was not going to be as useful as it was before, but i&#8217;m afraid it will be more needed than it was before :/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
