Skip to content

Instantly share code, notes, and snippets.

@robinwl
Created December 25, 2014 18:16
Show Gist options
  • Save robinwl/bb93d4198859ba19ec63 to your computer and use it in GitHub Desktop.
Save robinwl/bb93d4198859ba19ec63 to your computer and use it in GitHub Desktop.
Ubuntu network interfaces virtualbox
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
pre-up sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment