Log in

View Full Version : 1017 have done almost everyting to fix help if u can pls


jabbz
11-26-2002, 07:19 AM
Well,After 3 days of searching fourms an trying what the others have done to get there servers up i have not been able to.

I have been on irc an have gotton some progress but still cant get into my server nor can others join.

I am using linksys router,Called linksys tech support an they set me up to run the server,Still didnt work.

So then i called my isp they helped me tweak some optons an guess what still didnt work.

So here gose my info an maybe someone will know what im doing wrong.

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
start zone . j***gy.no-ip.org 7995 localhost
start zone . j***gy.no-ip.org 7996 localhost
start zone . j***gy.no-ip.org 7997 localhost
start zone . j***gy.no-ip.org 7998 localhost
exit
cls


REM:---------------END------------------------
# READ README.TXT!

[Database]
host=localhost
user=****
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 world.exe.
### --- 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=Fight Club PVP
locked=false

worldaddress=j***gy.no-ip.org

[WorldServer]
Defaultstatus=0
Unavailzone=Arena

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

hopefully someone will know how i can fix this
i found the post for the nat. i did everythng it said an still no luck
well thnx for looking:)

Syntaks
11-26-2002, 07:47 AM
Read Part 2 (http://eqemu.sourceforge.net/shawn319/documents/readme.html)


Here's what it shouldlook like:

[Database]
host=localhost
user=joe
password=blow
database=eq

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Name of server here
locked=false
account=
password=
worldaddress=Your IP Address here

Boot5zone:
The first YourIP is the IP Address of the current machine
The second YourIP is the IP Address of the machine running world.exe.
For this example, the IP address is 123.157.127.153. Your IP address will be different.

start zone . 123.157.127.153 7995 123.157.127.153
start zone . 123.157.127.153 7996 123.157.127.153
start zone . 123.157.127.153 7997 123.157.127.153
start zone . 123.157.127.153 7998 123.157.127.153
start zone . 123.157.127.153 7999 123.157.127.153

jabbz
11-26-2002, 08:25 AM
Ok my linksys page says my wan ip is 68.**.**.**
My lan ip is a 192.168.**.**

what one do i put into the login world ect ect

when u say put ur current pc's ip first then the pc thats running world.exe ip in last

Do u mean for example the ip of my server pc is 198.199.9.9
an the pc im connecting to the server would be 198.198.6.0

so it would look like

start zone . 198.199.9.9 7995 198.198.6.0?