View Single Post
  #14  
Old 05-02-2019, 05:32 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Michelle-Bishop View Post
I don't understand what I am doing wrong...

Code:
----------------------
Here's the login.ini
-----------------------
[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 = 10.0.0.100    <<<<<<<<<<<<<<<<<<<<<<<< 10.0.0.
auto_create_accounts = TRUE
As I mentioned before,

Quote:
Originally Posted by Huppy View Post
In your login.ini the following 2 lines should look like this - (leave the "1" off the end of local_network IP)
listen_port = 5998
local_network = 127.0.0.
Reply With Quote