Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Using route table connect network if the network have more one default route del route table Ex: with the route -n command you’ll obtain
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 160.98.123.1 0.0.0.0 UG 600 0 0 wlan0
sudo route del -net 0.0.0.0 gw 192.168.178.1 netmask 0.0.0.0 dev eth0
Or
sudo ip route add 160.98.123.1/24 via 10.0.0.101 dev wlan0
Is this just happening or a problem from yesterday? Because there has been many problems with the Google DNS in the past couple of days, which is the default configured DNS on droplets. You can manually modify the DNS to something else with this guide: https://www.digitalocean.com/community/questions/how-do-i-switch-my-dns-resolvers-away-from-google