You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While internally exposed, also with DO firewall, a netfilter firewall is still blocking inbound connections. This needs to be set during the droplet bootstrap:
ufw allow 12345/tcp
Deploy and test the connectivity on a fresh instance.
telnet <IP> <PORT>
must connect.
❯ telnet 159.223.21.201 12345
Trying 159.223.21.201...
Connected to 159.223.21.201.
Escape character is '^]'.
Other information and links
The text was updated successfully, but these errors were encountered:
Issue summary
While internally exposed, also with DO firewall, a netfilter firewall is still blocking inbound connections. This needs to be set during the droplet bootstrap:
Deploy and test the connectivity on a fresh instance.
must connect.
Other information and links
The text was updated successfully, but these errors were encountered: