Server/ports

Place for people to discuss public servers, and also for admins to lay out the details of their servers
Post Reply
User avatar
Zelgadis
Private First Class
Private First Class
Posts: 638
Joined: Sat Jul 02, 2005 2:31 pm
Location: European Union

Server/ports

Post by Zelgadis »

Hi guys!
I need your all help!

I have maken a server, but i dont know how, i can make more ports?

for example, I wan have 4 ports of my server online:

5154 (is already online)
5156 --|
5157 --| --> I need this three ports!
5158 --|

How i can make it, and start it??

thx for the answer! :D
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Post by tw1sted »

just start another server with the port u want
User avatar
Zelgadis
Private First Class
Private First Class
Posts: 638
Joined: Sat Jul 02, 2005 2:31 pm
Location: European Union

Post by Zelgadis »

I have try, but he doesnt want!

He says: ERROR, could not start server, cause one is already running!
User avatar
Spazzy McGee
Sergeant Major
Sergeant Major
Posts: 1405
Joined: Mon Mar 21, 2005 4:59 pm
Location: Planet MoFo, Sheffield Division; United Kingdom

Post by Spazzy McGee »

to run a server on a seperate port you need to use the -p swich in your conf, and also add the port number to the -publicaddr .

Code: Select all

-p <port you want>
 -publicaddr your.ip.or.dns:port
or as an example

Code: Select all

-p 5155
 -publicaddr example.bzflag.com:5155
"Life is what happens to you while you're busy making other plans." - John Lennon
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

I should also add that you need to convert your existing port 5154 server to use the format:

Code: Select all

your.ip.or.dns:5154
Otherwise your new servers on the 3 ports will not get on the list server.

Don't forget to also forward and/or open ports 5156-5158 UDP/TCP (if you haven't done that already). ;)
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
User avatar
Zelgadis
Private First Class
Private First Class
Posts: 638
Joined: Sat Jul 02, 2005 2:31 pm
Location: European Union

Post by Zelgadis »

yeah. thx!

IT WORKS!!! :D
Post Reply