View Single Post
  #14  
Old 07-11-2007, 07:53 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Ahh! - problem was in my eqemu_config.xml - I was swapping back and forth from Public to Mini a lot (easier to test stuff on Mini) - I got these lines screwed up in one of the changes:
Code:
<!-- Only specify these two if you really think you need to. -->
<address>blackwater.dynip.com</address>
<localaddress>192.168.2.105</localaddress>
That's the way they should be; address is your dns and local address your lan ip (not local ip).
I had changed to lan ip for dns and localhost ip for local.

It will probably work like that public too, but I'm not going to set public anymore, as it's much easier(faster) to do database work on a MinIlogin setup.

Thanks for the help!
Reply With Quote