View Single Post
  #1  
Old 05-08-2009, 06:32 PM
Deim0s
Fire Beetle
 
Join Date: May 2009
Location: Louisiana
Posts: 6
Default Minilogin 2nd account disconnects 1st

I set up a minilogin server and I also set up my game account and another for another IP. We can both independently log on and create characters on our own accounts and play fine, however when either of us tries to log in to the server select screen (it is not even necessary to select the server) while the other is in game, the person ingame gets disconnected. I have search for hours and tried everything I can think of. No account is using 127.0.0.1 as their minilogin_ip. Here are my configurations:

eqemu_config:

Code:
<server>
        <world>
                <shortname>woot</shortname>
                <longname>back in the day</longname>
                <!-- Only specify these two if you really think you need to. -->
		<address>5.219.144.63</address>
		<localaddress>127.0.0.1</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>5.219.144.63</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>myusername</username>
                <password>mypassword</password>
                <db>mydb</db>
        </database>
</server>
LoginServer.ini
Code:
[LoginServer]
loginserver=5.219.144.63
loginport=5999
worldname=back in the day
worldaddress=5.219.144.63
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
eqhost.txt for both computers
Code:
[LoginServer]
Host=5.219.144.63:5999
My account minilogin_ip is 5.219.144.63, the other account minilogin_ip is 5.220.23.34 and I am trying to run the server on the same computer I want to play the 1st account from. I am also using Habachi to connect.


please please please help... =)

Last edited by Deim0s; 05-09-2009 at 02:34 AM.. Reason: added minilogin_ip account settings
Reply With Quote