View Single Post
  #32  
Old 01-24-2017, 02:06 PM
Durinor
Sarnak
 
Join Date: May 2010
Posts: 37
Default

Definitely seems to be the local_network setting. When the server is on 172.x, and the client is on 192.x, then I need to have the local_network setting reflect the network prefix of the client network, not the server's local network.

See below from my current login.ini:

[database]
host = 172.16.210.11
port = 3306
db = peq
user = root
password = eqemu
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.0.
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
Reply With Quote