Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-04-2004, 06:47 AM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default Running With 2 servers as 1

Ok I know it can be done becasue bUsh did it on his server TGL. I was wondering how you can set up servers where world.exe is on one and the zone.exe servers are on another computer.

Mostly i think i've got it down atm. I need to know how the boot5zones.bat needs to be up far as IP addresses go.

Also how do you setup db.ini.

I've tryed all i can think of and read up on the Error: #2006 but still keep getting that error the zones cant seem to find the db i'm not sure why though. Any help would be greatly appreciated.
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
Reply With Quote
  #2  
Old 08-04-2004, 08:10 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Make sure the db.ini file is set correctly on BOTH machines. The database is on one machine or the other -- this means that the db.ini file might differ slightly on each machine. You can't be saying "localhost" as the db server on the machine it's not on :P
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #3  
Old 08-04-2004, 09:03 AM
hypershadow66
Banned
 
Join Date: Nov 2003
Posts: 335
Default

To get 2 machines to be running for the same server, run world on one with DB.ini having localhost and your DB's name your Username/pass etc. then on the other comp, if your on a network, instead of localhost put the internal IP of the computer thats running world.exe. if not on a network, put external IP. and boot5zone would be the IP of the other computer on both sides of the port i think.
Reply With Quote
  #4  
Old 08-04-2004, 04:25 PM
monalin crusader
Hill Giant
 
Join Date: May 2004
Posts: 238
Default

Heres how its set up atm.

Computer With DB and world.exe

db.ini
Code:
[Database]
host=localhost
user=USERNAME
password=PASSWORD
database=eq
compression=off
Other Computer

db.ini
Code:
[Database]
host=EXTERNAL IP OF HOST COMPUTER
user=USERNAME
password=PASSWORD
database=eq
compression=off
Code:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone katta (EXTERNAL IP OF COMPUTER 1) 7995 (EXTERNAL IP OF COMPUTER 1)

exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------
When i run it i get the Error #2006 and it still cant find the db i dont think. I'm not sure if anythings wrong in those files please help if it is.
__________________
Ascending Dawn Server Op
Coder/Quester/Mysql
Reply With Quote
  #5  
Old 08-04-2004, 10:34 PM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

need to grant DB access to the other machine..
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #6  
Old 08-05-2004, 03:54 AM
hypershadow66
Banned
 
Join Date: Nov 2003
Posts: 335
Default

Do the grant all access code of mysql, but make it where the username@localhost make localhost be the external IP of the computer you want to connect to world.exe
Reply With Quote
  #7  
Old 08-05-2004, 04:44 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

a general work-all grant for this would be:
Code:
grant all on eq.* TO username@'%' IDENTIFIED BY 'password';
That will allow any IP to login with that username and password... This is circumventing some of mysql's IP based security, but I assume this is a local, protected server.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:35 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3