10-11-2005, 10:40 PM
if your running iptables on fedora then look in
/etc/sysconfig/iptables
If your forwarding the VAC port (UDP:20009) here is what i have on mine so use it as an example
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 20009 -j ACCEPT
Hope it helps
James
/etc/sysconfig/iptables
If your forwarding the VAC port (UDP:20009) here is what i have on mine so use it as an example
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 20009 -j ACCEPT
Hope it helps
James