Skip to content

Instantly share code, notes, and snippets.

@jesseflorig
Created February 6, 2023 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseflorig/e50371d21396987b4e42b0206655040e to your computer and use it in GitHub Desktop.
Save jesseflorig/e50371d21396987b4e42b0206655040e to your computer and use it in GitHub Desktop.

Personal Device Setup

Windows

route ADD 192.168.10.54 MASK 255.255.255.255 192.168.0.248

Linux

sudo ip route add 192.168.10.54/32 via 192.168.0.248

MacOS

sudo route -n add -net 192.168.10.54/32 192.168.0.248

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