View Single Post
  #6  
Old 04-08-2022, 10:51 AM
mattdef11
Fire Beetle
 
Join Date: Jul 2018
Location: Surrey
Posts: 6
Default

Quote:
Originally Posted by vsab View Post
I had the same problem, so trying remember.... Pretty sure my issue was that clients were getting redirected to 127.0.0.1 when they log in, so try setting these:-

Code:
<address>10.224.1.151</address> 
<localaddress>10.224.1.151</localaddress>
Was having the error 2017 and adding these lines (with the appropriate local IP address) into the "eqemu_config.json" file under the "loginserver" entry finally solved it!
Reply With Quote