By avidofood
In my Inbound Rules I’ve set these rules:
Type: Custom Protocol: TCP Portrange: 6002 for IPv4 and 6
But still if I go to https://ping.eu/port-chk/ my port is still closed!
Any ideas?
I don’t use the local firewall only the DO Cloud Firewall
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!
Accepted Answer
Hello, @avidofood
If you’re running on Ubuntu droplet you can try to open the port on ufw and then to disable it again. I had a similar issue and this helped.
sudo ufw allow 6002
sudo ufw disable
Is you’re application already listening on this port or have an active connection?
You can also test the connection using telnet:
telnet IPaddr 6002
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.