Skip to content

Instantly share code, notes, and snippets.

@ffflorian
Last active August 29, 2015 14:20
Show Gist options
  • Save ffflorian/9bbf9bd725a90f5e1650 to your computer and use it in GitHub Desktop.
Save ffflorian/9bbf9bd725a90f5e1650 to your computer and use it in GitHub Desktop.
/etc/network/interfaces – VirtualBox with two adapters
# 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
# Host-only interface
auto eth0
iface eth0 inet dhcp
#NAT interface
auto eth1
iface eth1 inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment