View Single Post
  #7  
Old 06-27-2019, 07:34 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

If you are wishing to connect to your own private login server, from outside connections, you need get your external IP in there, (the one your ISP assigns you). If your ISP gives dynamic IP's that may change from time to time, it can be a pita, which you can get around by using a service like dyndns.

Code:
"world" : {
               "address" : "xxx.xxx.xxx.xxx",  <--- external IPv4 address (not lan or local)
	       "localaddress" : "192.168.1.167",
In your login.ini file :

Code:
local_network = 192.168.1. (leave the period, but exclude the last octet)
__________________
Hanging out at Antonica.World
Reply With Quote