This is a multi-part message in MIME format. ------_=_NextPart_001_01C2714A.E4111F2A Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, Rickard Eriksson [mailto:riceri@home.se] wrote: > >When i try to restart and load the modules i get a error, i didn't copy = >it but it was something about "unresolved ... helper" >And i can't find any setting in "make config" so that it shall make the = >helper in any way. > >Do you know what i am talking about :) > Vaguely :-) Are you loading the modules with "insmod" or with "modprobe" ? After a correct kernel compile you shouldn't get unresolved symbols with modprobe. Although, iirc, there is a dependency thingie with the pptp conntracker (modprobe ip_?_pptp doesn't trigger the loading of ip_?_proto_gre, I think). Can you try the following for pptp and load any other modules with modprobe instead of insmod and report any problems: modprobe ip_conntrack_proto_gre modprobe ip_nat_proto_gre modprobe ip_conntrack_pptp modprobe ip_nat_pptp This shouldn't give problems. Regards, Filip ------_=_NextPart_001_01C2714A.E4111F2A Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3DWindows-1252"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 6.0.6249.1"> <TITLE>RE: PPTP</TITLE> </HEAD> <BODY> <!-- Converted from text/plain format --> <P><FONT SIZE=3D2>Hi,<BR> <BR> Rickard Eriksson [<A = HREF=3D"mailto:riceri@home.se">mailto:riceri@home.se</A>] wrote:<BR> ><BR> >When i try to restart and load the modules i get a error, i didn't = copy<BR> >it but it was something about "unresolved ... helper"<BR> >And i can't find any setting in "make config" so that it = shall make the<BR> >helper in any way.<BR> ><BR> >Do you know what i am talking about :)<BR> ><BR> <BR> Vaguely :-)<BR> <BR> Are you loading the modules with "insmod" or with = "modprobe" ?<BR> After a correct kernel compile you shouldn't get unresolved<BR> symbols with modprobe. Although, iirc, there is a dependency<BR> thingie with the pptp conntracker (modprobe ip_?_pptp doesn't<BR> trigger the loading of ip_?_proto_gre, I think).<BR> <BR> Can you try the following for pptp and load any other modules<BR> with modprobe instead of insmod and report any problems:<BR> <BR> modprobe ip_conntrack_proto_gre<BR> modprobe ip_nat_proto_gre<BR> modprobe ip_conntrack_pptp<BR> modprobe ip_nat_pptp<BR> <BR> This shouldn't give problems.<BR> <BR> Regards,<BR> Filip<BR> <BR> <BR> <BR> <BR> <BR> <BR> </FONT> </P> </BODY> </HTML> ------_=_NextPart_001_01C2714A.E4111F2A--