Post: [GUIDE FOR DUMMIES] How to get on PSN on ANY Firmware
02-14-2011, 12:23 AM #1
pcfreak30
>> PCFreak30.com Happy<<
(adsbygoogle = window.adsbygoogle || []).push({}); Yes I know there has been a lot of tutorials, so I am deciding to clear everything up here. NextGenTatics has posted a good tut, but I feel this will be more reliable in the future.

And yes it requires linux, but this is NOT hard to do, it will only take a while to set up...

Also, this will all be done in linux, so there are no firewalls to mess with Smile.

Go to the next page to begin..
[multipage=Required Software]

You will need the following software:


  • Charlies Web Debugging Proxy -- You must login or register to view this content.
  • VirtualBox -- You must login or register to view this content.
  • Ubuntu ISO -- You must login or register to view this content.
  • Some Patience 1.0 -- Like thats really a program, haha...


[multipage=Setting Up VirtualBox]

Assuming you have it downloaded, do the following exactly:


  1. Run though the installation wizard like anything else..
  2. Run the software
  3. Click new
  4. For the name type Ubuntu
  5. Under Operating System, select Linux.
  6. Under OS type, Select ubuntu..
  7. Press Next
  8. For the memory, use as much as you can while staying in the green zone on the below bar.. The more you give,the faster the VM will go, but your PC might lag some too.
  9. Press Next
  10. Select Boot Hard Disk if not checked
  11. Select Create New Hard Disk
  12. Press Next
  13. Press Next
  14. Select Dynamically expanding image
  15. Save the hard drive file where you wish, and make it a size of 10 GB (More if you wish)....
  16. Press Finish
  17. Go to Settings
  18. Under Network, where it says Attached to, select Bridged Adapter
  19. If you haven't downloaded the Ubuntu, do it now...
  20. Under Storage, select the Empty listing, and to the right click the folder with an arrow icon.
  21. Find and select your ubuntu ISO image
  22. Press ok and select the settings window..
  23. Now start the VM
  24. It will take a minute to boot up..
  25. When the install wizard appears, select to install ubuntu
  26. Go though the setup. You will want to use the entire hard disk. You can install updates and 3rd party software if you wish, but its up to you.

  27. Once ubuntu is installed, while running the VM, go to Devices -> CD/DVD Devices -> Unmount CD/DVDevice
  28. Stop the VM, and restart it.
  29. Once booted, login if needed.

[multipage=Configuring Ubuntu]

  1. Go to Applications -> Accessories -> Terminal
  2. To get your ip type:
        ifconfig | grep 'inet addr'
    

  3. Your IP will not be 127.0.0.1...
  4. Now type:
        sudo apt-get install dnsmasq
    

  5. Type your password in. It will appear as its not going in, but in linux the password does not show at all for security...
  6. If aptitide asks if you wish to install, type y and press enter
  7. Once done type:
        sudo gedit /etc/hosts
    

  8. An editor will come up. Make a new line at the and and put the follow lines:
        
    199.108.4.73 auth.np.ac.playstation.net
    193.184.164.160 feu01.ps3.update.playstation.net
    93.158.110.154 fuk01.ps3.update.playstation.net
    93.158.110.154 fus01.ps3.update.playstation.net
    93.158.110.154 fau01.ps3.update.playstation.net

  9. Save it, and exit it.
  10. now type
        sudo gedit /etc/dnsmasq.conf
    

  11. At the the of the file, make a new line and put the following, and replacing [MYIP] with the IP address you found earlier:
        address=/fus01.ps3.update.playstation.net/[MYIP]
    address=/auth.np.ac.playstation.net/[MYIP]
    address=/fuk01.ps3.update.playstation.net/[MYIP]
    address=/feu01.ps3.update.playstation.net/[MYIP]
    address=/fau01.ps3.update.playstation.net/[MYIP]

  12. Save it and exit
  13. Now type:
        sudo service dnsmasq restart
    



[multipage=Downloading and Configuring Charles]

Assuming you are still in the terminal, type:
    
cd ~/ (press enter)
wget https://www.charlesproxy.com/assets/release/3.5.2/charles.tar.gz (enter)
tar xvf charles.tar.gz (enter)
cd charles (enter)
cd bin (enter)
sudo sh ./charles.sh (enter and type your password and press enter)


Download The update list You must login or register to view this content.

Save it to your home folder or a place you will remember in firefox IN THE VM.

Now in Charles, Do the following:


  1. Select Proxy -> Reverse Proxies
  2. Now check the box to enable reverse proxies.
  3. Press Add
  4. In port type 80.
  5. in Remote Host type: fus01.ps3.update.playstation.net, or fuk01.ps3.update.playstation.net, or feu01.ps3.update.playstation.net, or fau01.ps3.update.playstation.net depending on your country...
  6. In Remote Port, type 80.
  7. Check Rewrite Redirects
  8. Press Ok
  9. Press Add
  10. In port type 443
  11. For Remote Host, type: auth.np.ac.playstation.net
  12. For remote port, type 443.
  13. Check Rewrite Redirects
  14. Press Ok
  15. Press Ok again
  16. Go to Tools -> Map Local
  17. Check to Enable Map Local
  18. Press add
  19. Under protocol, select http.
  20. For host, type: fus01.ps3.update.playstation.net, or fuk01.ps3.update.playstation.net, or feu01.ps3.update.playstation.net, or fau01.ps3.update.playstation.net depending on your country...
  21. For port, type 80
  22. For path, type: /update/ps3/list/us/ps3-updatelist.txt, or /update/ps3/list/uk/ps3-updatelist.txt, or /update/ps3/list/eu/ps3-updatelist.txt, or /update/ps3/list/au/ps3-updatelist.txt depending on your country...
  23. Select the ps3-updatelist.txt file you downloaded VIA the choose button.
  24. Check case-sensitive
  25. Press ok
  26. Press ok again
  27. Go to Tools -> Rewrite
  28. Check to enable Rewrite
  29. Press Add on the left
  30. Under locations, press Add
  31. For protocal select https
  32. For host type: auth.np.ac.playstation.net
  33. For path type: /nav/auth
  34. Press Ok
  35. Under rules, press Add
  36. For Type, select Modify Header
  37. Only have request checked
  38. For the top match, under name put: X-Platform-Version
  39. Below type your current firmware version. Example: PS3 03.55
  40. For the oittom match, under name put: X-Platform-Version
  41. Under put the latest firmware version. Example: PS3 03.56
  42. Select Replace All
  43. Press Ok
  44. Press Apply, then Ok
  45. Go to Proxy -> Proxy Settings
  46. Go to SSL tab
  47. Select Enable SSL Proxying
  48. Press Add
  49. For host, type auth.np.ac.playstation.net
  50. Press Ok
  51. Press Ok again to leave settings window.



Now do this in your terminal:

Type:
    sudo apt-get install filezilla


Type your password if needed and say yes to everything.

After its installed, at the top of your screen in your VM, go to Places -> Home Folder

Then go to charles, then docs

Make a Copy of charles-proxy-ssl-proxying-certificate.crt

Rename the copy to CA24.cer
[multipage=Setting Up Your PS3]

Find and download AbestOS 1.4

Install to your PS3

Find and Install OPENPS3FTP to your PS3

Launch AbestOS

it will do some crap, then tell you to run lv2 patcher and press X to exit. Exit the program..

On your PS3, Go to Settings -> Network Settings -> Settings And Connection Status List

Note what your PS3 IP address is.

Launch PS3OPENFTP

In your VM, go to Applications -> Internet -> Filezilla

At the top, for host, type your ps3's IP

For user, type root

For password type openbox

Press Quickconnect

Now in the file/folder list to the RIGHT, navigate to /dev_rwflash/data/cert

Now I recommend you copy ATLEAST CA25.cer to your VM, and put in some place like Documents..

To the left navigate to /home/(your home folder, will only be one)/charles/docs

Transfer CA25.cer to the right (your ps3), overwriting the old one

Now Reboot your PS3

Once done, go to Internet Connection settings

Select the correct settings, and IP to automatic (unless you know what your doing)

Set your Primary AND Secondary DNS to your VM's IP which you found a few pages back.

Set your Proxy IP to your VM's IP as well, on port 8888

Go through the rest, and test the connection.

Be sure charle is still running...

Charles will ask you if you want to add your PS# to your ACL list... Select yes, or it can't use the proxy..

If everything when correct, you will connect fine.

If you have ANY issues, let me know. I might still charge though. This took a LONG ass time to write and mods are dicks if they close it for being a duplicate tut, as I hand wrote IT ALL.


FYI, I am not using a VM mainly b/c I run ubuntu linux on a daily basis, but thats just me...


Good Luck...
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to pcfreak30 for this useful post:

bnader, DiJiTaLNiCk, DR-Dizzy, glitchboy23, lostcaptain, soc18
02-14-2011, 12:47 AM #11
Alfa
Banned
Originally posted by pcfreak30 View Post
Yes I know there has been a lot of tutorials, so I am deciding to clear everything up here. NextGenTatics has posted a good tut, but I feel this will be more reliable in the future.

And yes it requires linux, but this is NOT hard to do, it will only take a while to set up...

Also, this will all be done in linux, so there are no firewalls to mess with Smile.

Go to the next page to begin..
[multipage=Required Software]

You will need the following software:


  • Charlies Web Debugging Proxy -- You must login or register to view this content.
  • VirtualBox -- You must login or register to view this content.
  • Ubuntu ISO -- You must login or register to view this content.
  • Some Patience 1.0 -- Like thats really a program, haha...


[multipage=Setting Up VirtualBox]

Assuming you have it downloaded, do the following exactly:


  1. Run though the installation wizard like anything else..
  2. Run the software
  3. Click new
  4. For the name type Ubuntu
  5. Under Operating System, select Linux.
  6. Under OS type, Select ubuntu..
  7. Press Next
  8. For the memory, use as much as you can while staying in the green zone on the below bar.. The more you give,the faster the VM will go, but your PC might lag some too.
  9. Press Next
  10. Select Boot Hard Disk if not checked
  11. Select Create New Hard Disk
  12. Press Next
  13. Press Next
  14. Select Dynamically expanding image
  15. Save the hard drive file where you wish, and make it a size of 10 GB (More if you wish)....
  16. Press Finish
  17. Go to Settings
  18. Under Network, where it says Attached to, select Bridged Adapter
  19. If you haven't downloaded the Ubuntu, do it now...
  20. Under Storage, select the Empty listing, and to the right click the folder with an arrow icon.
  21. Find and select your ubuntu ISO image
  22. Press ok and select the settings window..
  23. Now start the VM
  24. It will take a minute to boot up..
  25. When the install wizard appears, select to install ubuntu
  26. Go though the setup. You will want to use the entire hard disk. You can install updates and 3rd party software if you wish, but its up to you.

  27. Once ubuntu is installed, while running the VM, go to Devices -> CD/DVD Devices -> Unmount CD/DVDevice
  28. Stop the VM, and restart it.
  29. Once booted, login if needed.

[multipage=Configuring Ubuntu]

  1. Go to Applications -> Accessories -> Terminal
  2. To get your ip type:
        ifconfig | grep 'inet addr'
    

  3. Your IP will not be 127.0.0.1...
  4. Now type:
        sudo apt-get install dnsmasq
    

  5. Type your password in. It will appear as its not going in, but in linux the password does not show at all for security...
  6. If aptitide asks if you wish to install, type y and press enter
  7. Once done type:
        sudo gedit /etc/hosts
    

  8. An editor will come up. Make a new line at the and and put the follow lines:
        
    199.108.4.73 auth.np.ac.playstation.net
    193.184.164.160 feu01.ps3.update.playstation.net
    93.158.110.154 fuk01.ps3.update.playstation.net
    93.158.110.154 fus01.ps3.update.playstation.net
    93.158.110.154 fau01.ps3.update.playstation.net

  9. Save it, and exit it.
  10. now type
        sudo gedit /etc/dnsmasq.conf
    

  11. At the the of the file, make a new line and put the following, and replacing [MYIP] with the IP address you found earlier:
        address=/fus01.ps3.update.playstation.net/[MYIP]
    address=/auth.np.ac.playstation.net/[MYIP]
    address=/fuk01.ps3.update.playstation.net/[MYIP]
    address=/feu01.ps3.update.playstation.net/[MYIP]
    address=/fau01.ps3.update.playstation.net/[MYIP]

  12. Save it and exit
  13. Now type:
        sudo service dnsmasq restart
    



[multipage=Downloading and Configuring Charles]

Assuming you are still in the terminal, type:
    
cd ~/ (press enter)
wget https://www.charlesproxy.com/assets/release/3.5.2/charles.tar.gz (enter)
tar xvf charles.tar.gz (enter)
cd charles (enter)
cd bin (enter)
sudo sh ./charles.sh (enter and type your password and press enter)


Download The update list You must login or register to view this content.

Save it to your home folder or a place you will remember in firefox IN THE VM.

Now in Charles, Do the following:


  1. Select Proxy -> Reverse Proxies
  2. Now check the box to enable reverse proxies.
  3. Press Add
  4. In port type 80.
  5. in Remote Host type: fus01.ps3.update.playstation.net, or fuk01.ps3.update.playstation.net, or feu01.ps3.update.playstation.net, or fau01.ps3.update.playstation.net depending on your country...
  6. In Remote Port, type 80.
  7. Check Rewrite Redirects
  8. Press Ok
  9. Press Add
  10. In port type 443
  11. For Remote Host, type: auth.np.ac.playstation.net
  12. For remote port, type 443.
  13. Check Rewrite Redirects
  14. Press Ok
  15. Press Ok again
  16. Go to Tools -> Map Local
  17. Check to Enable Map Local
  18. Press add
  19. Under protocol, select http.
  20. For host, type: fus01.ps3.update.playstation.net, or fuk01.ps3.update.playstation.net, or feu01.ps3.update.playstation.net, or fau01.ps3.update.playstation.net depending on your country...
  21. For port, type 80
  22. For path, type: /update/ps3/list/us/ps3-updatelist.txt, or /update/ps3/list/uk/ps3-updatelist.txt, or /update/ps3/list/eu/ps3-updatelist.txt, or /update/ps3/list/au/ps3-updatelist.txt depending on your country...
  23. Select the ps3-updatelist.txt file you downloaded VIA the choose button.
  24. Check case-sensitive
  25. Press ok
  26. Press ok again
  27. Go to Tools -> Rewrite
  28. Check to enable Rewrite
  29. Press Add on the left
  30. Under locations, press Add
  31. For protocal select https
  32. For host type: auth.np.ac.playstation.net
  33. For path type: /nav/auth
  34. Press Ok
  35. Under rules, press Add
  36. For Type, select Modify Header
  37. Only have request checked
  38. For the top match, under name put: X-Platform-Version
  39. Below type your current firmware version. Example: PS3 03.55
  40. For the oittom match, under name put: X-Platform-Version
  41. Under put the latest firmware version. Example: PS3 03.56
  42. Select Replace All
  43. Press Ok
  44. Press Apply, then Ok
  45. Go to Proxy -> Proxy Settings
  46. Go to SSL tab
  47. Select Enable SSL Proxying
  48. Press Add
  49. For host, type auth.np.ac.playstation.net
  50. Press Ok
  51. Press Ok again to leave settings window.



Now do this in your terminal:

Type:
    sudo apt-get install filezilla


Type your password if needed and say yes to everything.

After its installed, at the top of your screen in your VM, go to Places -> Home Folder

Then go to charles, then docs

Make a Copy of charles-proxy-ssl-proxying-certificate.crt

Rename the copy to CA24.cer
[multipage=Setting Up Your PS3]

Find and download AbestOS 1.4

Install to your PS3

Find and Install OPENPS3FTP to your PS3

Launch AbestOS

it will do some crap, then tell you to run lv2 patcher and press X to exit. Exit the program..

On your PS3, Go to Settings -> Network Settings -> Settings And Connection Status List

Note what your PS3 IP address is.

Launch PS3OPENFTP

In your VM, go to Applications -> Internet -> Filezilla

At the top, for host, type your ps3's IP

For user, type root

For password type openbox

Press Quickconnect

Now in the file/folder list to the RIGHT, navigate to /dev_rwflash/data/cert

Now I recommend you copy ATLEAST CA25.cer to your VM, and put in some place like Documents..

To the left navigate to /home/(your home folder, will only be one)/charles/docs

Transfer CA25.cer to the right (your ps3), overwriting the old one

Now Reboot your PS3

Once done, go to Internet Connection settings

Select the correct settings, and IP to automatic (unless you know what your doing)

Set your Primary AND Secondary DNS to your VM's IP which you found a few pages back.

Set your Proxy IP to your VM's IP as well, on port 8888

Go through the rest, and test the connection.

Be sure charle is still running...

Charles will ask you if you want to add your PS# to your ACL list... Select yes, or it can't use the proxy..

If everything when correct, you will connect fine.

If you have ANY issues, let me know. I might still charge though. This took a LONG ass time to write and mods are dicks if they close it for being a duplicate tut, as I hand wrote IT ALL.


FYI, I am not using a VM mainly b/c I run ubuntu linux on a daily basis, but thats just me...


Good Luck...


bro make a tut for the version of this using the app and no ubuntu that would be very helpful because this method is to much
02-14-2011, 01:06 AM #12
0xFa1z
Splicer
How does this work for any firmware? how u gonna get dev_rwflash on geohot's cfw?
02-14-2011, 01:09 AM #13
pcfreak30
>> PCFreak30.com Happy<<
..You need to be able to run abestos on the fw. Geohot can run homebrew, but not backup managers. There are ways.

i don't understand why you would even use geohot anyhow? Kmeaw works alot better.

A homebrew tools needs to mount a RW mirror of the nand. You then can edit in your method of choice...
02-14-2011, 01:13 AM #14
hammy876
Can’t trickshot me!
im still getting playstation network failed
02-14-2011, 01:15 AM #15
pcfreak30
>> PCFreak30.com Happy<<
If you need help, contact me on AIM/MSN/YIM/skype...

I might charge, I am tired ATM, and its funny how no one can do this...
02-14-2011, 01:16 AM #16
Can someone please answer me ?

Flash remap failed

now what ?
02-14-2011, 01:24 AM #17
Kon_E3
Bounty hunter
Unless u know how to fix the Charles port 80 error taht ppl have, then u can't help me
02-14-2011, 01:27 AM #18
pcfreak30
>> PCFreak30.com Happy<<
Read my guide, Jesus (excuse me). If you can't use port 80, close skype. Something is using that port...
02-14-2011, 01:35 AM #19
Kon_E3
Bounty hunter
I closed all the programs running, and still can't figure it out

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo