Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Last active August 23, 2018 12:51
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 martinrusev/aa9d09a1f8bd6d6c07ea9aa4799d3f78 to your computer and use it in GitHub Desktop.
Save martinrusev/aa9d09a1f8bd6d6c07ea9aa4799d3f78 to your computer and use it in GitHub Desktop.
network_fixes_ubuntu.sh
sudo dpkg-reconfigure network-manager
sudo dhclient ens33
ip address show
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