Hello
I' have a problem running a server.
I'm behind a routeur so i forward the 6655 tcp port to my server (i also try to open 6655 and 6654 but same thing).
Everyone could connect FROM internet, i also play on the same machine that run the server, and the problem is that everyone report me they can do the race but they all see the others players staying on the start point, it's the same for me. finaly we can talk together when the race is finish.
any ideas ?
thx
y4nn1ck
Server Problem
Moderator: Forum Moderators
Re: Server Problem
First of all, the troubleshooting document under doc directory has lots of information.y4nn1ck wrote: I'm behind a routeur so i forward the 6655 tcp port to my server (i also try to open 6655 and 6654 but same thing).
Everyone could connect FROM internet, i also play on the same machine that run the server, and the problem is that everyone report me they can do the race but they all see the others players staying on the start point, it's the same for me. finaly we can talk together when the race is finish.
But the problem is that you also have to have UDP port open. Clients send UDP packets to a port of the same number as the TCP port to inform how they move the car. Likewise, server sends UDP packets to client to report the new car positions. It seems that both of these were blocked. If only server->client is working, players would see the server car moving but their own cars staying at one point (making very small movements but returning back). If only client->server works, server would see the clients moving and clients would see only themselves moving.
-
Guest
