PDA

View Full Version : Why Is My World Server Trying To Initiate A Connection Out?


pp
09-20-2003, 08:31 AM
Hi All

I am some what of a newbie at this. I have setup the server in my DMZ. When I go to start the world.exe I get the 10060 error. What is interesting is that when I check my firewall logs, I see the server trying to connect to im.a.cyberjunky.net, which is being dropped by my firewall as I am setting up this server for local LAN play only. As you can tell I still have not gotten it to run yet so I am asking for any assistance/advice you may have.

Following are my configs...

DMZ: 10.0.0.0/29
Server IP: 10.0.0.2
Server is statically NAT'd to...
192.168.0.22 for access from the InternalLAN

InternalLAN: 192.168.0.0/24

I am trying to connect from the internal LAN to the server in the DMZ using the 192.168.0.22 ip address...

EQEmu
Boot5zones.bat
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 192.168.0.22 7995 127.0.0.1
start zone . 192.168.0.22 7996 127.0.0.1
start zone . 192.168.0.22 7997 127.0.0.1
start zone . 192.168.0.22 7998 127.0.0.1
start zone . 192.168.0.22 7999 127.0.0.1
exit
cls

db.ini
[Database]
host=localhost
user=username
password=password
database=eq
compression=off

Loginserver.ini
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Odin
worldaddress=10.0.0.2
locked=false
account=
password=

eqhosts.txt
[Registration Servers]
{
"192.168.0.22:5999"
}
[Login Servers]
{
"192.168.0.22:5999"
}

==================================

Questions-

1. Why do I get the 10060 error.

2. Why is the server trying to make a connection to the internet?

Thanks to all...
You are doing a great job.

Sincerely
PP

devn00b
09-20-2003, 09:01 AM
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
there is yer internet connection attempt.
and that isnt even the right address
its loginserver1.eqemulator.net

pp
09-20-2003, 10:35 AM
Sorry folks... my mistake...

Found the errors...

Thanks...