PDA

View Full Version : Binding to an IP address


Unregistered
06/27/03, 02:24 pm
This is a very n00b question .. but I ask it anyway, because I can't find any good documentation ;)

What kind of variables do you have to set in the startup command from the Linux binairy to bind the MOHAA server to an IP address and port ?

If anyone know a good site where you can find some more information about how setting up MOHAA on linux and the different options, please post them.

Thanks in advance !

BENSTER
06/27/03, 02:55 pm
MOHAA is a quake 3 engine based game. A lot of information applies. the differentce begin on weapons and items that are specific to MOHAA. Aslo, the map rotation list may be different.

Make sure you have the newest patch for MOHAA servers.

in your startup line you could add +set net_IP xx.xx.xx.xx +set net_port 27743 or whatever. I belevie an older release of MOHAA had a problem with non-stock PORT. I would suggest you start out with as basic a config as you can. If yoru linux box only has 1 IP address, then you do not want to bind the IP address.

./mohded +set dedicated 2 +set net_ip xx.xx.xx.xx +set net_port xxxxx +exec server.cfg

Unregistered
06/27/03, 07:39 pm
Thanks !! I got the server up and running :D