Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Created August 9, 2015 02:06
Show Gist options
  • Save OrangeCrush/c4d63b9bd007c500272c to your computer and use it in GitHub Desktop.
Save OrangeCrush/c4d63b9bd007c500272c to your computer and use it in GitHub Desktop.
How to use a belkin two way usb adapter
1) Plug it in
2) ifconfig -a (note the new usb[0-9]+ interface)
3) on each computer
ip link set up usb0
ip addr add 10.10.10.[0-9] dev usb0
ip route add 10.10.0.0/16 dev usb0
4) ping to verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment