Quantcast
Channel: forums.PPSSPP.org - Ad-Hoc Multiplayer
Viewing all articles
Browse latest Browse all 676

PPSSPP to PSP/PSVita Multiplayer with zeroteir/N2N

$
0
0
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
onfigure router firewall and add this to you router firewall rules

Code:
iptables -I FORWARD -i ztfp6deq25 -j ACCEPT
iptables -| 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

Viewing all articles
Browse latest Browse all 676

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>