Skip to content

Instantly share code, notes, and snippets.

@r3dsm0k3
Created March 21, 2015 18:35
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 r3dsm0k3/b9bbddd24a5cd4ea4d3a to your computer and use it in GitHub Desktop.
Save r3dsm0k3/b9bbddd24a5cd4ea4d3a to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet manual
metric 0
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
iface eth0 inet static
metric 10
address 172.16.1.101
netmask 255.255.255.0
gateway 172.16.1.1
network 172.16.1.0
broadcast 172.16.1.255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment