Cant only connect to server from localhost

Ask for help regarding any technical issue or report any bug or OS independent issues.


Post Reply
seeseekey
Peon
Peon
Posts: 21
Joined: 23 Aug 2007, 17:07
Contact:

Cant only connect to server from localhost

Post 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
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: Cant only connect to server from localhost

Post 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.
seeseekey
Peon
Peon
Posts: 21
Joined: 23 Aug 2007, 17:07
Contact:

Re: Cant only connect to server from localhost

Post by seeseekey »

It's works. Thank you.
Post Reply