In login.ini:
Code:
[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 = 192.168.1.112
Change local_network to:
Code:
local_network = 192.168.1.
Just remove the 112 and leave the dot.
That was telling your login server to listen for specific traffic at '1.112' instead of the '1.x' subnet.
Post back if you're still having issues.
EDIT: You probably want to enable and set this to the same address as your local as well:
Code:
<!-- <address>some.server.com</address> -->