diff --git a/el/rtpengine.init b/el/rtpengine.init index af39bdfdc..ee520c817 100644 --- a/el/rtpengine.init +++ b/el/rtpengine.init @@ -208,7 +208,7 @@ start() { else iptables -N rtpengine # We insert the rtpengine rule at the top of the input chain - iptables -t filter -I INPUT_prefilter -j rtpengine + iptables -t filter -I INPUT -j rtpengine iptables -I rtpengine -p udp -j RTPENGINE --id $TABLE ip6tables -I rtpengine -p udp -j RTPENGINE --id $TABLE fi