IPTABLES trouble

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Attempting to adjust my firewall to allow me to run a

IRC server    and
Counter-Strike server.


Using a premade firewall script called;  rc.firewall-2.4-stronger
line I tried is the following.

UNIVERSE="0.0.0.0/0"
EXTIP="my ip"
EXTIF="eth0"

$IPTABLES -A INPUT -i $EXTIF -m state --state NEW,ESTABLISHED,RELATED \
 -p tcp -s $UNIVERSE -d $EXTIP --dport 6667 -j ACCEPT

or is an IRC server and Counter Strike game server using UDP ?? not tcp?

Thanks,
Rob



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux