View Single Post
  #1  
Old 07-01-2007, 03:12 AM
Amio
Fire Beetle
 
Join Date: Jun 2007
Posts: 3
Default Timeout error. Tried other solutions. Information inside.

I set up the minilogin correctly (everything in the guide says i did it right, down to what the cmd prompt would say). I just can't get connected in EQ because i keep getting timeout errors.

I read in a previous post that deleting the second ] that was placed in eqhost fixed it, but doing that for me did nothing. I did get the public server working correctly, but I wanted to do a private LAN server so I am trying this.

Is there anything you see in the above files thats placed wrong? Below is also a SS of the 3 cmd windows to show what is being done with the server.

My eqemu-config says:

Code:
<?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>192.168.1.XXX</address> 
<localaddress>127.0.0.1</localaddress> 
<!-- Loginserver information. --> 
<loginserver> 
<host>192.168.1.XXX</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>root</username> 
<password>wolfj3eee</password> 
<db>peq</db> 
</database> 
</server>
Loginserver says

Code:
[LoginServer] 
loginserver=192.168.1.XXX
loginport=5999 
worldname=my minilogin
worldaddress=192.168.1.XXX
locked=false 
account= 
password= 

[WorldServer] 
Defaultstatus= 
Unavailzone= 

[ChatChannelServer] 
worldshortname= 
chataddress= 
chatport= 

[LoginConfig]
ServerMode=MiniLogin 
ServerPort=5999
and eqhost says
Code:
[LoginServer]

Host=192.168.1.XXX:5999

[LoginServer]
Host=xp-smitchell:7308
Host1=



(I hid the last 3 of my IP for security, the last 3 do match on all areas.)
Reply With Quote