View Single Post
  #3  
Old 03-07-2010, 04:51 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by xsxix View Post
minilogin settings:
-------------------
[LoginServer]
loginserver=localhost
loginport=5999
worldname=xsxix
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
------------------
eqemu_config===>
<?xml version="1.0">
<server>
<world>
<shortname>xsxix</shortname>
<longname>xsxix server</longname>

<address>eq.xsxix.net</address>
<localaddress>localhost</localaddress>
If you are running the client and server on the same machine, then try setting all the addresses I have marked in red to localhost (i.e. in the one spot you have eq.xsxis.net).

If you have the server running on one machine and you have one or more local clients on other PCs on your LAN, try setting those addresses to the internal IP address of your server instead (typically 192.168.x.x).
Reply With Quote