Connect to my droplet only using the console. I cant not ping my public ip.
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!
Hello,
I’m guessing the UFW firewall is enabled and is blocking the request. Could you please try adding this rule?
ufw allow from YOUR_IP_ADDRESS
ufw disable
ufw enable
You can get your networks IP address by clicking this link. https://www.google.com/search?q=current+IP+address&ie=utf-8&oe=utf-8
Hope it helps, thanks.
Hi there,
Connect to the server via the console from your droplet dashboard, then try to disable UFW or run the command below to flush the firewall rules:
iptables -F
I had a similar issue. Turns out you have to enable ICMP for your Inbound Rules on your Droplet’s Networking page.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.