View Single Post
  #4  
Old 05-17-2003, 09:09 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

OK, quick sample since I'm now at home...

Computer 1:
Main server with mysql and world (also zones if you want)
192.168.0.10
zone ports 7995-7999

computer 2:
Static zones for the starting cities
192.168.0.11
zone ports 8000-8004

computer 3:
Dynamically loaded zones
192.168.0.12
zone ports 8005-8009

computer 4:
like 3 (or 2 for that matter)
...

Setup computer 1 like the readme, or what ever guide your following.

db.ini
host=(real internet ip, or 192.168.0.10 if lan only)

loginserver.ini
worldaddress=(real internet ip, or 192.168.0.10 if lan only)

boot5zones.bat
zone.exe . (real internet ip, or 192.168.0.10 if lan only) 7995 192.168.0.10
ect...


For computer 2

boot5zones.bat
zone.exe freporte (real internet ip, or 192.168.0.11 if lan only) 8000 192.168.0.10
zone.exe freportw (real internet ip, or 192.168.0.11 if lan only) 8001 192.168.0.10
ect...

For computer 2

boot5zones.bat
zone.exe . (real internet ip, or 192.168.0.12 if lan only) 8005 192.168.0.10
zone.exe . (real internet ip, or 192.168.0.12 if lan only) 8006 192.168.0.10
ect...



Computer 1 run like the readme says, the rest you only run boot5zones.bat

For internet use, your firewall/router needs to port foward the zone ports used to the propper computer IP
7995-7999, and 9000 (5999 if your running minilogin) to 192.168.0.10
8000-8004 to 192.168.0.11
8005-8009 to 192.168.0.12
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote