Skip to content

Instantly share code, notes, and snippets.

@kleo
Created November 13, 2016 15:26
Show Gist options
  • Save kleo/11d2abed65828f72f118e371d2ba5e07 to your computer and use it in GitHub Desktop.
Save kleo/11d2abed65828f72f118e371d2ba5e07 to your computer and use it in GitHub Desktop.
Raspberry Pi USB Tether
#modify interfaces file
sudo nano /etc/network/interfaces
auto usb0
allow-hotplug usb0
iface usb0 inet static
address 192.168.42.10
netmask 255.255.255.0
network 192.168.42.0
broadcast 192.168.42.255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment