On Wednesday 02 October 2002 09:30 am, Harald Welte wrote: > On Wed, Sep 25, 2002 at 04:48:42PM -0400, Marian Stagarescu wrote: > > i run into one problem with PPTP conntrack: > > > > run it with debug on: works > > run it w/out debug on: does not. > > what do you call 'debug' ? Does this mean the DEBUG #defines in the > respective sourcecode .c files yes. ip_conntrack_pptp.c, ip_nat_pptp.c, ip_conntrack_proto_gre.c,=20 ip_nat_proto_gre.c are compiled with DEBUGP defined. > or are you talking about > CONFIG_NETFILTER_DEBUG? i have this turned on as well > > this debug issue was tracked down to a single printk statement in > > ip_conntrack_pptp.c: line 244,245: > > > > DEBUGP("%s, CID=3D%X, PCID=3D%X\n", strMName[msg] > > ntohs(*cid), ntohs(*pcid)); > > What happens? Does the kernel oops at this statement? no opps but the PPTP session is not established. I'll come back with a detailed debug log. > > thanks for any input, > > marian