Thread: Login Support
View Single Post
  #5  
Old 03-11-2017, 01:59 AM
jshows1
Sarnak
 
Join Date: Jun 2009
Location: Baton Rouge,LA
Posts: 79
Default

Quote:
Originally Posted by ZombieSoul View Post
I had a problem when I first was installing - the installer doesn't have the <address> tag in the config, it was needed for others outside my network to reach my server.
Code:
<server>
	<world>
		<shortname>servername</shortname>
		<longname>longservername</longname>
		<address>external_ip</address> 

		<loginserver>
			<host>127.0.0.1</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>
That did it! Thanks so much! I was racking my brain trying to figure out what I had missed lol. I also wore out Google which apparently isn't the answer to everything after all! lol

Not sure if I missed this in the instructions some how or this is just a weird bug that hit my install. Either way, it works great now. Thanks so much for the info!
Reply With Quote