Skip to content

Instantly share code, notes, and snippets.

@khancyr
Created January 28, 2026 18:22
Show Gist options
  • Select an option

  • Save khancyr/f0cefc243c631a26f4e555b2dd71d6e4 to your computer and use it in GitHub Desktop.

Select an option

Save khancyr/f0cefc243c631a26f4e555b2dd71d6e4 to your computer and use it in GitHub Desktop.
Jdrone
sudo iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 192.168.144.0/24 -j MASQUERADE
on the drone
and sudo ip route add 192.168.144.0/24 via 192.168.0.90 on laptop
To access the drone subnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment