View Single Post
  #6  
Old 09-21-2014, 02:56 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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> -->
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 09-21-2014 at 03:02 PM..
Reply With Quote