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
Cant only connect to server from localhost
- ElvenProgrammer
- Founder
- Posts: 2526
- Joined: 13 Apr 2004, 19:11
- Location: Italy
- Contact:
Re: Cant only connect to server from localhost
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
You should replace localhost with the ip/machine name of the host running your server.<!--
The clients use this address to connect to a game server on this machine.
-->
<option name="gameServerAddress" value="localhost"/>
<option name="gameServerPort" value="9604"/>
Re: Cant only connect to server from localhost
It's works. Thank you.