Skip to content

Instantly share code, notes, and snippets.

@rstarmer
Created August 13, 2016 00:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rstarmer/83d758ee739ed901e03ba5bb5049c18c to your computer and use it in GitHub Desktop.
Save rstarmer/83d758ee739ed901e03ba5bb5049c18c to your computer and use it in GitHub Desktop.
Ubuntu 16.04.1 "default" DHCP based network interfaces file for 3 networks in a Virtualbox environment
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp0s3
iface enp0s3 inet dhcp
# Interface 2
auto enp0s8
iface enp0s8 inet dhcp
# Interface 3
auto enp0s9
iface enp0s9 inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment