From mboxrd@z Thu Jan 1 00:00:00 1970 From: Filip Sneppe Subject: Re: help: ip_nat_pptp Date: 30 May 2003 11:33:00 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1054287180.811.1.camel@xbox> References: <003f01c32676$496ca840$fe00a8c0@expi> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <003f01c32676$496ca840$fe00a8c0@expi> 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: "V. Pascual" Cc: netfilter@lists.netfilter.org 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