Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

problems connecting to server via LAN

aio

New member
I have followed this guide to set up a 1.1.02.0 Server which worked very well aside from one or two hickups.

Now I wanted to try to connect to the server form a different PC so I can play in my local network.
By changing the IP in this line of the configuration of the auth server to my servers LAN-IP:
<auth ip="192.168.1.103" port="9317" timeout="30000"/>
and changing the external host of the frontend to my servers LAN-IP:
<frontEnd externalHost="192.168.1.103" ip="127.0.0.1" port="9322" timeout="60000"/>
I got to the "Server Selection" where I could select "trunk_local" but every time I try to select the server the client gets stuck at
"Game Server: Connecting to host: 192.168.1.103, port [9322-9325]" (the port changes every time I restart the server)

Apparently I am missing some part of the frontend-configuration since the ports belong to the frontends but I am not sure what.
Could anyone please help me to figure this out?

Any help would be much appreciated.
 
Back
Top