Skip to content

Instantly share code, notes, and snippets.

@pierot
Created January 23, 2014 21:34
Show Gist options
  • Select an option

  • Save pierot/8587276 to your computer and use it in GitHub Desktop.

Select an option

Save pierot/8587276 to your computer and use it in GitHub Desktop.
auto lo iface
lo inet loopback
auto eth0 iface
eth0 inet dhcp
@pierot
Copy link
Author

pierot commented Jan 23, 2014

auto lo
iface lo inet loopback

allow-hotplug wlan0
iface wlan0 inet static
address 10.10.0.1
netmask 255.255.255.0

auto eth0
iface eth0 inet dhcp

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