Thread: Server Help
View Single Post
  #1  
Old 06-29-2002, 10:41 AM
Orion Tatsihama
Fire Beetle
 
Join Date: Jun 2002
Posts: 7
Default Server Help

Currently, I tried to host an eqemu server off of my computer.
I'm connected through proxy and set everything up as follows:

Code:
[b][i]eqhost[/b][/i]

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


[b][i]Boot5zone[/i][/b]

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


[b][i]LoginServer[/i][/b]

[LoginServer]
loginserver=eqlogin1.eqemu.org
loginserver2=eqlogin2.eqemu.org
loginport=5999
loginport2=5999
worldname=eXistenz - A New World
locked=false
account=
password=
worldaddress=206.71.122.46

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
The database is fine. I ran world.exe and boot5zone without a problem. But when I tried to connect, it said that it couldn't connect to login server.

I think the problem is, I need to host the server off of the server computer in the house. This one connects to the internet through the server. The IP address I put in the eqemu files is the ip I got from whatismyip.com

Do I need to host it off the server or is there anything else I can do?
Reply With Quote