Hi guys. I've set up a server to play across my LAN with the ultimate goal of offline-only play. I used
Vales Wiki guide and followed it to the letter. The server starts up but I can't get in to the game.
From the server computer, I can log in but the server list is empty. From the other two computers I can't even log in (cannot connect to server error). I'm sure it's a setting somewhere that I've missed and would like your help.
EQ version: Titanium (legit copies I had from when I played on Live)
OS: Win XP (all three comps)
Server: EQEmu-Rev1612-Bots
DB: PEQ Rev 1589 (both DB and Quests)
IPs of comps (192.168.x.x): Server - 0.198, clients 0.199 and 0.197
eqemu-config.xml
Code:
<server>
<world>
<shortname>timewaster</shortname>
<longname>The Time Waster</longname>
<!-- address has to be specified for minilogin to work -->
<address>192.168.0.198</address>
<localaddress>192.168.0.198</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.198</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are show -->
<tcp ip="192.168.0.198" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>longalphanumericstring</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>mypass</password>
<db>peq</db>
</database>
</server>
eqemulogin.ini
Code:
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=peqlogindb
DatabaseUserName=root
DatabaseUserPassword=mypass
OPCodePathAndFileName=login_opcodes.conf
EQhost.txt on all three computers
Code:
[LoginServer]
Host=192.168.0.198:5998
Any help is appreciated. I've been pouring through the wiki and forums for two days now, changing settings trying various workarounds. Obviously nothing has worked yet so I'm asking for help.