Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created August 20, 2012 21:24
Show Gist options
  • Save arkadius/3408040 to your computer and use it in GitHub Desktop.
Save arkadius/3408040 to your computer and use it in GitHub Desktop.
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
up ip link set $IFACE promisc on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment