Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

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

views
     
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?
DRAGSTER_TUNER
post May 18 2009, 10:12 PM

New Member
*
Newbie
0 posts

Joined: May 2009
Very Very thanx for the fast reply...ill buy my ps3 in this month yet and ill wanna use this method...

Regards!
DRAGSTER_TUNER
post May 19 2009, 10:26 PM

New Member
*
Newbie
0 posts

Joined: May 2009
Guys, i had buyied "the stuff"!

But now, i have a problem...i'm a mule about networks/proxys etc...

I have two network cards...one for net, other without configuration..

Well, im thinking about, and let me know if im right:


1) Ill put some ip, gateway etc in the blank configurations of my second card;

2) I put in ps3 every configurations for automatic and then in server proxy, i put the ip for my second card and port 8080.


After this (if is correct what i say above) what should i do?

I have to config jesrd and all, and thenwhat i have to do to transfer the pkg to ps3?

Thanx for the help!
DRAGSTER_TUNER
post May 20 2009, 08:15 AM

New Member
*
Newbie
0 posts

Joined: May 2009
still hard time...

But now for another reason: even like root, the kdenotworkmanager dont allow me change/write configs... well, this is the error:

"an error has occur trying change the device state...youll have to do this manually"

well, the only thing i could made is # ifconfig eth1 up 192.168.0.1

In the kdeNM screen, the eth1 still without specifications like: if is manual or dhcp, what is the broadcast, gateway etc...

Another doubt catch me suddenly...in the field hostname and domain what should i write?

And final question: i cant put my playstation 3 hd in my pc and try transfer these pkg files for some folder in ps3 hd? (for me its appear too much easy way!

Thanx everybody for all fasts replies and support! Since i got the solution ill share this method in some brazillian linux/playstation3 forums!
DRAGSTER_TUNER
post May 20 2009, 11:10 PM

New Member
*
Newbie
0 posts

Joined: May 2009
Thanx for the support guys...im a noob about networks...

Now im think im understanding a little better...i mean,

1) The ps3 MUST connect to internet trhough the pc?

or

2) I have to do a LAN between pc-ps3 with a crossover?


If the answer is 1), then i have to use a normal cable (not cross) isnt? And if the aswer is 1), can i put the same settins of my internet card in the other and connect the ps3 there? Or will have conflict if the setting of both is the same?
DRAGSTER_TUNER
post May 21 2009, 01:20 AM

New Member
*
Newbie
0 posts

Joined: May 2009
Debian testing with kde...

Well, now i think i understand...

Ill have to buy a switch...

Another noob doubt:

How is the order to made the connection?? I mean, is that switch into the internet cable then PC and PS3 cables on switch?
DRAGSTER_TUNER
post May 22 2009, 05:34 AM

New Member
*
Newbie
0 posts

Joined: May 2009
"I'm assuming you have a switch or a router with extra ports?"

Well, that's it...i buyed a switch (no wireless in this computer)

My internet dont use a modem, its a direct rj45 cable connnected in my network card...

Since its like this, wich cable should i use to connect the pc to switch and the ps3 to switch?? The normal cable or the cross?


Added on May 22, 2009, 6:37 amIts cross...

But im still having hard time...get the error 8071053D


Added on May 22, 2009, 6:53 amits too complicated...im still having doubts like that:

In the line:

"acl myps3 src 192.168.0.123"

What is this ip "192.168.0.123"?? Is the computer ip?


And i see have two different links on the tutorials:

^http://deu01.ps3.download.playstation.net/download/ps3/eu/fah/fah\.pkg
http://proxy1/ps3/blah.pkg

and

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

Have some difference? Some is wrong or is the same?

This post has been edited by DRAGSTER_TUNER: May 22 2009, 06:53 AM
DRAGSTER_TUNER
post May 22 2009, 09:10 AM

New Member
*
Newbie
0 posts

Joined: May 2009
"Normal cable is needed for connecting pc to switch"

Im using both (ps3 and pc) with crossover cable...strange, because with cross, the net works no pc....with normal cable, not...

Well, i have some news about ip in ps3:

There is the message of "state of connections" in ps3:

IP address: 169.254.15.209 (only private networks)

Some clue?
DRAGSTER_TUNER
post May 22 2009, 10:05 AM

New Member
*
Newbie
0 posts

Joined: May 2009
Could be some error in some line in the files?

My squid.conf (just uncomented lines):

acl ps3 src 169.254.15.209
acl myps3 src 169.254.15.209
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
http_access allow ps3
http_access allow myps3
strip_query_terms off
acl CONNECT method CONNECT


http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all

icp_access allow localnet
icp_access deny all

http_port 8080
hierarchy_stoplist cgi-bin ?
cache_dir ufs /var/spool/squid 100 16 256
access_log /var/log/squid/access.log squid
url_rewrite_program /usr/lib/squid/jesred

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Package(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320
acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
header_access Content-Type deny myps3
header_access Content-Type deny ps3
hosts_file /etc/hosts
coredump_dir /var/spool/squid


My jesred.rules: (Just uncomented lines)

regexi ^http://dus01.ps3.download.playstation.net/download/ps3/us/fah/fah.pkg http://localhost/ps3/HFFme1CnRHLgUn8je2cLk...KOUShvo9WM2.pkg

My jesred.conf: (Just uncomented lines)

allow = /etc/jesred.acl
rules = /etc/jesred.rules
redirect_log = /var/log/squid/jesred-redirect.log



My jesred.acl (just uncomented):

0.0.0.0/0


Added on May 22, 2009, 10:19 amSorry the noob question... doh.gif doh.gif doh.gif doh.gif


what is subnet??

I just know this terms:

gateway, broadcast, dns, mask and ip

PS: thanks for everyone for the patient and lessons!


Added on May 22, 2009, 10:36 amI discovered something interesting...

I put an router address and save the changes...

when i go to network status, it says my router is 0.0.0.0...

Why?


Added on May 22, 2009, 10:40 ami have these informations:

supercharger:/home/supercharger# ifconfig
eth2 Link encap:Ethernet Endereço de HW 00:1b:fc:cb:55:2b
inet end.: 10.10.167.202 Bcast:10.10.167.203 Masc:255.255.255.252
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:211495 errors:0 dropped:0 overruns:0 frame:0
TX packets:139862 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:191035663 (182.1 MiB) TX bytes:11730054 (11.1 MiB)
IRQ:16 Endereço de E/S:0xc00


supercharger:/home/supercharger# route
Tabela de Roteamento IP do Kernel
Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface
10.10.167.200 * 255.255.255.252 U 0 0 0 eth2
default 10.10.167.201 0.0.0.0 UG 0 0 0 eth2


This post has been edited by DRAGSTER_TUNER: May 22 2009, 10:40 AM
DRAGSTER_TUNER
post May 22 2009, 07:21 PM

New Member
*
Newbie
0 posts

Joined: May 2009
"what's your native language? your linux distro doesn't use english?"

Portuguese, im brazillian!


10.10.167.202 is the ip of my pc...im using this value as proxy...

For ps3, im using the ip 10.10.167.204


Added on May 23, 2009, 5:18 amI was thinking...i dont have to do something in the computer to share the connection with the ps3?


Added on May 23, 2009, 7:14 amSomeone know since wich firmware its works?? My actual is 2.45!


Added on May 23, 2009, 9:20 pmOK, i made some progress...

rclxms.gif rclxms.gif rclxms.gif

The net works fine, i put the cable and it detects the firmware was downdate...

I downloaded it for pc and install via USB...my system is already with 2.76

But even before i update it, i was having this message:

An error has occur while transfering (80710092)

After that, i changed to a general primary and secondary dns:

208.67.222.222
208.67.220.220

But still the same...

Renaming the file for a short name in /etc/jesred.rules and /var/www/ps3 didnt help too...

some more clue?


Added on May 24, 2009, 5:48 amSorry about the nooob question, but using nmap, it says the all playstation's IP ports are filtered...could be this the reason for the error while transfering?

supercharger:/home/supercharger# nmap -v 10.10.167.203

Starting Nmap 4.68 ( http://nmap.org ) at 2009-05-23 17:18 UTC
Initiating ARP Ping Scan at 17:18
Scanning 10.10.167.203 [1 port]
Completed ARP Ping Scan at 17:18, 0.02s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 17:18
Completed Parallel DNS resolution of 1 host. at 17:18, 0.03s elapsed
Initiating SYN Stealth Scan at 17:18
Scanning 10.10.167.203 [1715 ports]
Completed SYN Stealth Scan at 17:19, 36.67s elapsed (1715 total ports)
Host 10.10.167.203 appears to be up ... good.
All 1715 scanned ports on 10.10.167.203 are filtered
MAC Address: 00:1F:A7:D5:C8:2D (Sony Computer Entertainment)

Read data files from: /usr/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 36.826 seconds
Raw packets sent: 3431 (150.962KB) | Rcvd: 1 (42B)
supercharger:/home/supercharger#

This post has been edited by DRAGSTER_TUNER: May 24 2009, 05:48 AM
DRAGSTER_TUNER
post May 25 2009, 01:13 AM

New Member
*
Newbie
0 posts

Joined: May 2009
Hey, i dont have an psn account...sould be this??? Did y need have an psn account to download the demos from this method?

(If yes), i must be logged in to make this procedure?


Added on May 25, 2009, 1:23 amSorry, i posted above without see your reply...if the question above is not the problem, here si:

Well, i already was connected to the net, but i didnt do nothing....the system just detected my firmware was old and i updated via flash...

My ps3 settings:

ip 10.10.167.203
router: 10.10.1637.201
mask: 255.255.255.252
prim and sec dns: 200.242.124.157 200.174.99.119
proxy: 10.10.167.202 port 8080


This post has been edited by DRAGSTER_TUNER: May 25 2009, 01:23 AM
DRAGSTER_TUNER
post May 25 2009, 10:45 AM

New Member
*
Newbie
0 posts

Joined: May 2009
Ok, i already sign in on ps network...

My gateway is the "router" (10.10.167.201)

i already change the mask to 255.255.255.0

Even sign in on psnetwork and changing the mask, the error is the same...

I have to be loggen in on psn for make the pc/ps3 transfer?
DRAGSTER_TUNER
post May 26 2009, 10:20 AM

New Member
*
Newbie
0 posts

Joined: May 2009
Well, when i access internet with ps3, all ok...just turn off proxy and put the pc ip on the ps3...works flawlesly...

But why proxy doesn work?

the ip of the pc is 10.10.167.202... what should be the ps3 ip???

Note: my ps3 ips im always puting in squid: acl ps3 src XX.XX.XXX.XXX
DRAGSTER_TUNER
post May 26 2009, 07:12 PM

New Member
*
Newbie
0 posts

Joined: May 2009
GUYS, IM ONE STEP TO GO!

thumbup.gif thumbup.gif


The "switch mode" does not works....thats because i dicovered my internet provider just gimme one ip, so i cant add more ips...


So, the sollution was make it in the "hard way":


Im using eth2 to external connect to internet and eth1 to send internet to the ps3 and its all working

So, this part of the problem is solved...

But im taking fire about the squid and iptables rules...i already read a lot, but still dont get it!

Someone can post here your squid.conf and what iptables rules are using?

I think its already the final step, after all!

This post has been edited by DRAGSTER_TUNER: Jun 4 2009, 07:28 PM
DRAGSTER_TUNER
post Jun 12 2009, 04:47 AM

New Member
*
Newbie
0 posts

Joined: May 2009
I almost made it!!!

Just a little step to go!


im having this message:

The folleoing error was encountered while trying to retrieve the URL: http://localhost/ps3/gtprol.pkg

Connection to 127.0.0.1 failed.

The system returned: (111) connection refused.

It happens with squid on and apache off.

My apache does not accept i use the parameter Listen 8080
in ports.conf, because squid is already using this port!

My ports.conf:

# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
# README.Debian.gz

NameVirtualHost *:80
Listen 80
Listen 8080


<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>





And i have another doubt:

I make this works on laptop:

regexi ^http://dus01.ps3.download.playstation.net/download/ps3/us/fah/fah.pkg http://zeus.dl.playstation.net/cdn/EP9001/...&country=us


This is the gran turismo prologue game...in notebook, it begans to download the 1.8 gigas of the game...

But in the ps3 dont...now i ask:

the life playstation's link still http://dus01.ps3.download.playstation.net/...s/fah/fah.pkg???

Because in the ps3 this procedure dont works...its just download the 125 mb of lifes...if the link of the playstation life its not the same, it will not works!

This post has been edited by DRAGSTER_TUNER: Jun 12 2009, 06:00 AM
DRAGSTER_TUNER
post Jun 12 2009, 10:33 AM

New Member
*
Newbie
0 posts

Joined: May 2009
huuuuuuuuuuuummmmmmmmmmm

hmm.gif hmm.gif hmm.gif



Now i understand...i didnt know until now this method of f@h dont works anymore!

Now i just have one wall on my way:

Discover a link for a psn demo...

My squid catch the link of the f@h (actually, now in the end of this link is not "fah" anymore, byt "lwp" - life with playstation)

But the squid didnt catch the link of demo games...im downloading one here and i cant see the link on squid logs...

Could someone gimme some link, like infamous or something from US psn?
DRAGSTER_TUNER
post Jun 12 2009, 07:25 PM

New Member
*
Newbie
0 posts

Joined: May 2009
Hi guys... i appreciated the fast and lots replies...


Here goes my doubts:


Bads:

Sure the fah method still working???

Vorchiel says the fah method does not works anymore...and then, i get the new link (not fah in the end anymore, now is lwp - life with playstation).


I tried regexi ^http://dus01.ps3.download.playstation.net/download/ps3/us/lwp/lwp.pkg http://zeus.blabblabla...

Almost works!

The playstation begins to download the correct file (with 1.8 gb), but a little after it beggins, gimme error...


Vorchiel:

This site is the one whos im using to try download the gt prologue...

What should i do? Begin download the infamous demo in ps3, pause it and the in the jesred put:

regexi ^http://zeus link of infamous http://zeus link for gt prologue

And continue the downlad on the ps3?

Before i forget, thanks for the support until now guys...im almost there!
DRAGSTER_TUNER
post Jun 13 2009, 07:08 AM

New Member
*
Newbie
0 posts

Joined: May 2009
OK, now we have two walls:


First:

I made it! I downloaded some files by localhost!!!!!!!!!!!!!

rclxms.gif rclxms.gif rclxms.gif

But allways gimme error if i try install it

cry.gif cry.gif

Second:

Just smaller games than the killzone2 demo are downloadable....if the file have more than 1.2 gb, it refuses to resume the download...

Some clue about these 2 issues??


PS. Bads:

That link have just a 266mb file...

the correct link is this one:

http://apollo.dl.playstation.net/cdn/UP900...txqLgvt2gcq.pkg]http://apollo.dl.playstation.net/cdn/UP900...txqLgvt2gcq.pkg

thumbup.gif


Year dudes...im almost there...ALMOST THERE sweat.gif sweat.gif

This post has been edited by DRAGSTER_TUNER: Jun 13 2009, 07:43 AM
DRAGSTER_TUNER
post Jun 13 2009, 11:36 AM

New Member
*
Newbie
0 posts

Joined: May 2009
"After FW 2.35, the proxy method is limited to d/loading same game link"

Thanks vorchiel....i didnt know about it

Well...so thats it...

the dream is over...

cry.gif cry.gif cry.gif

Just as write, I think just rest to us use it just to download demos....


Thats a shame...

cry.gif

This post has been edited by DRAGSTER_TUNER: Jun 13 2009, 11:40 AM
DRAGSTER_TUNER
post Jun 13 2009, 07:24 PM

New Member
*
Newbie
0 posts

Joined: May 2009
The cache size was a smart try, since it was in 100 mb...

But it doesnt make difference:

hierarchy_stoplist cgi-bin ?
cache_dir ufs /var/spool/squid 4488 16 256
access_log /var/log/squid/access.log

Still refusing download...and smaller files, still downloading, but get error when try install...

2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.0238sec    0.67    6 queries    GZIP Disabled
Time is now: 28th November 2025 - 02:01 AM