View Single Post
  #1  
Old 02-01-2003, 11:22 AM
JBenison
Fire Beetle
 
Join Date: Jan 2003
Posts: 18
Default This is a very weird case... please help me. (NAT related?)

I know that this has been discussed in other posts, but i have been around the forum for a hole

day without getting any results.

The Problem: People can connect to my server with no problem. But I can not connect to my own

server.

Facts:
1) Database connection is working properly.
2) World is comming up good.
3) Zones are comming up also.
4) Applied the EQFix.
5) Last patched 01/31/2003
6) First time setting EQEmu up.
7) Other people can connect with no problems
Can connect to other servers. Only get disconeted on my own.
9) I can get as far as the character select window. Then it disconnects.
10) Server gives the error, "Client Disconnected"

Datarate: 10.0

Windows Hosts file:
10.0.0.2 EQDom.no-ip.org

The config:

Loginserver.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net

Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Dominican Republic
locked=false
account=
password=
worldaddress=EQDom.no-ip.org

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


Boot5Zones.bat

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:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . EQDom.no-ip.org 7995 127.0.0.1
start zone . EQDom.no-ip.org 7996 127.0.0.1
start zone . EQDom.no-ip.org 7997 127.0.0.1
start zone . EQDom.no-ip.org 7998 127.0.0.1
start zone . EQDom.no-ip.org 7999 127.0.0.1
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so

or zones will crash on startup.
PAUSE

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



EQHost.txt

[Registration Servers]
{
"eqlogin1.eqemu.net:5999"
}
[Login Servers]
{
"eqlogin1.eqemu.net:5999"
"eqlogin2.eqemu.net:5999"
}


db.ini
# READ README.TXT!

[Database]
host=carey-002
user=apatnella
password=******
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than



******************************************

If you need any other information that could help me... please let me know. I am open for

suggestions since I can not think of anything else i should do.

Thanks a lot for any help.

JB
Reply With Quote