View Single Post
  #13  
Old 03-12-2017, 05:30 AM
jshows1
Sarnak
 
Join Date: Jun 2009
Location: Baton Rouge,LA
Posts: 79
Default

ZombieSoul actually just helped me with this in another thread. In your eqemu_config file, at the top, under longname, add in the address tags like you see here. Then insert your external address. That simply worked for me. Not sure if this is your issue or not, but give it a try.

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>
Reply With Quote