PDA

View Full Version : a connection to the server could not be reached


MattrStrikes
09-04-2006, 12:37 PM
Still getting this error trying to connect to my minilogin server.
___________
My Login Server Info:
-------------
# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
_______
My XML:
--------
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>
_________________________________

I have ports 7000-9000 open on my server
and have already added my play computers ip in my sql.
Any idea what the problem is?

Magefeu
09-04-2006, 08:56 PM
In your Config.xml file you should have a line below the login server section with :
<!-- <locked/> -->
<!-- <unlocked/> -->

you should first remove the <!-- and --> for unlocked.

Do you have the error when starting your client or your server ?

If it's your client did you correctly set the file eqhost.txt
If its your server check the logginserver.ini file