View Single Post
  #8  
Old 11-02-2018, 06:25 PM
prestanneth
Fire Beetle
 
Join Date: Jul 2015
Posts: 25
Default

not sure your status based on last comment but some notes here:

All of your config's ips are local, if you want the server to be also public you need to tell the world where you are.
( primarily setting the ips based on your "internet" world address. )

you also have a mixture of 127.0.0.1, "localhost" and 192.168.0.10
suggest to use just the actual 192.168.0.10 to keep it clean.

( The only ip that should be 192.168.0.10 is the databases ".host" )

https://www.myglobalip.com/
that is your internet address to use.


look through the sample i posted initially, your missing the "address", set this to internet address so loginserver1 (eqemulator) login knows where you are.

in .json
Everywhere I've wrote 10.1.1.176 that's equal to your 192.168.0.10
Everywhere I've wrote 136.147.168.2 that's equal to your internet address

in .ini
world_trace = FALSE #<-- is this the issue???
NO
but suggest to change
local_network = 192.168.0.10 to your world address and leave off the last number per example, otherwise i doubt even your lan would work let alone wan.
example: 123.456.789. <-- no last number otherwise it would be specific to 1 pc , not lan/wan.
Reply With Quote