Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created February 25, 2019 20:38
Show Gist options
  • Save mustmodify/ffa9b4b4119e9d871d84f1673d9f1808 to your computer and use it in GitHub Desktop.
Save mustmodify/ffa9b4b4119e9d871d84f1673d9f1808 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
dns-nameservers 8.8.8.8 8.8.4.4 1.1.1.1
# The primary network interface
auto enp2s0
iface enp2s0 inet dhcp
dns-nameservers 8.8.8.8 8.8.4.4 1.1.1.1
auto enp3s0
iface enp3s0 inet dhcp
dns-nameservers 8.8.8.8 8.8.4.4 1.1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment