Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created April 18, 2018 09:12
Show Gist options
  • Save kmsheng/f709b9bb2f7048df298323e3806f54e1 to your computer and use it in GitHub Desktop.
Save kmsheng/f709b9bb2f7048df298323e3806f54e1 to your computer and use it in GitHub Desktop.
Ethernet interface example
# The loopback network interface
auto lo
iface lo inet loopback
auto enp4s0
allow-hotplug enp4s0
iface enp4s0 inet dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment