Welcome Guest ( Log In | Register )

4 Pages  1 2 3 > » Bottom

Outline · [ Standard ] · Linear+

 PS3 Proxy Server for Linux, for PS3 owners that don't use Windows

views
     
TSwerksuckz
post Feb 3 2009, 10:51 AM, updated 17y ago

New Member
*
Junior Member
13 posts

Joined: Feb 2006
Hi all!

thought of starting a thread for linux users that don't have access to Windows, and therefor can't use the PS3 Proxy method for Windows.

Was just thinking of how to do it, and theoretically, I believe it's possible. Will test later tonight as I've thought out the process of doing it. However, it won't be so easy as the point and click option for Windows, but it should work. Will fill in details if it is successful and/or there are interested linux users.


vorchiel
post Feb 3 2009, 10:55 AM

ლ(ಠ_ಠ ლ)
****
Senior Member
666 posts

Joined: Jan 2003
From: Left Hand Society, West London
i can help the testing if you want

i'm thinking of using squid proxy for a start but i;m not sure whether it supports redirecting or not even though it has the caching utility. we may be able to exploit the cache folder for the redirection. for capturing the url, i think it will be sufficient enough with squid log (or wireshark).

i'll see what i can do after work later this evening smile.gif
komputer
post Feb 3 2009, 10:57 AM

Getting Started
**
Junior Member
255 posts

Joined: Apr 2008
QUOTE(vorchiel @ Feb 3 2009, 10:55 AM)
i can help the testing if you want

i'm thinking of using squid proxy for a start but i;m not sure whether it supports redirecting or not even though it has the caching utility. we may be able to exploit the cache folder for the redirection. for capturing the url, i think it will be sufficient enough with squid log (or wireshark).

i'll see what i can do after work later this evening smile.gif
*
Vorchiel is soooo geeky wub.gif
vorchiel
post Feb 3 2009, 11:01 AM

ლ(ಠ_ಠ ლ)
****
Senior Member
666 posts

Joined: Jan 2003
From: Left Hand Society, West London
QUOTE(komputer @ Feb 3 2009, 10:57 AM)
Vorchiel is soooo geeky  wub.gif
*
no i'm not sweat.gif

know a bit here a bit there. but by no means an expert sleep.gif
TSwerksuckz
post Feb 3 2009, 11:02 AM

New Member
*
Junior Member
13 posts

Joined: Feb 2006
yea, definitely squid. I was thinking of doing a really rough job (so I can download KZ2 hehe). grab the url from squid, download the file via whatever method, get apache up and configured, edit the hosts file to point the url to localhost, and see if that'll work. if the url redirect works, then even better.
K-End
post Feb 3 2009, 12:43 PM

Final Justice!!!!!
*******
Senior Member
3,300 posts

Joined: Sep 2004
From: Airspace B7R aka "The Round Table"



hmm..proxy on linux?

i can test it out this weekend on Ubuntu if you guys want it
TSwerksuckz
post Feb 3 2009, 07:45 PM

New Member
*
Junior Member
13 posts

Joined: Feb 2006
got it to work...need to remember what i did tho...hahaha
samurai20
post Feb 3 2009, 07:53 PM

~~HMMMM~~
******
Senior Member
1,441 posts

Joined: Jan 2005
i think already got thread like this.. hmmm

***lazy mode on... tongue.gif**
Salamander
post Feb 3 2009, 07:55 PM

New Member
*
Junior Member
46 posts

Joined: Jan 2003
QUOTE(werksuckz @ Feb 3 2009, 10:51 AM)
Hi all!

thought of starting a thread for linux users that don't have access to Windows, and therefor can't use the PS3 Proxy method for Windows.

Was just thinking of how to do it, and theoretically, I believe it's possible. Will test later tonight as I've thought out the process of doing it. However, it won't be so easy as the point and click option for Windows, but it should work. Will fill in details if it is successful and/or there are interested linux users.
*
try this
TSwerksuckz
post Feb 3 2009, 07:59 PM

New Member
*
Junior Member
13 posts

Joined: Feb 2006
This is tested only on Ubuntu 8.04 (Hardy Heron). YMMV.


1) Install the following software if you don't have it already:

CODE
sudo apt-get install lighttpd squid jesred


You can substitute lighttpd with apache or whatever it is you want to use for the httpd server.

2) Configure squid

I only did a basic configuration, editing the following in /etc/squid/squid.conf:

CODE

http_port 8080
cache_dir ufs /var/spool/squid 100 16 256
acl ps3 src 10.10.10.10
http_access allow ps3
url_rewrite_program /usr/lib/squid/jesred
strip_query_terms off


3) Configure jesred

jesred.acl
uncomment 0.0.0.0/0

jesred.rules

create a regex for the url to the file you want to download. you can get the url from /var/log/squid/access.log

CODE
regex ^http://zeus.dl.playstation.net/cdn/EP0102/NPEB90124_00/dUO8CdsAMhrhFHGBBeAxKIMtnRmiWpy9tFG6vLf1KcGd3KFiEQjD5R6i0KDvamHLATTxpjQ6fTylR0qqK7D03luEbr6eYRd2yIVE0.pkg\?product\=008A\&country\=gb http://localhost/dUO8CdsAMhrhFHGBBeAxKIMtnRmiWpy9tFG6vLf1KcGd3KFiEQjD5R6i0KDvamHLATTxpjQ6fTylR0qqK7D03luEbr6eYRd2yIVE0.pkg


4) Configure lighttpd

nothing much to configure. it runs out of /var/www by default. Just save your saved .pkg file there.



Hope that works for you!


Added on February 3, 2009, 8:00 pmomg...wtf.... lol

This post has been edited by werksuckz: Feb 3 2009, 08:00 PM
Salamander
post Feb 3 2009, 08:03 PM

New Member
*
Junior Member
46 posts

Joined: Jan 2003
lol that is in the link I just posted. well similar anyway. Thanks for the extra info! At least now there are alternates.

This post has been edited by Salamander: Feb 3 2009, 08:06 PM
john_makaay
post Feb 5 2009, 09:55 PM

Getting Started
**
Junior Member
216 posts

Joined: Aug 2008
From: KL


wat is proxy server? wanna to know about this long time ago
qedx
post Feb 5 2009, 10:36 PM

Enthusiast
*****
Senior Member
712 posts

Joined: Oct 2004


What is this supposed to achieve?
TSwerksuckz
post Feb 5 2009, 10:48 PM

New Member
*
Junior Member
13 posts

Joined: Feb 2006
faster downloads of stuff?
snipersnake
post Feb 6 2009, 09:00 AM

typical abah
*******
Senior Member
2,652 posts

Joined: Jan 2003

trophies?
vorchiel
post Feb 6 2009, 09:27 AM

ლ(ಠ_ಠ ლ)
****
Senior Member
666 posts

Joined: Jan 2003
From: Left Hand Society, West London
have fun staring at the black screen + progress bar while downloading patches & fw updates normally
qedx
post Feb 7 2009, 07:27 AM

Enthusiast
*****
Senior Member
712 posts

Joined: Oct 2004


How does a proxy server and redirects help?
DRAGSTER_TUNER
post May 18 2009, 09:17 AM

New Member
*
Newbie
0 posts

Joined: May 2009
The lighttpd-squid-jesred method still working before 2.70 or 2.76 firmware?
pakcikkantin
post May 18 2009, 10:34 AM

New Member
*
Junior Member
16 posts

Joined: Oct 2006


good job guys.. dalam MAC ada tak
bads
post May 18 2009, 10:36 AM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
QUOTE(DRAGSTER_TUNER @ May 18 2009, 09:17 AM)
The lighttpd-squid-jesred method still working before 2.70 or 2.76 firmware?
*
Yup, it still works. whistling.gif

4 Pages  1 2 3 > » Top
 

Change to:
| Lo-Fi Version
0.0212sec    0.51    5 queries    GZIP Disabled
Time is now: 27th November 2025 - 11:58 PM