Report this

What is the reason for this report?

Cannot ping newly created droplet, but ssh and browsing to the IP address work. Firewall is disabled

Posted on July 31, 2019

Hi All,

I have the same issue described here https://www.digitalocean.com/community/questions/scp-fails-while-ssh-works

Any suggestions? The droplet was created using the LAMP image from the marketplace, and UFW is disabled.



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.
0

Hello,

I tried recreating this at my end and indeed once you deploy the LAMP image from the marketplace you can not ping it. But once I’ve disabled the UFW I was able to ping it.

Can you run the following commands and provide me with the output:

  • First check the UFW status:
ufw status
  • Then disable the firewall
ufw disable
  • Then check te status again and make sure that it is inactive:
ufw status

Regarding the scp and the rsync commands, they run over ssh so if you are able to ssh there should be no reason not to be able to use the commands. Can you share the exact commands that you are using and the output that you get?

Regards, Bobby

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.