View Single Post
  #2  
Old 02-16-2006, 01:38 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Wrong use about zone command:

Type
./zone [nameofzone or "." for dynamic zone ] [ExternalAdress] [port] [InternalAdress or localhost]

don't forget add & for make it daemon.

example for you :

./zone commons armserver.no-ip.org 7790 localhost & (for static commons zone)
./zone . armserver.no-ip.org 7790 localhost & (for dynamic zone)


A linux Boot5zones script (don't forget to chmod it)

Code:
#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
./zone . armserver.no-ip.org 7990 localhost &
./zone . armserver.no-ip.org 7991 localhost &
./zone . armserver.no-ip.org 7992 localhost &
./zone . armserver.no-ip.org 7993 localhost &
./zone . armserver.no-ip.org 7994 localhost &
when you type
./boot5zones
you start 5 dynamics zones servers
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 02-16-2006 at 09:51 AM..
Reply With Quote