View Single Post
  #2  
Old 06-08-2009, 10:48 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

When running a Public Server, you almost never want to configure this section:

Code:
	<!-- Only specify these two if you really think you need to. --> 
		<address>Serving Machines IP</address> 
		<localaddress>127.0.0.1</localaddress>
I would highly recommend that you comment them back out by doing the following and try it again:

Code:
	<!-- Only specify these two if you really think you need to. --> 
	<!-- <address>Serving Machines IP</address> --> 
	<!-- <localaddress>127.0.0.1</localaddress> -->
Those settings almost always cause problems and would explain why you are having the weird issues you are getting.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote