ChainSafe / ChainSafe/forest-iac

forest nodes are unreachable over p2p

Open
#456 0 comments 0 reactions 0 assignees View on GitHub
Type: Bug
Dominant language
Ruby
Stars
11
Forks
6
Avg merge
4h 52m
Merged PRs (30d)
3

Description

**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](https://github.com/ChainSafe/forest-iac/blob/main/tf-managed/modules/forest-droplet/bootstrap.bash.tftpl):

```
ufw allow 12345/tcp
```

Deploy and test the connectivity on a fresh instance.
```
telnet
```
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**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.