mir-ethernity / mir-eternal

197 stars 135 forks source link

IP: x.x.x.x Info: Logged tickets do not exist. #208

Closed liutongechao closed 1 year ago

liutongechao commented 1 year ago

Hi, I encountered the above issue. I added a serverfile in the account server directory and a ServerCfg.txt file in the launcher directory. I can successfully log in, but when trying to enter the game, connection failed and I saw this error in the game server console. BTW, it happened on the remote server but local deployment is fine.

liutongechao commented 1 year ago

When I opened all server ports, the game worked fine. Previously, I only opened port 7000 UDP and port 8701 TCP. Did I miss other ports?

bernatvadell commented 1 year ago

In the README.md you find a diagram of the communications and ports that are used.

As you indicate, you should only open ports 8701 and 7000, the rest are for internal communication.

What could be happening, is that you have set the public IP instead of the internal IP.

image