LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   quake 3 punkbuster (https://www.linuxquestions.org/questions/linux-games-33/quake-3-punkbuster-202354/)

radiohead19 07-07-2004 07:09 PM

quake 3 punkbuster
 
alright....i have my dedicated quake 3 ra3 server running...all is fine and dandy except for one thing, punkbuster. Basically with my firewall on linux up, pb can't update, but with my firewall down it can....any suggestions? should i open the pb port? i believe its 24349, and how would i go about doing that?

sadatx 07-10-2004 04:11 AM

Hello

Try adding a rule to iptables that looks something like this.

iptables -A INPUT -p TCP -i eth0 -s 0/0 --destination-port 24349 ACCEPT

That will allow traffic to come in to that port. I don't know if it is UDP or TCP traffic, but you can change the rule to whatever you need.
:D

radiohead19 07-10-2004 03:26 PM

thanks :)


All times are GMT -5. The time now is 05:55 PM.