stooged / PI-Pwn

pppwn
447 stars 83 forks source link

Remote Package Sender #38

Closed Akirainblack closed 4 months ago

Akirainblack commented 4 months ago

Hello, I use remote package sender/remote package installer to install pkg. https://github.com/flatz/ps4_remote_pkg_installer However it isn't currently working with the pass through from my Pi to the PS4. I can access the internet on the PS4 but can't send packages to it. Is this something you might consider fixing, please?

Thank you,

waterfallm commented 4 months ago

should just be a case of passing through port 12800 to the PS4 and readme update to let people know to use the PI ip and not the PS4

waterfallm commented 4 months ago

@stooged I'm happy to raise PR if you can give me perms.

waterfallm commented 4 months ago

@Akirainblack maybe running the command manually on PI will also work

sudo iptables -t nat -I PREROUTING -p tcp --dport 12800 -j DNAT --to 192.168.2.2:12800

Akirainblack commented 4 months ago

@waterfallm just tried that now. Worked PERFECTLY, thank you!

Will it persist through a reboot?

stooged commented 4 months ago

added routing table for it