PDA

View Full Version : Need help With people logging In Server


nagathon
05-04-2002, 09:09 AM
Ok, i have it to where my server is listed with the other servers at eqlogin.eqemu.net

ok now what is happening is when i have the Account= and password= in the loginserver.ini filled out with the account i registered, i can log in fun, but Everyone else gets a Error 1107 when they try to log in

it looks like this

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Nagathon's Oober Server
locked=false
account= mystationame
password= mypassword
worldaddress=169.254.101.152
loginport=5999

then when i take it out, the other people can get to the character select screen, and so can i, but when we go to zone into the character, we get kicked back to the server select screen after about 2 minutes, they second time it looks like this

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Nagathon's Oober Server
locked=false
account=
password=
worldaddress=169.254.101.152
loginport=5999

can anyone point me in a way to fix this please, thanks alot

~~my e-mail is Xtremek42@aol.com~~
or just reply to this, Thanks

Shawn319
05-04-2002, 09:36 AM
[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Nagathon's Oober Server
locked=false
account= mystationame
password= mypassword
worldaddress=169.254.101.152
loginport=5999

NEVER put a account and password in loginserver.ini. it is only for admins.


Do you have a firewall on? or proxy or router or anything?

what OS are you on and what does your boot5zones.bat file say.

nagathon
05-04-2002, 09:56 AM
im using windows XP

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1


REM: zoneNT.exe is for use with Windows NT, 2000 and XP.

REM:--------------Start-----------------------


@echo off
start zoneNT . 169.254.101.152 7995 127.0.0.1
start zoneNT . 169.254.101.152 7996 127.0.0.1
start zoneNT . 169.254.101.152 7997 127.0.0.1
start zoneNT . 169.254.101.152 7998 127.0.0.1
start zoneNT . 169.254.101.152 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

Shawn319
05-04-2002, 10:16 AM
Are you sure thats your real IP? i see your on AOL so that may mess up a few things.


Its showing me your IP is 172.175.***.150


***=masked.

nagathon
05-04-2002, 02:11 PM
ok thanks, whats the easiest way to find your REAL IP under win Xp?

Shawn319
05-05-2002, 12:26 PM
start, run, CMD

then type ipconfig in the dos window.