Penguin
Diff: PPTPConnectionTracking
EditPageHistoryDiffInfoLikePages

Differences between version 6 and previous revision of PPTPConnectionTracking.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Wednesday, January 18, 2006 4:36:32 am by AndyBaumhauer Revert
Older page: version 5 Last edited on Wednesday, January 18, 2006 4:34:49 am by AndyBaumhauer Revert
@@ -21,9 +21,25 @@
 If you're running 2.6.14.2 or lower, there are two patches on [this Netfilter bug|https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=397] which you need to apply to your kernel. 
  
 No changes should need to be made to iptables. 
  
-Enable/module CONFIG_IP_NF_PPTP and CONFIG_IP_NF_NAT_PPTP; the modules are called ip_nat_pptp and ip_conntrack_pptp. Make sure that ip_nat_pptp and ip_conntrack_pptp are being loaded into the kernel if you are using kernel modules (CONFIG_IP_NF_PPTP=M). Use <verbatim>lsmod | grep -i pptp</verbatim> to check for the modules, and <verbatim>modprobe ip_nat_pptp</verbatim> and <verbatim>modprobe ip_conntrack_pptp</verbatim> to load the modules. If your testing works, then add the modules at boot by editing <verbatim>/etc/modprobe.conf</verbatim> and adding lines like this: 
+Enable/module CONFIG_IP_NF_PPTP and CONFIG_IP_NF_NAT_PPTP; the modules are called ip_nat_pptp and ip_conntrack_pptp. Make sure that ip_nat_pptp and ip_conntrack_pptp are being loaded into the kernel if you are using kernel modules (CONFIG_IP_NF_PPTP=M). Use  
+ <verbatim>  
+ lsmod | grep -i pptp  
+ </verbatim>  
+ to check for the modules, and  
+ <verbatim>  
+ modprobe ip_nat_pptp  
+ </verbatim>  
+ and  
+ <verbatim>  
+ modprobe ip_conntrack_pptp  
+ </verbatim>  
+ to load the modules. If your testing works, then add the modules at boot by editing  
+ <verbatim>  
+ /etc/modprobe.conf  
+ </verbatim>  
+ and adding lines like this: 
  
 <verbatim> 
 insert ip_nat_pptp /bin/true 
 insert ip_conntract_pptp /bin/true