The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





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
Post Reply 


Messages In This Thread
PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N - onelight - 02-24-2023 02:46 AM

Forum Jump: