From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Voltaire Pascual" Subject: Re: help: ip_nat_pptp (solved!) Date: Fri, 30 May 2003 17:57:50 +0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: <001101c32691$fbb98a20$6400a8c0@homes> References: <003f01c32676$496ca840$fe00a8c0@expi> <1054287180.811.1.camel@xbox> Reply-To: "Voltaire Pascual" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Filip Sneppe Cc: netfilter@lists.netfilter.org Thanks Filip. you're right... ip_conntrack_pptp was not loaded :) after loading them, i can insmod ip_nat_pptp w/o any problem. Cheers! ----- Original Message ----- From: "Filip Sneppe" To: "V. Pascual" Cc: Sent: Friday, May 30, 2003 5:33 PM Subject: Re: help: ip_nat_pptp > Hi Pascal, > > On Fri, 2003-05-30 at 08:39, V. Pascual wrote: > > Hi There, > > > > I have patched my kernel (2.4.20) with ip_nat_pptp (using patch-o-matic-20030107). Patch went fine and the kernel was recompiled successfuly. I have tried to install the module but I have the error which says; > > > > [root@ netfilter]# insmod ip_nat_pptp.o > > ip_nat_pptp.o: unresolved symbol ip_pptp_lock_Rsmp_66d9b5ea > > > > [root@ netfilter]# insmod ip_nat_mms.o > > ip_nat_mms.o: unresolved symbol ip_mms_lock_Rsmp_8d71dea1 > > > > I guess ip_conntrack_pptp and ip_conntrack_mms are not loaded then ? > You can check this with "lsmod". > > If you use "modprobe" instead of "insmod", the necessary ip_conntrack_* > modules will be loaded automatically, as the ip_nat_* modules > depend on them. > > Regards, > Filip >