PDA

View Full Version : Can't connect via minilogin on LAN


javious
05-13-2008, 04:26 PM
Sorry guys, but I am stuck.

I have my server running via the PDF guide by Techguy84. According to the guide my server is running properly. My problem is that I can't login from the other machine on my LAN. Start EQ from desktop, accept, login, enter username and password (I must enter password to proceed, even though there is no password on this account for my server), the "Logging into server. Please wait" window opens and nothing happens. On the server machine I show 1 server and 1 client, the client is from my non-server machine's IP. I have edited into the account on mysql a password, no change, even though if I read correctly that the minilogin doesn't even look at the password.

The non-server machine has been used to connect to the EQEMU Login server in the past, never used for live. The EQHost file on non-server machine has been edited to replace egemu login server with server machine IP:5999.

Software firewalls on both machines are turned off.

Account set up in Mysql. Account name, status 0, gmspeed 0, minilogin_ip (IP of non server machine). No other variables set.

The eqemu config file is:

<?xml version="1.0">
<server>
<world>
<shortname>Javious</shortname>
<longname>Javious Private</longname>

<!-- Only specify these two if you really think you need to. -->
<address>server machine IP</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>server machine IP</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>root</username>
<password></password>
<db>peq</db>
</database>
</server>

The login server config is:

[LoginServer]
loginserver=server machine IP
loginport=5999
worldname=Javious Private
worldaddress=server machine IP
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

Any help, suggestions would be greatly appreciated.

Andrew80k
05-13-2008, 07:17 PM
Check your confiigs, you're missing all of your machine IP's.


loginserver=server machine IP <---- Need real IP here
loginport=5999
worldname=Javious Private
worldaddress=server machine IP <---- and here


There are other places in your configs where you need the IP's

Andrew80k
05-13-2008, 07:25 PM
Check your confiigs, you're missing all of your machine IP's.



There are other places in your configs where you need the IP's

Nevermind. I see what you did. You just substituted the real ip for server machine IP.

Andrew80k
05-13-2008, 07:31 PM
The only difference in your configs and mine is here:


[LoginServer]
loginserver=server machine IP <---- I have 127.0.0.1 here
loginport=5999
worldname=Javious Private
worldaddress=server machine IP
locked=false
account=
password=