View Single Post
  #2  
Old 08-18-2006, 07:13 AM
rojadruid
Discordant
 
Join Date: May 2005
Location: Smith Falls, Ontario, Canada
Posts: 283
Default

Quote:
Originally Posted by hawkbs

The server is 192.168.0.2
my router is 192.168.0.1

Heres my XML
<?xml version="1.0">
<server>
<world>
<shortname>Carath'Dwr</shortname>
<longname>Carath'Dwr</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.0.1</address> I have changed this a few times to no avail
<localaddress>192.168.0.2</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.2</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
Your problem is staring me in the face, the login server section tells me that your trying to setup a mini logon server. If so then the two below statments need to be the ip of the host machine of the server. Your router IP is not a factor in the equation.

**********Should be for minilogin*******
<address>192.168.0.2</address>
<localaddress>192.168.0.2</localaddress>
*********************************

Or

**********Should be for public logon*******
<address>ISP IP Address</address>
<localaddress>192.168.0.2</localaddress>
*********************************
__________________
Rojadruid

Innoruuk Server [legit]
Server Admin.
Server Status: UP
Reply With Quote