Question

Cloue Firewall: How to open port 6002 for Websockets?

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


Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
October 17, 2019
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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel