News Forums IRC Wiki Riivolution Reggie! NSMBW Depot

RVLution

A RVLution is on the horizon.

Skip to content

Skipping the 3.21, 3.42, 3.56 PS3 update

Skipping the 3.21, 3.42, 3.56 PS3 update

Postby Aaron on Thu Apr 01, 2010 5:41 am

Figured I'd at least post this somewhere, since Sony made a pathetic move today (April Fools, yeah right) that affects a large number of PS3 owners; the removal of OtherOS. The 3.21 update apparently does nothing but remove a feature for "security concerns." I didn't even want to install it on my PS3 Slim, so I went and adjusted my server to bypass the update for myself and others.

Basically, this will allow you to use the PSN and play your games online while still having an older PS3 firmware version installed, such as 3.15.

If, eventually, a disc game comes out that requires 3.21, you will be forced to upgrade to play that game; there's nothing you can do about that yet. But in the meantime...

You can go to customize your network settings from XMB, and get to the part about DNS nameservers. Select custom, and enter the following IP as your Primary DNS:
67.202.81.137

And there you go, PSN works.

UPDATE: [April 13th, 2010] Sony has effectively blocked all known methods of bypassing the latest firmware. At the moment there is no alternative for accessing PSN besides updating through the normal means. For those who were using this DNS, set your Network DNS Settings back to Auto (or whatever you had it set to previously) if you wish to make the update.

UPDATE: [September 7th, 2010] 3.42 is now out and blocks PSGroove. For whatever reason, the DNS/proxy trick hasn't been blocked yet. People on 3.41 (and possibly lower) can still get on PSN! I've reestablished my DNS server for the time being.

UPDATE: [January 27th, 2010] 3.56 can still be bypassed by those on 3.55 at the moment. This is expected to last for a little less than a week, so if you don't want to update past 3.55 now's your chance to jump on PSN and maybe grab something from the store.
Aaron
 
Posts: 175
Joined: Sat Nov 28, 2009 10:51 pm

Re: Skipping the 3.21 PS3 update

Postby Omega on Thu Apr 01, 2010 12:39 pm

Awesome, great work Aaron.
Image
Omega
 
Posts: 120
Joined: Sat Nov 28, 2009 7:03 pm

Re: Skipping the 3.21 PS3 update

Postby job4chris on Thu Apr 01, 2010 12:43 pm

I'd be particular curious to know more about what you did on the DNS end to accomplish this. I run my own DNS servers at home and would personally apply the fix there rather than having to alter the settings on the PS3 end if that is at all possible.
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Re: Skipping the 3.21 PS3 update

Postby Aaron on Thu Apr 01, 2010 2:39 pm

job4chris wrote:I'd be particular curious to know more about what you did on the DNS end to accomplish this. I run my own DNS servers at home and would personally apply the fix there rather than having to alter the settings on the PS3 end if that is at all possible.

I configured BIND to point *.ps3.update.playstation.net to the same IP, and configured my lighttpd to serve a custom updatelist.txt file for all regions that tells the PS3 it's up-to-date.
Aaron
 
Posts: 175
Joined: Sat Nov 28, 2009 10:51 pm

Re: Skipping the 3.21 PS3 update

Postby RoBz on Thu Apr 01, 2010 2:41 pm

Nicely done, cheers.
RoBz
 
Posts: 2
Joined: Thu Apr 01, 2010 2:31 pm

Re: Skipping the 3.21 PS3 update

Postby Red Terry on Thu Apr 01, 2010 3:56 pm

Does this text file you created trick the server into thinking that any firmware you have is the correct fully updated one?
Red Terry
 
Posts: 1
Joined: Thu Apr 01, 2010 3:55 pm

Re: Skipping the 3.21 PS3 update

Postby Aaron on Thu Apr 01, 2010 5:04 pm

Red Terry wrote:Does this text file you created trick the server into thinking that any firmware you have is the correct fully updated one?

It does indeed. Well, it tricks the PS3, not the server.

Though I believe if you try connecting to PSN with a really old firmware version, it will fail because of some changes that have been made. I'm not sure exactly how far back you can be and still have it work.
Aaron
 
Posts: 175
Joined: Sat Nov 28, 2009 10:51 pm

Re: Skipping the 3.21 PS3 update

Postby job4chris on Thu Apr 01, 2010 5:46 pm

Aaron wrote:
job4chris wrote:I'd be particular curious to know more about what you did on the DNS end to accomplish this. I run my own DNS servers at home and would personally apply the fix there rather than having to alter the settings on the PS3 end if that is at all possible.

I configured BIND to point *.ps3.update.playstation.net to the same IP, and configured my lighttpd to serve a custom updatelist.txt file for all regions that tells the PS3 it's up-to-date.


Sounds like you basically setup a web server that hosts your own updatelist.txt and pointed DNS to it instead of the PSN servers. Would you be willing by any chance to share your updatelist.txt file?

--Edit--

Nevermind, I see how it's done now ;) Thanks for sharing your fix info. I run BIND myself although I run apache for an internal web server. I don't see why that wouldn't work either.
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Re: Skipping the 3.21 PS3 update

Postby rizcom on Thu Apr 01, 2010 6:55 pm

Aaron will i have to pay to use your dns server
rizcom
 
Posts: 4
Joined: Thu Apr 01, 2010 6:51 pm

Re: Skipping the 3.21 PS3 update

Postby job4chris on Thu Apr 01, 2010 7:00 pm

Take a queue from the conversation I had with Aaron here and you can do this yourself in your own home with a little know how.
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Re: Skipping the 3.21 PS3 update

Postby rizcom on Thu Apr 01, 2010 7:03 pm

dont really know much about it
rizcom
 
Posts: 4
Joined: Thu Apr 01, 2010 6:51 pm

Re: Skipping the 3.21 PS3 update

Postby Aaron on Thu Apr 01, 2010 8:03 pm

job4chris wrote:Nevermind, I see how it's done now ;) Thanks for sharing your fix info. I run BIND myself although I run apache for an internal web server. I don't see why that wouldn't work either.

Yeah, there are a few different paths used depending on the region... Easiest thing to do is set it to serve the updatelist.txt on all 404s for the domain though. Don't know why I didn't think of doing that when I set mine up >.>

rizcom wrote:Aaron will i have to pay to use your dns server

Nope, and it should stay up for a long time.

job4chris wrote:Take a queue from the conversation I had with Aaron here and you can do this yourself in your own home with a little know how.

Heh, I set it up outside of my own home because I can never count on one computer being on at any given time.
Aaron
 
Posts: 175
Joined: Sat Nov 28, 2009 10:51 pm

Re: Skipping the 3.21 PS3 update

Postby Frost on Thu Apr 01, 2010 8:41 pm

Man, talk about a deus ex machina. I NEED to keep YDL running for the time being but I don't have the cash to go buy a Slim, and yet didn't want to give up my PS3's online... major headache. Been spending all day looking for ways around 3.21, and was in the middle of setting up a proxy bypass (and having it repeatedly fail despite following instructions to the letter) when I found this.

THANKS, Aaron! You just saved my ass.
Frost
 
Posts: 2
Joined: Thu Apr 01, 2010 8:39 pm

Re: Skipping the 3.21 PS3 update

Postby rizcom on Thu Apr 01, 2010 8:53 pm

Thanks Aaron :mrgreen:
rizcom
 
Posts: 4
Joined: Thu Apr 01, 2010 6:51 pm

Re: Skipping the 3.21 PS3 update

Postby natesice on Fri Apr 02, 2010 4:25 am

Thank you!!!!! I don't want to lose ZeroGame or PSN and this is easy and awesome!
natesice
 
Posts: 1
Joined: Fri Apr 02, 2010 4:21 am

Re: Skipping the 3.21 PS3 update

Postby NBCraftsman on Fri Apr 02, 2010 5:05 am

Aloha, "Aaron"...

Many huge thanks for setting up the DNS, much appreciated.

You saved me from having to buy a *Netbook*. :D

peace.
[-NBCraftsman]
NBCraftsman
 
Posts: 1
Joined: Fri Apr 02, 2010 5:01 am

Re: Skipping the 3.21 PS3 update

Postby job4chris on Fri Apr 02, 2010 12:36 pm

I took a slightly different route than Aaron and setup my own BIND and Apache web server on my home network and implemented the same setup and it works like a charm. Played Final Fantasy 13 last night and my PS3 signed into PSN without any errors or notices. I even taunted my system currently running 3.15 and asked it to check for updates and none found :D
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Re: Skipping the 3.21 PS3 update

Postby rizcom on Fri Apr 02, 2010 2:20 pm

job4chris where did you get the updatelist.txt from
rizcom
 
Posts: 4
Joined: Thu Apr 01, 2010 6:51 pm

Re: Skipping the 3.21 PS3 update

Postby job4chris on Fri Apr 02, 2010 4:15 pm

rizcom wrote:job4chris where did you get the updatelist.txt from


This is the official Sony version for US 3.15 firmware:

http://www.mediafire.com/?dyjldy24yod
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Re: Skipping the 3.21 PS3 update

Postby job4chris on Fri Apr 02, 2010 4:22 pm

Figured I should add too that by setting up my own servers locally on my LAN my PSN sign-ins seem to process much more quickly than before.
job4chris
 
Posts: 13
Joined: Thu Apr 01, 2010 12:41 pm

Next

Return to Other Consoles

Who is online

Users browsing this forum: No registered users and 0 guests