<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[LINICKX].com &#187; Playstation</title>
	<atom:link href="http://www.linickx.com/tag/playstation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco Pix Firewall in front of a Playstation 3.</title>
		<link>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3</link>
		<comments>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:14:05 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Playstation3]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[pix]]></category>
		<category><![CDATA[Playstation]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/394/cisco-pix-firewall-in-front-of-a-playstation-3</guid>
		<description><![CDATA[If you saw this tweet, you&#8217;ll see that a little while ago I had some fun with Playstation 3 online gaming; it&#8217;s probably my own fault because I&#8217;m possibly the only person with a version 6 Cisco Pix Firewall at &#8230; <a href="http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you saw <a href="http://www.linickx.com/archives/369/100-udp-ports-dam-u-ea">this tweet</a>, you&#8217;ll see that a little while ago I had some fun with Playstation 3 online gaming; it&#8217;s probably my own fault because I&#8217;m possibly the only person with a version 6 Cisco Pix Firewall at home in front of their playstation.</p>
<p>If you want to get online gaming working though your firewall there&#8217;s a really good <a href="http://www.orpheusinternet.co.uk/support/ps3/index.html">online reference here</a> and my specific grumble about having to open up a shed load of ports for EA&#8217;s Burnout paradise is <a href="http://support.ea.com/cgi-bin/ea.cfg/php/enduser/std_adp.php?p_faqid=19084&#038;p_created=1201028984&#038;p_sid=zRr855Xi&#038;p_accessibility=0&#038;p_redirect=&#038;p_lva=&#038;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MSwxJnBfcHJvZHM9MjMwOCw0MDEyLDQwMTAmcF9jYXRzPTAmcF9wdj0zLjQwMTAmcF9jdj0mcF9wYWdlPTEmcF9zZWFyY2hfdGV4dD1vbmxpbmUgcG9ydHM*&#038;p_li=&#038;p_topview=1">documented in their support area</a>.</p>
<p>To summarize, this is what I&#8217;ve got open:</p>
<p><strong>General Playstation Network Ports</strong>, these always need to be open.</p>
<blockquote><p>
udp 3658<br />
udp 3478-3479</p></blockquote>
<p>Open these extra ones for <strong>Motor Storm</strong></p>
<blockquote><p>
udp 3659 &#8211; 3660</p></blockquote>
<p>Open these extra ones for <strong>Burnout</strong></p>
<blockquote><p>
udp 3659<br />
udp 9600-9699</p></blockquote>
<p>If you to have a cisco pix, you&#8217;ll need to open an entry on your outside access-list, something like</p>
<pre>access-list outside permit udp any any eq  3658</pre>
<p>and you&#8217;ll need a static entry&#8230;.</p>
<pre>static (inside,outside) udp interface 3658 playstation3 3658 netmask 255.255.255.255</pre>
<p>For lots of ports the access-list command supports the range statement, so</p>
<pre>access-list outside permit udp any any range 9600 9699</pre>
<p>But you won&#8217;t be so lucky with statics, you&#8217;ll have to add an entry for each port, I created a small bash shell script to automate the task&#8230;</p>
<pre>
#!/bin/bash
#9600-9699
for i in `seq 9600 9699`;
do
        echo "static (inside,outside) udp interface $i playstation3 $i netmask 255.255.255.255"
done
</pre>
<p>I then pasted the output into my pix. If you are having problems here are some references that might be useful are the <a href="http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/s.html#wp1026694">cisco pix command ref</a> and the <a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml">pix nat guide</a>.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/394/cisco-pix-firewall-in-front-of-a-playstation-3/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I&#8217;m not sure I like green!</title>
		<link>http://www.linickx.com/386/im-not-sure-i-like-green</link>
		<comments>http://www.linickx.com/386/im-not-sure-i-like-green#comments</comments>
		<pubDate>Tue, 19 Feb 2008 10:17:22 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Playstation3]]></category>
		<category><![CDATA[Playstation]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/386/im-not-sure-i-like-green</guid>
		<description><![CDATA[I&#8217;m proper into the 24hr wallpapers I have around me at the moment, fedora&#8217;s infinity 24 changes whilst I&#8217;m at work and the PS3 XMB changes whilst I play. The thing is my ps3 wallpaper has changed from yellow to &#8230; <a href="http://www.linickx.com/386/im-not-sure-i-like-green">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proper into the 24hr wallpapers I have around me at the moment, fedora&#8217;s <a href="http://people.redhat.com/duffy/artwork/infinity-24/">infinity 24</a> changes whilst I&#8217;m at work and the <a href="http://en.wikipedia.org/wiki/XrossMediaBar#PlayStation_3_XMB">PS3 XMB</a> changes whilst I play.</p>
<p>The thing is my ps3 wallpaper has changed from yellow to green, now this wouldn&#8217;t normally be an issue as most gameplay happens in the evening and the screen changes to black by then, but looking at <a href="http://en.wikipedia.org/wiki/XrossMediaBar#PlayStation_3_XMB">the wikipedia page for the XMB</a> I&#8217;m in for some pinks &#038; greens in the next couple of months&#8230;. not to my taste at all, it&#8217;s a shame that Sony don&#8217;t let you choose which colours the XMB scrolls through&#8230; ho-hum it was nice whilst it lasted, I wonder if I can find any cool animated wallpapers for my PS3? <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/386/im-not-sure-i-like-green/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus Software for Playstation 3</title>
		<link>http://www.linickx.com/348/antivirus-software-for-playstation-3</link>
		<comments>http://www.linickx.com/348/antivirus-software-for-playstation-3#comments</comments>
		<pubDate>Fri, 16 Nov 2007 13:37:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Playstation3]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[Playstation]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/348/antivirus-software-for-playstation-3</guid>
		<description><![CDATA[I&#8217;ve been offline for a while, but I&#8217;ve just seen this: The Associated Press: New Antivirus Software for Playstation 3 The company bills the software as the first of its kind for a home gaming system. It was released earlier &#8230; <a href="http://www.linickx.com/348/antivirus-software-for-playstation-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been offline for a while, but I&#8217;ve just seen this:</p>
<blockquote><p><a href="http://ap.google.com/article/ALeqM5hTFp1H-6rbUttlhoLjRk77DKt-NwD8STOHJ80">The Associated Press: New Antivirus Software for Playstation 3</a><br />
The company bills the software as the first of its kind for a home gaming system. It was released earlier this month as part of a PS3 upgrade and will be free until April.
</p></blockquote>
<p>This is a really positive thing to see; by the fact that there is a market there shows that &#8220;Joe gamet&#8221; is thinking about security , it&#8217;s a shame that sony aren&#8217;t giving this away for free but I guess that business .</p>
<p>A word of caution to our friends, please, please enure that you product doesn&#8217;t affect performance else we will end up back to the old days where the first trouble-shooting step will be to disable security *cry*.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/348/antivirus-software-for-playstation-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playstation 3 News</title>
		<link>http://www.linickx.com/186/playstation-3-news</link>
		<comments>http://www.linickx.com/186/playstation-3-news#comments</comments>
		<pubDate>Tue, 09 May 2006 19:50:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Playstation2]]></category>
		<category><![CDATA[Playstation]]></category>
		<category><![CDATA[Playstation3]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/186/playstation-3-news/</guid>
		<description><![CDATA[Looks like Sony have finally given the world some firm information about the PS3 although at �400 I don&#8217;t think I&#8217;ll be an early adopter The new controller design is out too, I actually wonder if the boomerang shaped thing &#8230; <a href="http://www.linickx.com/186/playstation-3-news">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Looks like Sony have finally given the world some <a href="http://www.ps3land.com/article-336.php">firm information</a> about the PS3 although at <a href="http://www.google.co.uk/search?q=%E2%82%AC599+in+GBP">�400</a> I don&#8217;t think I&#8217;ll be an early adopter <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The <a href="http://www.scee.presscentre.com/imagelibrary/detail.asp?MediaDetailsID=28993">new controller design</a> is out too, I actually wonder if the <i>boomerang</i> shaped thing was actually a secret joke on the public by Sony ! Any-who bring on the PS3 gaming greatness !!!!!!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/186/playstation-3-news/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New game: Burnout 4 and Jak3 Complete</title>
		<link>http://www.linickx.com/99/new-game-burnout-4-and-jak3-complete</link>
		<comments>http://www.linickx.com/99/new-game-burnout-4-and-jak3-complete#comments</comments>
		<pubDate>Wed, 28 Dec 2005 12:46:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Playstation2]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Playstation]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=99</guid>
		<description><![CDATA[Good playstation planning means you finish one game in time to start a new I&#8217;ve finally got round to completing Jak3, I haven&#8217;t quite hit the 100% completion mark, but my 99% isn&#8217;t a bad effort, and there&#8217;s only so &#8230; <a href="http://www.linickx.com/99/new-game-burnout-4-and-jak3-complete">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="float:right"> <div id="attachment_426" class="wp-caption alignnone" style="width: 160px"><a href="http://www.linickx.com/files/2008/05/burnoutrevenge.jpg" rel="lightbox[99]"><img src="http://www.linickx.com/files/2008/05/burnoutrevenge-150x150.jpg" alt="Burnout Revenge Screenshot" title="Burnout Revenge" width="150" height="150" class="size-thumbnail wp-image-426" /></a><p class="wp-caption-text">Burnout Revenge Screenshot</p></div></div>
<p>Good playstation planning means you finish one game in time to start a new <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ve finally got round to completing Jak3, I haven&#8217;t quite hit the 100% completion mark, but my 99% isn&#8217;t a bad effort, and there&#8217;s only so much &#8220;orb hunting&#8221; you can do before you get bored ! I&#8217;ve updated my personal <a href="http://www.linickx.com/index.php?content=playstation2">playstation2 review</a> section, and for those that have never got into the jak and daxter series I&#8217;d suggest you get started, you&#8217;re missing out on hours of entertainment !</p>
<p>I&#8217;ve also got a new game <a href="http://burnout.ea.com">Burnout 4 (Revenge)</a>. I&#8217;ll follow my usual routine of saving the review until I complete (<em>or get bored</em>) , but I have to say, I&#8217;ve had the game on for 30mins and It rocks !!!!!! I&#8217;ve played burnout 2/3 before, so I already knew roughly what to do. The big different in <em>Revenge</em> is that you can hit traffic going in the same direction (in the past this was a wipe out) and you can use this traffic as a weapon &#8211; yep sod trying to win fair &amp; square, hit a van hard from behind and it&#8217;ll catapult forward, if your aim is good you&#8217;ll hit your opponent and take the lead !<br />
From first glance there is a variation on the race, i.e. do the tracks backwards, or getting quickest lap times, the only type that leave me cold is the launch your car into a cross-road for points &#8211; it sounds good on paper but it&#8217;s actually quite boring to play &#8211; especially compared to the high adrenaline races !</p>
<p>If you have burnout 3, you&#8217;ll enjoy burnout 4 !</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/99/new-game-burnout-4-and-jak3-complete/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello PS2</title>
		<link>http://www.linickx.com/53/hello-ps2</link>
		<comments>http://www.linickx.com/53/hello-ps2#comments</comments>
		<pubDate>Fri, 01 Jul 2005 15:45:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Playstation2]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Playstation]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=53</guid>
		<description><![CDATA[If I&#8217;m not messing with linux, then I&#8217;m playing PS2. This website just doesn&#8217;t reflect that, so I&#8217;ve updated the ps2 section to include all my games, not just the ones I&#8217;ve completed. The ps2linux section has also taken the &#8230; <a href="http://www.linickx.com/53/hello-ps2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If I&#8217;m not <em>messing</em> with linux, then I&#8217;m playing PS2.</p>
<p>This website just doesn&#8217;t reflect that, so I&#8217;ve updated the <a href="http://www.linickx.com/index.php?content=playstation2">ps2</a> section to include all my games, not just the ones I&#8217;ve completed.</p>
<p><em>The ps2linux section has also taken the sideline until I have some content</em></p>
<p>Here&#8217;s a screen shot of what I&#8217;m playing at the moment <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_438" class="wp-caption alignnone" style="width: 160px"><a href="http://www.linickx.com/files/2008/05/starwars-revenge-of-the-sith.jpg" rel="lightbox[53]"><img src="http://www.linickx.com/files/2008/05/starwars-revenge-of-the-sith-150x150.jpg" alt="StarWars Revenge of the Sith" title="StarWars Revenge of the Sith" width="150" height="150" class="size-thumbnail wp-image-438" /></a><p class="wp-caption-text">StarWars Revenge of the Sith</p></div>
<p>I hope my reviews help anyone who&#8217;s having difficulty choosing good games <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/53/hello-ps2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

