Ok first of all i have the files all extracted ok, and in folders. What i need help with is a start script, i know u start the server by typing ./start.sh but soon as you close the SSH box the server goes offline. is there a start script out that can run the server and keep it running also listing a process to kill when needed.
Another thing im having problems with is opening ports on my box. im running redhat 9 and when typing iptables -V i get the version v1.2.8.
I found a helpme pdf here: http://www.bf2cc.com/downloads/Battl...guide_v101.pdf
In the firewall section is ses type the following.
#! /bin/bash
$MyIP = 192.168.2.100 <-- now does this mean my ip or the server ip, it fails to say exactly what it means.
Thanks in advance for anyhelp you can give me.
Lee
Another thing im having problems with is opening ports on my box. im running redhat 9 and when typing iptables -V i get the version v1.2.8.
I found a helpme pdf here: http://www.bf2cc.com/downloads/Battl...guide_v101.pdf
In the firewall section is ses type the following.
#! /bin/bash
$MyIP = 192.168.2.100 <-- now does this mean my ip or the server ip, it fails to say exactly what it means.
Thanks in advance for anyhelp you can give me.
Lee
Comment