View Single Post
  #2  
Old 02-17-2010, 10:21 AM
Shiny151
Hill Giant
 
Join Date: Jul 2009
Location: Indianapolis
Posts: 228
Default

Try inputting your real world IP in both spots here:

Code:
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
And using 127.0.0.1 here:

Code:
<!-- Loginserver information. Defaults shown -->
		<loginserver>
		<host>192.168.1.47</host>
This is the way my server is setup and it accepts local and external clients just fine.
Reply With Quote