not your average "ID is 0. Is this server connected to MiniLogin" error
Ok this is my issue.
MiniLogin set up, server is setup.
Access from the outside is working, had a friend log in across the net last night.
I can log in on 1 account from the LAN, but if I try to log in a second account on another computer, it logs in the same account I am already on!
Account table is al set to seperate IPS, all computers have static IPS.
From what I can tell it looks like, when I connect to the Login server my ip is correct, it states 192.168.1.xx but when it tries to transfer me to character select from the login server is switches what it thinks my IP is to 192.168.1.1 "aka my router"
I have tried using everything I can think of in the eqhost file dyndns account, local IP , Public IP, Public ip from a whois in IRC, no matter what it always logs in the same account..
and now it is giving me ID is 0. is this server connected to minilogin?
could not find a minilogin account, verify ip address logging into minilogin is the same that is in your account table.
if i put in that an account is 192.168.1.1 I can log in with it. but then I can only have a single account logging in.
here is my the eqemu_config.xml file
<?xml version="1.0">
<server>
<world>
<shortname>xxxxxxxxxxxxx</shortname>
<longname>xxxxxxxxxxxxxx</longname>
<!-- Only specify these two if you really think you need to. -->
<address>(DynDnsAccount.com)</address>
<localaddress>192.168.1.210</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.210</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>xxxxxxxxx</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>xxxx</password>
<db>peq</db>
</database>
</server>
and here is my LoginServer.ini
[LoginServer]
loginserver=(DynDnsAccount.com)
loginserver2=192.168.1.210
loginport=5999
loginport2=5999
worldname=Shitty Titty
worldaddress=
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Let me know if anyone has any ideas, I am fresh out.
|