Report this

What is the reason for this report?

wget --verbose http://myserviceip:80 works fine, but times out if called from outside droplet

Posted on May 31, 2018
 wget --verbose http://myip:80

–2018-05-31 20:42:39-- http://myip/ Connecting to myip:80… connected. HTTP request sent, awaiting response… 200 OK Length: 11321 (11K) [text/html] Saving to: ‘index.html’

index.html 100%[=====================================================================================>] 11.06K --.-KB/s in 0s

2018-05-31 20:42:39 (303 MB/s) - ‘index.html’ saved [11321/11321]

Access.log does not change with outside connection attempts

Error.log has the following register in the last line (not sure if of any use)

2018/05/31 20:21:38 [emerg] 1814#1814: still could not bind() 2018/05/31 20:37:06 [notice] 2714#2714: signal process started

Anyone? Thank you!



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.

Hello,

This sounds like a problem with your firewall. I would recommend taking a look at this tutorial on how to work with the default Ubuntu firewall:

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-18-04

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.