Title: Disable Sip ALG EFW 3.2.5 Post by: torpedo on Wednesday 01 August 2018, 04:25:16 am Hello,
I need some information of how to disable SIP ALG on EFW 3.2.5 for use with a external voip provider. Thanks for the help! Title: Re: Disable Sip ALG EFW 3.2.5 Post by: Dark-Vex on Monday 06 August 2018, 05:23:17 pm Hello, you can disable the SIP ALG from SSH, follow this procedure
touch /etc/modprobe.d/blacklist-sip.conf echo "install nf_nat_sip /bin/false" >> /etc/modprobe.d/blacklist-sip.conf echo "install nf_conntrack_sip /bin/false" >> /etc/modprobe.d/blacklist-sip.conf Regards, Daniele |