Report this

What is the reason for this report?

can not access my IP from the outside of the network.

Posted on March 25, 2020
mjj

By mjj

I deployed my web to my droplet, and I could access my IP. But the other guys could not access there from outside of the network…

how can I solve this problem?



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.

thank you so much all, I was wrong on the networking settings. Now I could fix the issue!

Hi there @mjj,

You need to make sure that the port that you are trying to access is open for everyone.

For example, if you are using the builtin Ubuntu firewall, you can allow access to the specific port with:

  1. sudo ufw allow 80

If you are using the DigitalOcean Cloud firewalls, you can follow the steps here on how to configure your rules:

https://www.digitalocean.com/docs/networking/firewalls/how-to/configure-rules/

Hope that this helps! 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.