Hello Support Team,
I am experiencing an issue accessing a specific port in my ubuntu Droplet (8069: tcp). I checked on ubuntu host, the firewall is disabled. I can access the port when I am connected locally either from Firefox or using telnet, but not from outside.
Can you please check from your end where this traffic gets blocked?
FYI, it used to work before and until now I can access other ports from outside (22, 443, 80,…). I’ve also checked if my droplet is listening on this port using netstat and it’s the case.
Best Regards
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, @infobe73b25b458e55ecf3c56d
What happens you try to connect to the port (externally) using telnet?
telnet Dropet-Ip-Address Port
e.g
telnet 1.1.1.1 80
You can also use nmap to see which ports are open on your droplet:
nmap 1.1.1.1
If you’ve made any recent changes to your Firewall configuration, perhaps the port is not open for external connections.
If you’re running UFW (you can check it with)
sudo ufw status
You can open a specific port using this command:
sudo ufw allow 22/tcp
Hope this helps!
Regards, Alex
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.