I created a droplet to host the Bitcoin testnet node, for reasons I don’t know I can’t connect outside of the droplet. I am able to connect within the droplet, but whenever I try connecting outside of the droplet the connection always timeout.
I have updated the firewall to allow traffic from anywhere and even from my device IP address but all to no avail.
Is there anything I am missing out in my configuration?
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
18333 ALLOW IN Anywhere
18333/tcp ALLOW IN Anywhere
22/tcp ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
80 on eth0 ALLOW IN Anywhere
18333 on eth0 ALLOW IN Anywhere
18332 ALLOW IN Anywhere
Anywhere ALLOW IN 1x2.xx.xxx.2x2
18333 (v6) ALLOW IN Anywhere (v6)
18333/tcp (v6) ALLOW IN Anywhere (v6)
22/tcp (v6) ALLOW IN Anywhere (v6)
80/tcp (v6) ALLOW IN Anywhere (v6)
443/tcp (v6) ALLOW IN Anywhere (v6)
80 (v6) on eth0 ALLOW IN Anywhere (v6)
18333 (v6) on eth0 ALLOW IN Anywhere (v6)
18332 (v6) ALLOW IN Anywhere (v6)
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!
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.
Hi @toshmanuel,
The best way to see if the problem is from your firewall is to disable it for a minute and try to connect to an outside source. If it works then you know it’s from your firewall, if you still can’t connect then the problem would be somewhere else.