Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N
02-24-2023, 02:46 AM (This post was last modified: 03-23-2023 10:30 AM by onelight.)
Post: #1
PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N
Required on a router which support zerotier/N2N
Openwrt router is recommended

Required install PRO Online Client in your PSP/PSV

After join zerotier network or N2N network
configure router firewall and add this to you router firewall rules

Code:
iptables -I FORWARD -i ztfp6deq25 -j ACCEPT
iptables -I FORWARD -o ztfp6deq25 -j ACCEPT
iptables -t nat -I POSTROUTING -o ztfp6deq25 -j MASQUERADE

iptables -t nat -A POSTROUTING -s 172.27.0.0/16  -d 172.27.0.0/16 -j SNAT --to-source 192.168.1.153

change ztfp6deq25 to your zerotier/N2N adapter
172.27.0.0/16 to your network segment
192.168.1.153 to your PSP/PSVita IP

https://www.youtube.com/watch?v=ykPs9SwKPS0
Find all posts by this user
Quote this message in a reply
02-25-2023, 08:53 AM (This post was last modified: 02-25-2023 08:54 AM by AdamN.)
Post: #2
RE: PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N
Other than OpenWRT, DDWRT and LEDE based routers should works too.

My Modified PPSSPP :
==============
Win32&64: https://www.dropbox.com/s/2t3mtdhb0f045cn/PPSSPP_1.11-testbuild_Win32x64.zip?dl=0
Android(ARMv7): https://www.dropbox.com/s/b41bm43mtn1gpnn/PPSSPP_1.11-testbuild_ARMv7.apk?dl=0
Find all posts by this user
Quote this message in a reply
08-14-2023, 05:56 AM
Post: #3
RE: PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N
Thank you for providing the necessary steps to configure the router firewall for zerotier/N2N network. I will make sure to follow these instructions and customize the code according to my specific setup.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: