View Single Post
  #1  
Old 07-30-2008, 06:53 PM
jeffpuff
Fire Beetle
 
Join Date: Jul 2006
Posts: 20
Default Minilogin LAN help!!

I have my server up and running, my friends can connect with my no-ip server, and I can log in from the server machine... However I cannot connect with any machines on my LAN.

If I set my the eqhost on my LAN PC to 192.168.0.1, I can see the server on the list, when I connect I get the following error:

Code:
[07.30. - 17:53:06] [WORLD__CLIENT] New connection from 192.168.0.120:50897
[07.30. - 17:53:07] [NET__ERROR] 192.168.0.120:50897: Received OP_SessionRequest in ESTABLISHED state (0)
[07.30. - 17:53:07] [NET__IDENTIFY] Unable to identify stream from 192.168.0.120:50897 before it closed.


If I set the eqhost to my no-ip server, I can see the login attempt from my server machine, but never get to the server select screen.

Here is my config:

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>emusp</shortname>
                <longname>My Minilogin</longname>

		<!-- Only specify these two if you really think you need to. -->
		<address>xxxx.servegame.com</address>
		<localaddress>192.168.0.1</localaddress>

		<!-- Loginserver information.  -->
        <loginserver>
		<host>xxxx.servegame.com</host>
		<port>5999</port>
		<account></account>
		<password></password>
        </loginserver>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>some long random string</key>

                <!-- Enable and set the port for the HTTP service. -->
                <http port="9080" enabled="true" mimefile="mime.types" />
        </world>

                <!-- Database configuration, replaces db.ini. -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>eq</username>
                <password>xxxx</password>
                <db>peq</db>
        </database>
</server>
Code:
###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=xxxx.servegame.com
loginport=5999
worldname=My Minilogin
worldaddress=xxxx.servegame.com
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

[LoginServer]
Host=xxxx.servegame.com:5999
I have read through the logs and the wikki, I thought I would turn to the pros for help!

Thank you in advance.
Reply With Quote