Hello
For the past week i tryed to get an unity multiplayer game up and running. Mainly i just wanted to see if players are ab;le to connect to each other. I din 3 or 4 different tutorials that include UNET but i wasn’t able to connect to my server from outside.
To be more precise:
-i can connect to the server locally, i just can’t have any friend connecting to it from outside.
-my ISP doesn’t block any port(except 25 but even that can be unblocked)
-i am behind a router but i did the port forwarding(i also have an apache and mysql server home and they both work through the router)
-i also got a sample from someone from a different post. This sample runs on port 12345. I port forwarded my 12345 port in the router to my 12345 port on my local machine. The thing is that when my friend runs the sample and i have a server running he is able to detect my game but he can’t connect to it. Another strange thing is that ports open when there is an application using that specific port, but when i run my unity sample server on port 12345 it doesn’t open that port, it’s like it’s not using it
I’m in a bit of trouble here because i don’t quite understand why the connection doesn’t work.
I wuld really appreciate any help
Thanks