Skip to content

Instantly share code, notes, and snippets.

@aebian
Created May 27, 2019 22:18
Show Gist options
  • Save aebian/1f3e0724cf942547100ec9fe8db72549 to your computer and use it in GitHub Desktop.
Save aebian/1f3e0724cf942547100ec9fe8db72549 to your computer and use it in GitHub Desktop.
# 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
allow-hotplug eth0
allow-hotplug eth1
iface eth0 inet dhcp
iface eth1 inet dhcp ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment