Hey!
So I am new to networking and decided to use new UNET system but I am having difficulties establishing connection. So here’s what I did:
I have separate headless linux build as my dedicated server, which is hosted on my cloud server on OPENED port 3000.
I have client which connects to my server via domain name, or IP (both don’t work), on port 3000. It starts connecting but then after a while of waiting I get timeout…
Both server and client are verified, and work in localhost, also I managed to host on windows (with router forwarded ports) and friend was able to join from his house without a problem. So now I am wondering what can be possibly wrong here? Or maybe I have not opened my ports on cloud server correctly? (I have tested with simple nodejs server and it was okay)…Please some advices on what can I do…Thanks!