I have several droplets and with curl i can connect to a specific url. But on 1 droplet its not possible i get this error:
curl -vv #example_url
How can i clear/fix this DNS cache problem? Firewall is disabled.
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @matthijsd7af445
If the command returns no output then the service is not running at the moment. Could you please try to restart the service which is also running fine on the other droplets and try again? I assume you have a web server like Tomcat running on this port.
Let me know how it goes.
Regards, Alex
I tried a reboot the droplet.
For your knowledge: i do the curl command on the droplet. I have also 3 other droplets and there it works fine. Only on this droplet i get this. It’s the oldest one with ubuntu 14 on it.
netstat -plunta | grep 8088 gives no output.
Hello, @matthijsd7af445
If you’re not able to connect to the IP address as well using curl this might not be a DNS issue. Have you tried rebooting the droplet? Also have you tried to connect using alternative network/device as well? Can you check if currently port 8088 is open and the rescpetive service is listening on it? You can do that by executing this command from the droplet.
Let me know how it goes
Regards, Alex