Skip to content

Instantly share code, notes, and snippets.

@BitesizedLion
Created October 13, 2024 11:34
Show Gist options
  • Save BitesizedLion/0b0619651dff30522200e959127464de to your computer and use it in GitHub Desktop.
Save BitesizedLion/0b0619651dff30522200e959127464de to your computer and use it in GitHub Desktop.
Forward arRPC from Parsec (Tailscale) to Laptop

ADD

netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=1337 connectaddress=100.109.41.112 connectport=1337

REMOVE

netsh interface portproxy delete v4tov4 listenaddress=127.0.0.1 listenport=1337

@BitesizedLion
Copy link
Author

BitesizedLion commented Oct 13, 2024

Run arRPC server on Parsec, run netsh command on Laptop (change ip (100.109.41.112 ) if needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment