|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days. |

04-24-2002, 09:39 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
Home LAN, I have a router, and 3 computers.
|
 |
|
 |

04-24-2002, 09:55 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Posts: 156
|
|
You loginserver.ini, and db.ini should read like this now as well:
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=
password=
worldaddress=127.0.0.1
loginport=5999
db.ini
# READ README.TXT!
[Database]
host=127.0.0.1
user=furinex
password=sony
database=eq
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.
Boot5Zone.win9x
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: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe
REM:--------------Start-----------------------
@echo off
start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
start zone9x . 127.0.0.1 7997 127.0.0.1
start zone9x . 127.0.0.1 7998 127.0.0.1
start zone9x . 127.0.0.1 7999 127.0.0.1
exit
cls
REM:---------------END------------------------
Do they?
Also what OS are we on?
What kind of router? Model?
|
 |
|
 |

04-24-2002, 09:59 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
XP (Client) win98(host)
Siemense Routers.
Checking to see if it worked now..
|

04-24-2002, 10:05 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
Damn it :( Same error ;(
|

04-24-2002, 10:16 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Posts: 156
|
|
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=
password=
worldaddress=127.0.0.1
loginport=5999
change to
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=eqemu
password=eqemu
worldaddress=127.0.0.1
loginport=5999
|

04-25-2002, 08:57 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
I cant even log in now :( I got the minilogin server to work on the XP computer, I can get on with the XP computer, but My 98 one cant even log in. I type in eqemu:eqemu as name:pass and it tells me it cant even connect to the server.. it also just sits there and thinks about establishing a connection with the login server when it doesnt really :(
|

04-25-2002, 09:18 AM
|
Hill Giant
|
|
Join Date: Feb 2002
Location: the little voice in the back of your head
Posts: 239
|
|
I get this same error when trying to log a win XP computer onto a Win98 server pc on a LAN w/ router. I am begining to think its an OS platform, and the server program wont multiplatform on a network. Anyway, I am trying it with my old 4 port hub to see if that makes any differance, if I figure anything out regarding network login stuff I will post here
|

04-25-2002, 09:32 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Posts: 156
|
|
Your trying to connect to your miniloging right?
If so post the eqhosts file from the machine your trying to connect with.
|

04-25-2002, 10:22 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
yes, I'm on a miniserver. Text from eqhost.txt on the host machine (XP Operating System):
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
Here's the one for the Connecting Machine:
[Registration Servers]
{
"192.168.254.204:5999"
}
[Login Servers]
{
"192.168.254.204:5999"
}
|

04-25-2002, 10:26 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
XP machine (Host of the server) is 192.168.254.204
98 machine (Client to the server) is 192.168.254.1
|

04-25-2002, 11:42 AM
|
Hill Giant
|
|
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
|
|
Now im getting frustrated, yesterday, I had it on vice versa machines and now I can even log INTO the server selection screen... this blows monkey brains :P
|

04-25-2002, 03:41 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
You won't be able to loginto the server from another computer if you using 127.0.0.1 <--- always means the same computer it is used on.
loginserver=Server's IP
worldaddress=Server's IP
start zone9x . Server's IP 7995 127.0.0.1
[Registration Servers]
{
"Server's IP:5999"
So if your XP box is the server, replace "Server's IP" in the above with 192.168.254.204 Leave all the rest of the 127.0.0.1's in there.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 05:33 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |