Welcome Guest ( Log In | Register )

4 Pages < 1 2 3 4 >Bottom

Outline · [ Standard ] · Linear+

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

views
     
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
bads
post May 25 2009, 08:26 AM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
Well, you need to have a psn account to activate demo. Just register it US account, it free. thumbup.gif


Where is your gateway? The mask should be 255.255.255.0.
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?
pakcikkantin
post May 25 2009, 12:15 PM

New Member
*
Junior Member
16 posts

Joined: Oct 2006


Guys,
I have PC connecting to my office VPN.
This pc can be accessed by my PS3 using wireless.
This pc can access my servers on the other side, since connected to VPN
Can my PS3 access these servers
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
TSwerksuckz
post May 26 2009, 11:41 AM

New Member
*
Junior Member
13 posts

Joined: Feb 2006
why don't you try setting your PS3 ip to 10.10.167.203? then use the following in squid:

acl ps3 src 10.10.167.203


bads
post May 26 2009, 01:38 PM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
DRAGSTER_TUNER, also try port forward in router on 8080 to your pc ip. And view the squid log to check whether the ps3 is trying to access or not.


QUOTE(pakcikkantin @ May 25 2009, 12:15 PM)
Guys,
I have PC connecting to my office VPN.
This pc can be accessed by my PS3 using wireless.
This pc can access my servers on the other side, since connected to VPN
Can my PS3 access these servers
*
I think if you able to mount these server into your pc, then it can be accessed by ps3. Never try before. It is worth a try. hmm.gif
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_TUNER2
post Jun 6 2009, 08:23 AM

New Member
*
Newbie
0 posts

Joined: Jun 2009
Up...no one can post the squid.conf? cmon guys...help me out in that quest...
bads
post Jun 6 2009, 01:46 PM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
CODE
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 purge method PURGE
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
icp_access allow localnet
icp_access allow all
http_port 3128
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid/access.log squid
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\s[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
hosts_file /etc/hosts
coredump_dir /var/spool/squid
#my settings
debug_options ALL,1 33,2
acl my_local_zone src 192.168.1.0/24
http_access allow my_local_zone
url_rewrite_program /usr/lib/squid/jesred


Here mine squid, mostly is default config in squid, doesn't use iptable. Does your proxy work in your ps3 yet? hmm.gif

DRAGSTER_TUNER2
post Jun 6 2009, 09:59 PM

New Member
*
Newbie
0 posts

Joined: Jun 2009
Still not works, look how i leave it:

acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl ps3 src 192.168.0.1/32
acl to_localhost dst 127.0.0.0/8
acl purge method PURGE
acl CONNECT method CONNECT
acl Safe_ports port 80 # http
acl Safe_ports port 8080 # ps3
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access allow localhost
http_access allow ps3
icp_access allow ps3
icp_access allow all
http_port 8080
hierarchy_stoplist cgi-bin ?
access_log /var/log/squid/access.log squid
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\s[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
hosts_file /etc/hosts
coredump_dir /var/spool/squid
#my settings
debug_options ALL,1 33,2
url_rewrite_program /usr/lib/squid/jesred

I have two more doubts:

Yesterday i was trying make the apache works like redirect site proxy, and i gave this command:

echo "<meta http-equiv="refresh" content="0;URL=http://10.10.167.202/">";

Before it, if i gave this command, and put in the browser's proxy of my notebook this: http://10.10.167.202 port 80, this was redirected to the/var/www of desktop!

But now, after the echo command, it gives error, like dont have internet, if i put this proxy settign on notebook browsers!

Without proxy, the internet works fine on notebook, sharing this with desktop!


I tried too this command:

iptables -t nat -A PREROUTING -s 192.168.0.1/255.255.255.0 -p tcp --dport 80 -j REDIRECT --to-port 8080

but it make the internet on the desktop falls...

Some clue about this tips?
bads
post Jun 6 2009, 11:51 PM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
i have no idea how the iptables work, why can't you just point your proxy port 8080 directly.
DRAGSTER_TUNER2
post Jun 7 2009, 12:04 AM

New Member
*
Newbie
0 posts

Joined: Jun 2009
I fix the echo thing...but now here is the challenge:

If i put in laptop web browser: proxy http://10.10.167.202 and port 8080, it NOT WORKS!

But if i put http://10.10.167.202 with port 80, it redirects me to the /var/www/ on desktop...

With no proxy at all, teh internet works fine on laptop...

Another weird stuff: if i put this address on browser: http://dus01.ps3.download.playstation.net/.../us/fah/fah.pkg, no matter if the proxy is set to port 8080 or 80, its gimme error...with no proxy, it downloads a 7 mega files.

Didi you have some idea why squid is not working properly?

This post has been edited by DRAGSTER_TUNER2: Jun 7 2009, 12:18 AM
bads
post Jun 7 2009, 01:26 AM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
First of all, install switch proxy toolbar for firefox. Then add localhost with port 8080. See whether you can browser the Internet.
DRAGSTER_TUNER2
post Jun 7 2009, 03:21 AM

New Member
*
Newbie
0 posts

Joined: Jun 2009
Some sites i can access, other dont!

The mozilla addon site, i can access with no proxy, with 80 proxy and with 8080 proxy

the google, no deal! Just with no proxy....

With 80 proxy, google redirects me to /var/www/ on the desktop

With 8080 google returns: the requested URL / was not found on this server

strange...what it could be? did you saw something strange on mye squid.conf?
bads
post Jun 7 2009, 11:25 AM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
try remove this
CODE

echo "<meta http-equiv="refresh" content="0;URL=http://10.10.167.202/">";


If it still can't sweat.gif , reinstall squid, remove the existing squid conf. The default squid conf should be able to work with local machine.
DRAGSTER_TUNER2
post Jun 8 2009, 12:15 AM

New Member
*
Newbie
0 posts

Joined: Jun 2009
I tried reinstall it, i have an error i never seen before:

dpkg: warning: file with file list from package 'squid-common' is missing, assuming the package dont have files installed

FATAL: MIME Config Table /usr/share/squid/mime.conf: (2) No such file or directory

Dont matter if uses squid or squid3!

I dont have nothing about squid or squid3 in the folder /usr/share...

and i have to fix another error changing the line "acl all src all" to "acl all src"


the error after restart:

supercharger:/home/supercharger# /etc/init.d/squid3 restart
Restarting Squid HTTP Proxy 3.0: squid3Creating Squid HTTP Proxy 3.0 cache structure (warning).
FATAL: MIME Config Table /usr/share/squid3/mime.conf: (2) No such file or directory
Squid Cache (Version 3.0.STABLE13): Terminated abnormally.
CPU Usage: 0.000 seconds = 0.000 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
FATAL: MIME Config Table /usr/share/squid3/mime.conf: (2) No such file or directory
Squid Cache (Version 3.0.STABLE13): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.000 user + 0.004 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
failed!


Some clue?

This post has been edited by DRAGSTER_TUNER2: Jun 8 2009, 12:19 AM
bads
post Jun 9 2009, 09:27 AM

Getting Started
**
Junior Member
194 posts

Joined: Jan 2003
you need to uninstall squid3 too.
DRAGSTER_TUNER2
post Jun 10 2009, 07:51 AM

New Member
*
Newbie
0 posts

Joined: Jun 2009
ok, apt-get --purge remove squid-common squid3-common and reinstall squid makes the error disappear...but still doesnt works...ill wait until a friend of mine cames here and see my squid...then i back to post here my success or new doubts...

Really thanks for the support until now bads...its been very apreciated,,,lets see what my friend talk about my squid...
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

4 Pages < 1 2 3 4 >Top
 

Change to:
| Lo-Fi Version
0.0258sec    0.54    5 queries    GZIP Disabled
Time is now: 27th November 2025 - 06:59 PM