Last active
August 23, 2018 12:51
-
-
Save martinrusev/aa9d09a1f8bd6d6c07ea9aa4799d3f78 to your computer and use it in GitHub Desktop.
network_fixes_ubuntu.sh
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
sudo dpkg-reconfigure network-manager | |
sudo dhclient ens33 | |
ip address show |
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
cat /etc/network/interfaces | |
# interfaces(5) file used by ifup(8) and ifdown(8) | |
auto lo | |
iface lo inet loopback | |
auto ens33 | |
iface ens33 inet dhcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment