Results 1 to 2 of 2
  1. #1

    Default Connecting through the phone (VPN)

    Has anyone here tried connecting to PSO2 using a VPN from a phone (namely [rooted] android phones) to a vita?

  2. #2
    Skilled Fighter
    Join Date
    Jan 2009
    Location
    Columbus OH
    Posts
    480

    Default

    it works. i used hotspot shield from google playstore(not free for Japan VPN) and created a shell script on the phone with the following.

    iptables --flush
    iptables -A POSTROUTING -o tun0 -j MASQUARADE -t nat
    iptables -A FORWARD -i tun0 -o wlan0 -m state --state RELATED,ESTABLISHED -j RETURN
    iptables -A FORWARD -i wlan0 -o tun0 -m state --state INVALID -j DROP
    iptables -A FORWARD -i wlan0 -o tun0 -j RETURN
    Last edited by aduran; Oct 1, 2014 at 01:45 AM.

Similar Threads

  1. GC: connecting through the website ???
    By Spectre-Fox in forum Tech Support
    Replies: 1
    Last Post: Mar 3, 2004, 01:46 PM
  2. Problem connecting through a small LAN
    By neko-chan in forum Tech Support
    Replies: 15
    Last Post: Nov 1, 2002, 10:31 AM
  3. using the my cpu internet connection for the dreamcast quest
    By bigsexyredskin in forum PSO General
    Replies: 2
    Last Post: Mar 28, 2001, 04:12 PM
  4. Replies: 3
    Last Post: Mar 20, 2001, 11:25 PM
  5. Replies: 10
    Last Post: Mar 6, 2001, 01:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •