Question

My Droplet's IP Address Was Inaccessible Suddenly Last Night

Last night 8/30/22 around 11:40pm I received notification that my IP address for my server could not be reached. Any network or device I tried received an “ERR_CONNECTION_TIMED_OUT” error when attempting to connect to the assigned domain or straight IP address.

Looking at my Digital Ocean account, this droplet in question showed to be online and running properly and was accessible through the recovery console. No changes had been made that would take down the public IP address like this. Though I did check and do -

DNS Settings,

Nginx settings,

Rebooted the entire server via command prompt,

Rebooted droplet via Digital Ocean shutdown command,

Checked Fail2Ban, restarted, stopped, etc.

I was about to attempt more in depth troubleshooting as none of these resets seemed to make a different. And had made no adjustments to my Nginx settings or anything else when suddenly the public IP came back online about an hour and a half after it went down. What happened??

It appears I did nothing that actually fixed the outage on our public IP for this droplet, as it was still down after every reboot and restarted program. And there are no leads in the error logs I can tell of that caused the public IP address to suddenly be inaccessible.

The public IP address for this droplet is an auto-assigned one and not reserved.

I’m running Debian 8.10 and have had this server running for almost 3 years straight without error.

Is this an issue with my droplet? Some kind of a IP address update Digital Ocean performed last night? Are reserved IP addresses more dependable?

Any insight into this would be much appreciated, thank you!


Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
September 1, 2022

Hello @andrewaseal

I’ll recommend checking the status of Nginx once you’ve restarted the service.

Additionally, if there was a recent package update there might be some updated dependency which is causing the issue.

Examining the server logs (Nginx/access logs) should give you more detailed information about the issue.

If you’re running any Firewall configuration management like iptables you can try to temporary disable it and check if the problem remains.

Regards

KFSys
Site Moderator
Site Moderator badge
September 1, 2022

Hi @andrewaseal,

Usually, when you receive such an error it’s because some service is down, like Nginx. It’s weird if you restarted all services and the issue still persisted.

What I’ll recommend is to check your Nginx logs to see if you can spot the error there.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up