<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have latest stable release of RTPEngine deployed in a virtual machine (KVM) along with Kamailio v4.2. All is working fine except i see this message in RTPEngine logs,<br><br>--<br>rtpengine[16455]: [82qrjq0hdtt45afbqo98 port 40960] Kernelizing media stream <br>rtpengine[16455]: [82qrjq0hdtt45afbqo98 port 40960] No support for kernel packet forwarding available <br>--<br><br></div>using lsmod command i see that module xt_RTPENGINE is load.<br><br>--<br>Module                  Size  Used by<br>iptable_mangle         12488  0 <br>xt_RTPENGINE           22068  3 <br>iptable_nat            12800  0 <br>nf_nat                 17924  1 iptable_nat<br>...<br>--<br><br>Also the iptables rule for RTPEngine exists, i.e.<br><br>--<br>Chain INPUT (policy ACCEPT 224K packets, 37M bytes)<br> pkts bytes target     prot opt in     out     source               destination         <br> 224K   37M rtpengine  all  --  any    any     anywhere             anywhere            <br><br>Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)<br> pkts bytes target     prot opt in     out     source               destination         <br><br>Chain OUTPUT (policy ACCEPT 224K packets, 37M bytes)<br> pkts bytes target     prot opt in     out     source               destination         <br><br>Chain rtpengine (1 references)<br> pkts bytes target     prot opt in     out     source               destination         <br> 2022  414K RTPENGINE  udp  --  any    any     anywhere             anywhere             RTPENGINE id:0<br>--<br><br></div>Yet still RTPEngine is not able to kernelize the RTP stream and does user-space packet forwarding? Can you guys suggest what could be wrong here?<br><br></div>Thank you.<br><br><br></div>