Try these and see where it takes you:
[eqemu_config.xml]
change:
Code:
<!-- <address>192.168.1.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->
to:
Code:
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
[login.ini]
change:
Code:
local_network = 192.168.1.1
to:
Code:
local_network = 127.0.0.
If you ever decide to add LAN/WAN support, then you'll need to switch the ips to outside addresses..otherwise, local will suffice.
Post back if you're still having problems