From 06922c530d093e6c18d01b93be73875d4483bbab Mon Sep 17 00:00:00 2001 From: Karsten Horsmann Date: Thu, 19 Jan 2017 13:59:38 +0100 Subject: [PATCH] Update rtpengine.init There is no INPUT_prefilter table on CentOS 6 systems. So put it on INPUT should be good enough. --- el/rtpengine.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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