Forum: PS3 Online Gaming - The PS3 Online Gaming forum contains topics relating to the usage of PSN Playstation Network on your PS3 console and online gaming. Discussion of cracking / hacking or trading in PAID downloadable content is NOT allowed!


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Online Games (Gt5, Socom, etc.)
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
  1. #1 Online Games (Gt5, Socom, etc.) 
    pspkr3w is offline Registered User
    Join Date
    Jan 2011
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    has anybody got them working as they don't work upon online launch
    Reply With Quote  

  2. #2  
    The
    The is offline Member
    Join Date
    Feb 2011
    Posts
    63
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Online gaming is working fine on my end but I haven't tried any first party sony games online but I tried to voice chat with my friend and it was laggy as hell but in an actual game we could hear eachother perfectly and there was no lag.
    Reply With Quote  

  3. #3  
    GamerX5500 is offline Member
    Join Date
    Feb 2011
    Posts
    55
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by pspkr3w View Post
    has anybody got them working as they don't work upon online launch
    Probably has to do with the fact that GT5 is connecting through Sony's official servers in which we would have to make a proxy exception and forward those requests to Sony's real servers as opposed to re-routing it to local machine (PC).
    Reply With Quote  

  4. #4  
    handro is offline Registered User
    Join Date
    Feb 2011
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I'd like to know if anyone has got killzone 3 working using the no vm method at all?
    Reply With Quote  

  5. #5  
    liliana is offline Banned
    Join Date
    Jan 2011
    Posts
    109
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by handro View Post
    I'd like to know if anyone has got killzone 3 working using the no vm method at all?
    Killzone 3 Will Have Online Co-op
    Reply With Quote  

  6. #6  
    d0zs is offline vb6
    Join Date
    Aug 2010
    Posts
    232
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    3
    i got gt5 & kz3 to work only through using a bridged connection with a virtual machine (assigns the vm to a different ip). i don't know a lot about networking, but i'm assuming the reason it doesn't work with some games using the dns server & charles (on the same computer without a vm) is because it's using the same ip. i was reading a site that made the analogy as a chicken & the egg problem. perhaps try running the dns server to a separate pc on your network.
    my latest apps @ d0zs.tk
    Reply With Quote  

  7. #7  
    d0zs is offline vb6
    Join Date
    Aug 2010
    Posts
    232
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    3
    Quote Originally Posted by LVStreetterror View Post
    I was able to install Socom Confrontation and download the add-ons from the store and even updated the game to 1.61 when logging in the first time but that is as far as it went. No access to the PlaystationServers.
    I do have a desk top in my office that is 64bit Vista could anyone guide me through setting up the dns on my Desktop pc and keep the Charles on my laptop ? Would I be able to log in to the game servers with that configuration ?
    have you tried doing the virtual machine method first? it's much less of a hassle as you'll only need 1 pc

    it's a lot easier than it sounds, but i'll try to sum it up:

    1) download & install vmware workstation
    2) download debian & make a new debian virtual machine using vmware workstation..just use default settings throughout the setup
    3) when you're finished installing debian, shut it down and goto edit virtual machine settings: change network adapter from NAT to bridged connection
    4) disable your firewall (otherwise the bridged connection may get disabled)
    5) start up & log in to the debian vm, then open the terminal (applications->accessories->terminal)

    6) type these commands:
    Code:
    su
    enter your root password you made during the debian install and continue with these commands (read below before entering):

    Code:
    apt-get install dnsmasq
    echo "192.168.0.2   fus01.ps3.update.playstation.net" >> /etc/hosts
    echo "192.168.0.2   auth.np.ac.playstation.net" >> /etc/hosts
    /etc/init.d/dnsmasq restart
    *change 192.168.0.2 to your computer's lan ip that's running charles

    *change fus01.ps3.update.playstation.net to whatever region you're using (fuk01.ps3.update.playstation.net for UK)

    done. now the last step is to find the ip of your debian vm and use that ip for your primary dns under ps3 network settings.

    you can find that ip easily by typing this into terminal:
    Code:
    ip route
    you'll get a response similar to this:
    192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.5 metric 1 default via 192.168.0.1 dev eth0 proto static

    it's that second ip, the one right after src (192.168.0.5 in the example)

    as long as you have charles configured properly & running, and the debian vm is running (the dns server auto-starts whenever debian is loaded), and with the ps3 using that debian vm ip for the primary dns, every game should work 100%
    my latest apps @ d0zs.tk
    Reply With Quote  

  8. #8  
    thebigmaf is offline Registered User
    Join Date
    Jan 2011
    Posts
    7
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by d0zs View Post
    i got gt5 & kz3 to work only through using a bridged connection with a virtual machine (assigns the vm to a different ip). i don't know a lot about networking, but i'm assuming the reason it doesn't work with some games using the dns server & charles (on the same computer without a vm) is because it's using the same ip. i was reading a site that made the analogy as a chicken & the egg problem. perhaps try running the dns server to a separate pc on your network.
    got GT5 working online with eth0's method

    you HAVE to use v3.2 i'm from austria using feu01 servers!

    at the moment i'm online playing GT5!
    Reply With Quote  

  9. #9  
    Bluloa's Avatar
    Bluloa is offline Member
    Join Date
    Jan 2011
    Posts
    211
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    1
    First rule of playing online with a modded console

    Dont go playing games that arent released yet!

    Expect to be banned soon as you will stick out like a sore thumb.

    Killzone 3
    Hail to the Commodore 64
    Reply With Quote  

  10. #10  
    Raverlution is offline Registered User
    Join Date
    Feb 2011
    Posts
    4
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by d0zs View Post
    have you tried doing the virtual machine method first? it's much less of a hassle as you'll only need 1 pc

    it's a lot easier than it sounds, but i'll try to sum it up:

    1) download & install vmware workstation
    2) download debian & make a new debian virtual machine using vmware workstation..just use default settings throughout the setup
    3) when you're finished installing debian, shut it down and goto edit virtual machine settings: change network adapter from NAT to bridged connection
    4) disable your firewall (otherwise the bridged connection may get disabled)
    5) start up & log in to the debian vm, then open the terminal (applications->accessories->terminal)

    6) type these commands:
    Code:
    su
    enter your root password you made during the debian install and continue with these commands (read below before entering):

    Code:
    apt-get install dnsmasq
    echo "192.168.0.2   fus01.ps3.update.playstation.net" >> /etc/hosts
    echo "192.168.0.2   auth.np.ac.playstation.net" >> /etc/hosts
    /etc/init.d/dnsmasq restart
    *change 192.168.0.2 to your computer's lan ip that's running charles

    *change fus01.ps3.update.playstation.net to whatever region you're using (fuk01.ps3.update.playstation.net for UK)

    done. now the last step is to find the ip of your debian vm and use that ip for your primary dns under ps3 network settings.

    you can find that ip easily by typing this into terminal:
    Code:
    ip route
    you'll get a response similar to this:
    192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.5 metric 1 default via 192.168.0.1 dev eth0 proto static

    it's that second ip, the one right after src (192.168.0.5 in the example)

    as long as you have charles configured properly & running, and the debian vm is running (the dns server auto-starts whenever debian is loaded), and with the ps3 using that debian vm ip for the primary dns, every game should work 100%
    Hi cant get this to work aim trying with vmware player and debian 5.0 and 6.0 but when i type the su and it asks for the password and i type live witch is the password it says account incorrect or something like that
    and if i try with ubunto its not working,
    do you have an idea??
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •