Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

My friend can't login in my server

Newbie Spellweaver
Joined
Apr 20, 2013
Messages
26
Reaction score
1
I can login in both my pcs with the same internet but my friend can't login to my server and I don't know how to fix it. I use Extornia repack. In my internal.txt I used my CentOS IP. I already forwarded ports 38100-38200, turned off all firewalls/antivirus and turned off UAC.

In the console I typed "service cabal config" and i filled it like this:
Enter MSSQL server IP - my IPv4 Adress from cmd.
Enter MSSQL server User: sa
Enter MSSQL server Password: ********
Enter IP for players to connect - my IP from
http://www.whatismyip.com/

Here are my logs. View attachment Logs.zip

Thanks in advance :)










 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
[##ERROR##] fail listening 38170 port (Address already in use)



seems like your centos not connect to database.

make sure you turn off your windows firewall.
 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
[##ERROR##] fail listening 38170 port (Address already in use)



seems like your centos not connect to database.

make sure you turn off your windows firewall.

Did u even open the logs?
Database Connect success!
how u could say that is not connected with the db?...
[Sat Jan 3 2015 00:18:06.401170 3086580592]: [##ERROR##] connect 127.0.0.1:38181 fail
[Sat Jan 3 2015 00:18:06.491588 3086580592]: [##ERROR##] remoteAddr(127.0.0.1), connectRetryNum_(19,1), serverAddr(127.0.0.1:38201)
[Sat Jan 3 2015 00:18:06.491682 3086580592]: try connect 127.0.0.1:38201, Sync
[Sat Jan 3 2015 00:18:06.491877 3086580592]: sock -1 ->LinkHandler close
The problem appear cause u have not turned off firewall on ur centos.
1. Turn off firewall.
2. type that in terminal:
- chkconfig cabal off
3. Restart centos.
4. service cabal start
and everything will work.
 
Newbie Spellweaver
Joined
Apr 20, 2013
Messages
26
Reaction score
1
Thanks for the replies. I did what you said and changed some stuff and now me and my friends can play on my server. The only reason I was able to do it was your help. And I see that you help a lot of people like me and that's just awesome :))
 
Elite Diviner
Joined
Jan 3, 2014
Messages
461
Reaction score
49
Did u even open the logs?

how u could say that is not connected with the db?...

The problem appear cause u have not turned off firewall on ur centos.
1. Turn off firewall.
2. type that in terminal:
- chkconfig cabal off
3. Restart centos.
4. service cabal start
and everything will work.


yup. i open the log. centos cant conenct to database coz of firewall.
i have face this error before, and disable firewall everything work fine.
 
Back
Top