Skip to content

Instantly share code, notes, and snippets.

@two-dogs
Created May 23, 2018 06:28
Show Gist options
  • Save two-dogs/3f55ab727f78fa49a931a75ae651676c to your computer and use it in GitHub Desktop.
Save two-dogs/3f55ab727f78fa49a931a75ae651676c to your computer and use it in GitHub Desktop.
interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet dhcp
@two-dogs
Copy link
Author

interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto ens32
iface ens32 inet dhcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment