Thanks for the hint. What is the file name in /etc/modprob.d/ where i am supposed to enter this module name to disable it.
Thanks
Vijay Tha
Message: 1 Date: Mon, 06 Aug 2012 09:01:03 -0400 From: Richard Fuchsrfuchs@sipwise.com Subject: Re: [SR-Users] Kernel Droping SIP packet To:sr-users@lists.sip-router.org Message-ID:501FC00F.6000604@sipwise.com Content-Type: text/plain; charset="iso-8859-1"
On 08/06/12 06:08, Vijay Thakur wrote:
This is coming from nf_conntrack_sip, which is a netfilter connection tracking kernel module for SIP. I've never used it, but judging from what Google brings up, it seems to be very buggy. You should be able to just unload it by issuing "rmmod nf_conntrack_sip". If that doesn't work and/or if you want to keep it from auto-loading, you can blacklist it in /etc/modprobe.d/ and then reboot.
HTH
copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. -----------------------------------------------------------------------------------------------------------------
echo "blacklist nf_conntrack_sip" >> /etc/modprobe.d/blacklist.conf
2012/8/8 Vijay Thakur vijay.thakur@loopmethods.com