<?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: Cisco Pix Firewall in front of a Playstation 3.</title>
	<atom:link href="http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:10:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-11305</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-11305</guid>
		<description>yep, inbound on ext interface :)

cheers,
Nick</description>
		<content:encoded><![CDATA[<p>yep, inbound on ext interface <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cheers,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drumdave</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-11303</link>
		<dc:creator>Drumdave</dc:creator>
		<pubDate>Mon, 14 Jun 2010 23:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-11303</guid>
		<description>THanks Nick,

I will try this tonight.

Sorry for the next stupid question ...

This is applied inbound on the external interface???


Appreciate this,

David</description>
		<content:encoded><![CDATA[<p>THanks Nick,</p>
<p>I will try this tonight.</p>
<p>Sorry for the next stupid question &#8230;</p>
<p>This is applied inbound on the external interface???</p>
<p>Appreciate this,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-11294</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 11 Jun 2010 08:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-11294</guid>
		<description>Hi David, 
On a router the ACL on your &quot;outside&quot; interface should look something like this...
&lt;code&gt;
ip access-list extended outside
 permit icmp any any
 permit udp any eq bootps any eq bootpc
 permit udp any any eq 3658
 permit udp any any eq 3659
 permit udp any any range 3478 3479
 permit udp any any range 3659 3660
 permit udp any any range 9600 9699
 deny   ip any any log
&lt;/code&gt;
You also need a nat command for each port...
&lt;code&gt;
ip nat inside source static udp PS3 3658 interface FastEthernet0/1 3658
&lt;/code&gt;
Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
On a router the ACL on your &#8220;outside&#8221; interface should look something like this&#8230;<br />
<code><br />
ip access-list extended outside<br />
 permit icmp any any<br />
 permit udp any eq bootps any eq bootpc<br />
 permit udp any any eq 3658<br />
 permit udp any any eq 3659<br />
 permit udp any any range 3478 3479<br />
 permit udp any any range 3659 3660<br />
 permit udp any any range 9600 9699<br />
 deny   ip any any log<br />
</code><br />
You also need a nat command for each port&#8230;<br />
<code><br />
ip nat inside source static udp PS3 3658 interface FastEthernet0/1 3658<br />
</code><br />
Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drumdave</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-11293</link>
		<dc:creator>Drumdave</dc:creator>
		<pubDate>Thu, 10 Jun 2010 23:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-11293</guid>
		<description>HI I have a 1841 and am in the middle of doing the access lists for my sons PS3 nightmare!

Can you let me see how you configured your acess lists to be able to use the PS3 to connect to PSN.

My son is driving me crazy with this...I thought i new what I was doing...Wrong.

The ASA is easier than striaght ACL&#039;s, but a good learning curve.

Regards,

David</description>
		<content:encoded><![CDATA[<p>HI I have a 1841 and am in the middle of doing the access lists for my sons PS3 nightmare!</p>
<p>Can you let me see how you configured your acess lists to be able to use the PS3 to connect to PSN.</p>
<p>My son is driving me crazy with this&#8230;I thought i new what I was doing&#8230;Wrong.</p>
<p>The ASA is easier than striaght ACL&#8217;s, but a good learning curve.</p>
<p>Regards,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: izac</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-10870</link>
		<dc:creator>izac</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-10870</guid>
		<description>you are not alone :) I have a asa 5505 in front of my ps3</description>
		<content:encoded><![CDATA[<p>you are not alone <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have a asa 5505 in front of my ps3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trix</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-10688</link>
		<dc:creator>Trix</dc:creator>
		<pubDate>Thu, 26 Mar 2009 17:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-10688</guid>
		<description>If it makes you feel any better, I&#039;m probably the only one with a Cisco 2620 as my firewall.  :-)</description>
		<content:encoded><![CDATA[<p>If it makes you feel any better, I&#8217;m probably the only one with a Cisco 2620 as my firewall.  <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelly</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/comment-page-1#comment-10609</link>
		<dc:creator>kelly</dc:creator>
		<pubDate>Tue, 16 Dec 2008 01:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3#comment-10609</guid>
		<description>Will a firewall in front of your ps3 prevent  me from getting my mac address banned?</description>
		<content:encoded><![CDATA[<p>Will a firewall in front of your ps3 prevent  me from getting my mac address banned?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

