Page 1 of 1

Connecting to gameserver with linux issue

Posted: 02 Mar 2015, 23:42
by toplomj3r
Hi guys,

I've been trying to connect to my gameserver with manaplus on linux (ubuntu and xubuntu) entire day but everytime i get the same error message "Error,Couldn't connect to remote host".

The thing is that I CAN connect to my server with my other computers (OSX and W7) but only linux has the issue.
All computers are in same wireless network so firewalling and blocking ports is not an issue.
I'm running out of ideas what could I do to make linux successfully connect without prompting error.


Does anyone have a clue what could I do to fix this ?

Re: Connecting to gameserver with linux issue

Posted: 03 Mar 2015, 00:06
by gumi
Hm, I have had that exact same problem but I do not remember how I solve it.
The problem is not linux-related, it is because you try to connect to the server from the server.

My suggestion:
uncomment "allow" in /login/conf/login_athena.conf

If it doesn't work, change "display_parse_login" to "yes" to see debug information

Re: Connecting to gameserver with linux issue

Posted: 03 Mar 2015, 09:36
by toplomj3r
meko wrote:
If it doesn't work, change "display_parse_login" to "yes" to see debug information
Debug info as you refer it should be in login/log/login.log ?

Also I tried what you proposed but no luck.
Player autentication is ok but after that something brakes as you can se below.

2015-03-03 09:31:32.377: Sending of the server version (ip: XXX)
2015-03-03 09:31:39.740: Request for connection (non encryption mode) of tester (ip: XXX).
2015-03-03 09:31:39.740: Authentification accepted (account: tester (id: 2000010), ip: XXX)

I think the problem happens when server needs to retrieve users charachters and connect credentials with user account.

Re: Connecting to gameserver with linux issue

Posted: 03 Mar 2015, 19:38
by AnonDuck
Have you tried connecting to it with the ip 127.0.0.1?
Also check the little box in mana+ that says same IP for all servers.

Re: Connecting to gameserver with linux issue

Posted: 04 Mar 2015, 13:58
by toplomj3r
MadCamel wrote: Also check the little box in mana+ that says same IP for all servers.
This solved issue for the moment. Tnx a lot.