Revision: 7628
          http://sourceforge.net/p/ipcop/svn/7628
Author:   owes
Date:     2014-07-17 06:47:30 +0000 (Thu, 17 Jul 2014)
Log Message:
-----------
Autoload nf_conntrack_sip to aid VoIP signalling

Modified Paths:
--------------
    ipcop/trunk/src/rc.d/rc.net
    ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6

Modified: ipcop/trunk/src/rc.d/rc.net
===================================================================
--- ipcop/trunk/src/rc.d/rc.net 2014-07-16 05:03:56 UTC (rev 7627)
+++ ipcop/trunk/src/rc.d/rc.net 2014-07-17 06:47:30 UTC (rev 7628)
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with IPCop.  If not, see <http://www.gnu.org/licenses/>.
 #
-# (c) 2008-2011, the IPCop team
+# (c) 2008-2014, the IPCop team
 #
 # $Id$
 #
@@ -110,19 +110,18 @@
 
     print "Loading iptables helper modules ... ";
 
-    # TODO: evaluate iptables modules
     system("/sbin/modprobe iptable_nat");
-    system("/sbin/modprobe ip_conntrack");
-    system("/sbin/modprobe ip_conntrack_ftp");
-    system("/sbin/modprobe ip_nat_ftp");
-    system("/sbin/modprobe ip_conntrack_h323");
-    system("/sbin/modprobe ip_nat_h323");
-    system("/sbin/modprobe ip_conntrack_irc");
-    system("/sbin/modprobe ip_nat_irc");
-    # system("/sbin/modprobe ip_conntrack_mms");
-    # system("/sbin/modprobe ip_nat_mms");
-    system("/sbin/modprobe ip_conntrack_pptp");
-    system("/sbin/modprobe ip_nat_pptp");
+    system("/sbin/modprobe nf_conntrack");
+    system("/sbin/modprobe nf_conntrack_ftp");
+    system("/sbin/modprobe nf_nat_ftp");
+    system("/sbin/modprobe nf_conntrack_h323");
+    system("/sbin/modprobe nf_nat_h323");
+    system("/sbin/modprobe nf_conntrack_sip");
+    # nf_nat_sip seems to cause nothing but trouble
+    system("/sbin/modprobe nf_conntrack_irc");
+    system("/sbin/modprobe nf_nat_irc");
+    system("/sbin/modprobe nf_conntrack_pptp");
+    system("/sbin/modprobe nf_nat_pptp");
     system("/sbin/modprobe nf_conntrack_proto_gre");
     system("/sbin/modprobe nf_nat_proto_gre");
     &General::testok($columns);

Modified: ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6
===================================================================
--- ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-07-16 05:03:56 UTC 
(rev 7627)
+++ ipcop/trunk/updates/2.1.6/ROOTFILES.i486-2.1.6      2014-07-17 06:47:30 UTC 
(rev 7628)
@@ -1,6 +1,7 @@
 ## please place IPCop files first, then packages sorted by alphabetical order
 /etc/logrotate.d/squid
 /etc/logrotate.d/squidGuard
+/etc/rc.d/rc.net
 /etc/rc.d/rc.sysinit
 /etc/ssl/openssl.cnf
 /etc/ssl/openvpn.cnf

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to