> <@rubenkelevra:matrix.org> ninesigns: NAT shoudn't be an issue, since you just want to do outbound connections... so, do you use some kind of firewall? * I've finally solved the issue by assigning random port to swarm adress: ``` "Addresses": { "Swarm": [ "/ip4/0.0.0.0/tcp/44391" <<<<<<<<< ``` What I don't understand is why does it matter at all? Is connecting to swarm peer results in dialing back for some reasons?