Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Last active November 13, 2022 00:14
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 joseluisq/f673697af5a0df6fc6b1a82cbcf18b51 to your computer and use it in GitHub Desktop.
Save joseluisq/f673697af5a0df6fc6b1a82cbcf18b51 to your computer and use it in GitHub Desktop.
Alpine Linux auto Ethernet Configuration - /etc/network/interfaces https://wiki.alpinelinux.org/wiki/Configure_Networking
auto eth0
iface lo inet loopback
iface eth0 inet dhcp
@joseluisq
Copy link
Author

/etc/init.d/networking restart to apply changes.

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