View Single Post
  #15  
Old 08-09-2019, 08:04 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

There are a couple of things in the "login server" setup that probably need to be changed...


In login.ini:
Code:
local_network = 192.168.197.129
should be
Code:
local_network = 192.168.197.
In eqemu_config.json, add:
Code:
          "world" : {
               "localaddress" : "192.168.197.129",

Those, obviously, need to be derived from your actual LAN IP address.


Are you guys trying to make a local LAN-only server?
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote