Page 1 of 1

Cant only connect to server from localhost

Posted: 06 Mar 2008, 19:28
by seeseekey
Hello,

i had compile tmwserv and tmw from svn. Then i connect to the server (on the same computer) an all works. But when i will connect from another machine i can't login to the game server (i think).

I can create a account and a character (the account server log verified this) and then i press connect and i see the progressbar and client connect and connect...

On the machine all firewalls and so are deactivated. It seems that i can only connect from localhost. Why? Where is the problem?

Regards seeseekey

Re: Cant only connect to server from localhost

Posted: 07 Mar 2008, 08:18
by ElvenProgrammer
seeseekey wrote:Hello,

i had compile tmwserv and tmw from svn. Then i connect to the server (on the same computer) an all works. But when i will connect from another machine i can't login to the game server (i think).

I can create a account and a character (the account server log verified this) and then i press connect and i see the progressbar and client connect and connect...

On the machine all firewalls and so are deactivated. It seems that i can only connect from localhost. Why? Where is the problem?

Regards seeseekey
<!--
The clients use this address to connect to a game server on this machine.
-->
<option name="gameServerAddress" value="localhost"/>
<option name="gameServerPort" value="9604"/>
You should replace localhost with the ip/machine name of the host running your server.

Re: Cant only connect to server from localhost

Posted: 08 Mar 2008, 08:33
by seeseekey
It's works. Thank you.