It would be good to post your ini files. I have a feeling that your pointing to an external world server, when it should be internal. I had the same problem you had, but have since fixed it. Here's my config files for reference. 192.168.0.1 is the server's INTERNAL address! 192.168.0.2 is the client's (where EverQuest runs) INTERNAL address! Both addresses can be obtained by typing ipconfig from a Windows command prompt or ifconfig from a Linux prompt.
=== db.ini ===
[Database]
host=localhost
user=mysql_user
password=mysql_pass
compression=off
=== LoginServer.ini ===
[LoginServer]
loginserver=192.168.0.1
loginport=5999
worldname=Joe Blow
worldaddress=192.168.0.1
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
=== MiniLoginAccounts.ini ===
192.168.0.2 someone their_pass
=== C:\program files\everquest\eqhost.txt ===
[Registration Servers]
{
"192.168.0.1:5999"
}
[Login Servers]
{
"192.168.0.1:5999"
}
=== C:\windows\hosts ===
192.168.0.1 server
192.168.0.2 workstation
You will also need to do the following:
world adduser eqemu eqemu 250
world adduser someone their_pass flag
|