View Single Post
  #4  
Old 01-30-2010, 07:52 PM
prickle
Hill Giant
 
Join Date: Sep 2009
Posts: 147
Default

When I first setup my server, this is the section of the eqemu_config.xml file that prevented me from connecting to the server:
Code:
		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<!-- <address>some.server.com</address> -->
		<!-- <localaddress>192.168.0.5</localaddress> -->
Specifically, I forgot to uncomment the <address> and <localaddress> lines
Reply With Quote