View Single Post
  #1  
Old 02-21-2014, 04:25 AM
pfev1980
Fire Beetle
 
Join Date: Feb 2014
Posts: 7
Default Issues Building a Local Server

Hey everyone, new to the forums and EQEmu, old to EQ. I'm out deployed at the moment and there are a few of us that enjoy EQ, have access to a closed network (no outside access) and would like to setup a local EQEmu site. I followed the Windows Server guide and then edited it with the LAN setup guide and am still having some issues. Basically, when I login to my client, located on the same computer as the server, I can't see any servers in the server select screen. BTW, I'm not worried about the exposed passwords or IPs as like I said, I'm on a closed network and I'll probably just change the passwords in the end.

I have a ton of information, so I'll post what I've seen others post in their cries for help:

EQEmuConfig:

<?xml version="1.0"?>
<server>
<world>
<shortname>phil</shortname>
<longname>phil</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>192.168.1.200</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5998</port>
<account>Admin</account>
<password>password</password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="192.168.1.200" port="9000" telnet="disable"/>

<!-- 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. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>192.168.1.200</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>192.168.1.200</host>
<port>7778</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>peq</db>
</database>

<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>peq</db>
</qsdatabase>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

Login.ini

[database]
host = 127.0.0.1
port = 3306
db = login
user = root
password = password
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5999
local_network = 192.168.1.200

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType

Log File login_1393021465

[Debug] [02.21.14 - 14:24:25] Logging System Init.
[Debug] [02.21.14 - 14:24:25] Config System Init.
[Debug] [02.21.14 - 14:24:25] MySQL Database Init.
[Debug] [02.21.14 - 14:24:25] Encryption Initialize.
[Debug] [02.21.14 - 14:24:25] Encryption Loaded Successfully.
[Debug] [02.21.14 - 14:24:25] Server Manager Initialize.
[Network] [02.21.14 - 14:24:25] ServerManager listening on port 5999
[Debug] [02.21.14 - 14:24:25] Client Manager Initialize.
[Network] [02.21.14 - 14:24:25] ClientManager listening on Titanium stream.
[Network] [02.21.14 - 14:24:25] ClientManager listening on SoD stream.
[Debug] [02.21.14 - 14:24:25] Server Started.
[Network] [02.21.14 - 14:26:46] New SoD client connection from 127.0.0.1:62076
[Network] [02.21.14 - 14:26:46] Application packet received from client (size 14)
[Network] [02.21.14 - 14:26:46] Session ready received from client.
[Network] [02.21.14 - 14:26:46] Application packet received from client (size 2
[Network] [02.21.14 - 14:26:46] Login received from client.
[Client] [02.21.14 - 14:26:46] User: phil
[Client] [02.21.14 - 14:26:46] Hash: 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
[Network] [02.21.14 - 14:26:51] Client disconnected from the server, removing client.
[Network] [02.21.14 - 14:26:51] New SoD client connection from 127.0.0.1:62077
[Network] [02.21.14 - 14:26:51] Application packet received from client (size 14)
[Network] [02.21.14 - 14:26:51] Session ready received from client.
[Network] [02.21.14 - 14:26:51] Application packet received from client (size 2
[Network] [02.21.14 - 14:26:51] Login received from client.
[Client] [02.21.14 - 14:26:51] User: phil
[Client] [02.21.14 - 14:26:51] Hash: e888d2bd6f13f82caa51a37c03d034c76f661ba3
[Network] [02.21.14 - 14:26:51] Application packet received from client (size 12)
[Network] [02.21.14 - 14:26:51] Server list request received from client.
[Network] [02.21.14 - 14:27:52] Application packet received from client (size 12)
[Network] [02.21.14 - 14:27:52] Server list request received from client.


Any help would be appreciated. I also have screenshots of my DB that I can share, just have to find something to host the pics.

Phil
Reply With Quote