Sez wrote: > Hi people, > > I am paching a kernet with pom. I recompiled all the kernel and i > installed this. Moreover, i compile iptables and installed this. Can > I know if i installed succesfull the pom in kernel with some command? > I want to use nat with pptp, and i want to know if i do this well... When the kernel is installed, there should be a module called ip_conntrack_pptp, ip_conntrack_gre, ip_nat_pptp, and ip_nat_gre. If those modules can be loaded, then the POM was successful (assuming you did install them to the kernel). Remember, it's a pretty good idea to always manually load these as modules and not place them right into the kernel. There's no need to place these modules into the main kernel for most ppl.