[OpenSIPS-Users] rtpengine not kernel packet forwarding

Kingsley Tart kingsley at dns99.co.uk
Mon Jan 23 14:50:14 UTC 2023


Oh wow, it was just a case of hanging on the test call for a bit longer
- thank you so much!

I never saw that crucial bit of info in any of the guides I found and
it's perhaps a bit odd that the distro scripts added the 1st and 3rd
(as quoted below) rules to iptables but didn't add the last one.

Anyway, it does indeed seem that after a few seconds it switches over
to kernel forwarding, so thank you once again - you have successfully
managed to postpone my balding process ;)

Cheers,
Kingsley.

On Mon, 2023-01-23 at 07:48 -0600, John Burke via Users wrote:
> The kernel module still requires a fallback user space rule for the
> first few packets. Once the user space daemon determines the
> forwarding rule set, it pushes to the kernel module. The kernel
> module can then pickup the packets. Their GitHub page has a detailed
> step by step for this process.
> 
> -A INPUT -p udp -j rtpengine
> -A rtpengine -p udp -m udp --dport 2223 -m set --match-set allowed-
> rtp-management src -j ACCEPT
> -A rtpengine -p udp -j RTPENGINE --id 0
> -A rtpengine -p udp -j ACCEPT
> 
> 
> 
> Sent from my iPhone
> 
> > On Jan 23, 2023, at 7:27 AM, Kingsley Tart <kingsley at dns99.co.uk>
> > wrote:
> > A rtpengine -p udp -j ACCEPT
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users




More information about the Users mailing list