<?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: How to make the Playstation 3 co-exist with Linux and OpenBSD</title>
	<atom:link href="http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/</link>
	<description>Words and ideas from a mildly misanthropic technologist.</description>
	<lastBuildDate>Fri, 13 Aug 2010 01:07:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Czz78</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-7704</link>
		<dc:creator>Czz78</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-7704</guid>
		<description>Found the solution ( i am happy)

put this on your nat section before all your nat rules:

nat on $ext_if from $ps3 to any -&gt; ($ext_if) static-port


This are my ports macros
# Ps3 tcp/udp ports  
ps3_tcp=”9293″         # for remote playing (only if you want).
ps3_udp=&quot;3478:3479&quot;      # only 3478 is needed but i put 3479 too

#Ps3 redir
rdr on $ext_if proto tcp from any to any port $ps3_tcp -&gt; $ps3        #only if you 

want remote playing

rdr on $ext_if proto udp from any to any port $ps3_udp -&gt; $ps3

#Ps3 pass in
pass in on $ext_if inet proto tcp from any to $server port $ps3_tcp keep state queue ps3       # only if you want remote playing
pass in on $ext_if inet proto udp from any to $ps3 port $ps3_udp keep state queue ps3


if you do not do traffic shaping like me don&#039;t put  &quot;queue ps3&quot;  at the end of the pass in rules.

Nat 2 for ps3 with openbsd conf file in /etc/pf.conf  


sorry for my bad english but i am  
ITALIAN FOREVER

Czz78</description>
		<content:encoded><![CDATA[<p>Found the solution ( i am happy)</p>
<p>put this on your nat section before all your nat rules:</p>
<p>nat on $ext_if from $ps3 to any -&gt; ($ext_if) static-port</p>
<p>This are my ports macros<br />
# Ps3 tcp/udp ports<br />
ps3_tcp=”9293″         # for remote playing (only if you want).<br />
ps3_udp=&#8221;3478:3479&#8243;      # only 3478 is needed but i put 3479 too</p>
<p>#Ps3 redir<br />
rdr on $ext_if proto tcp from any to any port $ps3_tcp -&gt; $ps3        #only if you </p>
<p>want remote playing</p>
<p>rdr on $ext_if proto udp from any to any port $ps3_udp -&gt; $ps3</p>
<p>#Ps3 pass in<br />
pass in on $ext_if inet proto tcp from any to $server port $ps3_tcp keep state queue ps3       # only if you want remote playing<br />
pass in on $ext_if inet proto udp from any to $ps3 port $ps3_udp keep state queue ps3</p>
<p>if you do not do traffic shaping like me don&#8217;t put  &#8220;queue ps3&#8243;  at the end of the pass in rules.</p>
<p>Nat 2 for ps3 with openbsd conf file in /etc/pf.conf  </p>
<p>sorry for my bad english but i am<br />
ITALIAN FOREVER</p>
<p>Czz78</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Czz78</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-7703</link>
		<dc:creator>Czz78</dc:creator>
		<pubDate>Tue, 13 Jan 2009 14:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-7703</guid>
		<description>can you paste nat rule and port forwarding rules?

TRied these but doesn&#039;t give nat 2

# Ps3 tcp/udp ports
ps3_tcp=&quot;9293&quot;                                                                        # for remote playing
ps3_udp=&quot;{ 3478:3479, 3658:3660, 4658:4660 }&quot;
# nat
nat on $ext_if from !($ext_if) -&gt; ($ext_if)
#Ps3 redir
rdr on $ext_if proto tcp from any to any port $ps3_tcp -&gt; $ps3
rdr on $ext_if proto udp from any to any port $ps3_udp -&gt; $ps3
#Ps3 pass in
pass in on $ext_if inet proto tcp from any to $server port $ps3_tcp keep state queue ps3
pass in on $ext_if inet proto udp from any to $ps3 port $ps3_udp keep state queue ps3

boo i don&#039;t understand</description>
		<content:encoded><![CDATA[<p>can you paste nat rule and port forwarding rules?</p>
<p>TRied these but doesn&#8217;t give nat 2</p>
<p># Ps3 tcp/udp ports<br />
ps3_tcp=&#8221;9293&#8243;                                                                        # for remote playing<br />
ps3_udp=&#8221;{ 3478:3479, 3658:3660, 4658:4660 }&#8221;<br />
# nat<br />
nat on $ext_if from !($ext_if) -&gt; ($ext_if)<br />
#Ps3 redir<br />
rdr on $ext_if proto tcp from any to any port $ps3_tcp -&gt; $ps3<br />
rdr on $ext_if proto udp from any to any port $ps3_udp -&gt; $ps3<br />
#Ps3 pass in<br />
pass in on $ext_if inet proto tcp from any to $server port $ps3_tcp keep state queue ps3<br />
pass in on $ext_if inet proto udp from any to $ps3 port $ps3_udp keep state queue ps3</p>
<p>boo i don&#8217;t understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristijan</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-7700</link>
		<dc:creator>Kristijan</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-7700</guid>
		<description>Are you able to paste the exact pf rules you used to get this working. I&#039;m having trouble with my pf set up, it keeps coming up as Nat Type 3.</description>
		<content:encoded><![CDATA[<p>Are you able to paste the exact pf rules you used to get this working. I&#8217;m having trouble with my pf set up, it keeps coming up as Nat Type 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miniupnp</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-7231</link>
		<dc:creator>miniupnp</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-7231</guid>
		<description>You can configure miniupnpd in order to allow only redirection to the sony PS3, not to other IPs on your network. You can even configure which ports can be forwarded. That&#039;s not giving control on your firewall to UPnP, that&#039;s letting it punch only the holes that are needed.</description>
		<content:encoded><![CDATA[<p>You can configure miniupnpd in order to allow only redirection to the sony PS3, not to other IPs on your network. You can even configure which ports can be forwarded. That&#8217;s not giving control on your firewall to UPnP, that&#8217;s letting it punch only the holes that are needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mernisse</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-6956</link>
		<dc:creator>mernisse</dc:creator>
		<pubDate>Wed, 09 Jan 2008 15:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-6956</guid>
		<description>sure could, assuming you feel comfortable letting a remote device alter your firewall settings.  Since the PS3 needs very few ports open and only one mapped to function (voice and video chat work fine, PSN games work fine in my experience) I don&#039;t think allowing UPnP to edit your firewall is a good idea in this setting.</description>
		<content:encoded><![CDATA[<p>sure could, assuming you feel comfortable letting a remote device alter your firewall settings.  Since the PS3 needs very few ports open and only one mapped to function (voice and video chat work fine, PSN games work fine in my experience) I don&#8217;t think allowing UPnP to edit your firewall is a good idea in this setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miniupnp</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-6955</link>
		<dc:creator>miniupnp</dc:creator>
		<pubDate>Wed, 09 Jan 2008 10:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-6955</guid>
		<description>In order to get NAT Type 1, you can install miniupnpd on your OpenBSD router !</description>
		<content:encoded><![CDATA[<p>In order to get NAT Type 1, you can install miniupnpd on your OpenBSD router !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bibo</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-5494</link>
		<dc:creator>bibo</dc:creator>
		<pubDate>Fri, 19 Oct 2007 01:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-5494</guid>
		<description>Thanks a lot for the info. I hadn&#039;t seen anything anywhere else on 3658/udp</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the info. I hadn&#8217;t seen anything anywhere else on 3658/udp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mernisse</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-3709</link>
		<dc:creator>mernisse</dc:creator>
		<pubDate>Thu, 20 Sep 2007 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-3709</guid>
		<description>I&#039;ve been testing the MediaTomb transcoding feature, it works fairly well so far.  The newest entry talks about it a little.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been testing the MediaTomb transcoding feature, it works fairly well so far.  The newest entry talks about it a little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: McAwesome</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-3708</link>
		<dc:creator>McAwesome</dc:creator>
		<pubDate>Thu, 20 Sep 2007 19:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-3708</guid>
		<description>so, did ya figure out how to re-encode the videos?</description>
		<content:encoded><![CDATA[<p>so, did ya figure out how to re-encode the videos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the_kungfu_mcnugget</title>
		<link>http://blog.ub3rgeek.net/2007/07/30/how-to-make-the-playstation-3-co-exist-with-linux-and-openbsd/comment-page-1/#comment-1606</link>
		<dc:creator>the_kungfu_mcnugget</dc:creator>
		<pubDate>Sun, 12 Aug 2007 15:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ub3rgeek.net/wp/?p=96#comment-1606</guid>
		<description>thanks for those excerpts from the manual...</description>
		<content:encoded><![CDATA[<p>thanks for those excerpts from the manual&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

