View Single Post
  #9  
Old 02-24-2012, 03:31 AM
Sourdough35
Hill Giant
 
Join Date: Nov 2004
Posts: 126
Default

Still no go

eqemu_config

<!-- address has to be specified for minilogin to work -->
<address>xx.x.xx.xxx</address>
<localaddress>192.168.1.100</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.100</host>
<port>5998</port>
<account>Admin</account>
<password>Password</password>
</loginserver>


login.ini

[database]
host = localhost
port = 3306
db = PEQLoginDB
user = xxxx
password = xxxxxxxx
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 = 5998
local_network = 127.0.0.1

[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


eqhost points to xx.x.xx.xxx:5998

Should I not be trying this from within my lan? Does it only work from an outside computer?
Reply With Quote