Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forest nodes are unreachable over p2p #456

Open
LesnyRumcajs opened this issue Jun 27, 2024 · 0 comments
Open

forest nodes are unreachable over p2p #456

LesnyRumcajs opened this issue Jun 27, 2024 · 0 comments
Labels
Type: Bug Added to issues and PRs if they are addressing a bug

Comments

@LesnyRumcajs
Copy link
Member

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:

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

@LesnyRumcajs LesnyRumcajs added the Type: Bug Added to issues and PRs if they are addressing a bug label Oct 3, 2024
@LesnyRumcajs LesnyRumcajs moved this from New to Ready in Forest Backlog 🌲 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Added to issues and PRs if they are addressing a bug
Projects
Status: Ready
Development

No branches or pull requests

1 participant