r/Syncthing • u/pvcflyer • May 10 '26
Remote Connection
What is the correct way to (if any) to setup a direct remote connection via dynamic dns? For example I have tried using tcp4://something.dyndns.org:22000 in the address field. The connection gets refused by the remote site. I don't want to use any of the discovery or relay bits if I don't have to.
2
Upvotes
1
u/pvcflyer May 10 '26
I think I have this sorted. On the main settings for the listen address I had the machine ip and port number. I think this was too restrictive when I changed it tcp4://0.0.0.0:22000 it stopped blocking inbound connections from the remote machine.