Liu Wenlong wrote:
When I run iptables and open TCP/UDP dport 5060, SER
cannot send 200
OK to UAC. What's wrong with my iptables config? following is
iptables config under RHEL 4.4
snip
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5060
-j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 5060
-j ACCEPT
Is --state NEW valid for UDP?
Libor