Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created February 14, 2019 21:06
Show Gist options
  • Save rms1000watt/c6496e0ed0311baacafeaa58bc487730 to your computer and use it in GitHub Desktop.
Save rms1000watt/c6496e0ed0311baacafeaa58bc487730 to your computer and use it in GitHub Desktop.
AWS Ubuntu No DNS resolution fix
echo "supersede domain-name-servers 8.8.8.8, 9.9.9.9;" | sudo tee -a /etc/dhcp/dhclient.conf &> /dev/null
sudo ifdown eth0 && sudo ifup eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment