View Single Post
  #5  
Old 07-08-2014, 08:44 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote