Skip to content

Instantly share code, notes, and snippets.

@raku-cat
Created May 23, 2018 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raku-cat/c46bfeec7338b59e6dc9a5a19dcdc752 to your computer and use it in GitHub Desktop.
Save raku-cat/c46bfeec7338b59e6dc9a5a19dcdc752 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/*
auto eth1
allow-hotplug eth1
iface eth1 inet dhcp
iface eth1 inet6 dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment