Last active
November 13, 2022 00:14
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto eth0 | |
iface lo inet loopback | |
iface eth0 inet dhcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/etc/init.d/networking restart
to apply changes.