poptop_ads_howto_a1.htm 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>Poptop MSCHAP2 ADS Howto</title>
  7. </head>
  8. <body>
  9. <p><strong>APPENDIX</strong></p>
  10. <p><strong><a name="mppe"></a>A1. Install MPPE Kernel Module on Fedora Core 4 / 5 / 6 </strong></p>
  11. <p>In summary, Fedora Core 5 or above, the Kernel has built-in MPPE functionality.</p>
  12. <hr>
  13. <strong><a name="a11_fc56" id="a11_fc56"></a>A1.1 Fedora Core 5 and 6</strong><br>
  14. (last update: 19 May 2007)
  15. <p>Kernel version 2.6.15 or above has MPPE built-in which is required for MSCHAPv2. Fedora Core 5 and 6 kernel version on the CD are 2.6.15 and 2.6.18 respectively. That means you do not need to install the MPPE module as you have to for Fedora Core 4. Information for FC4 and MPPE is in <a href="poptop_ads_howto_a1.htm">Appendix A1.2</a>.</p>
  16. <p>To test if your kernel supports MPPE:</p>
  17. <blockquote>
  18. <pre>[root@pptp ~]# modprobe ppp-compress-18 &amp;&amp; echo ok</pre>
  19. </blockquote>
  20. <p>It should return an &quot;ok&quot;. Then move to <a href="poptop_ads_howto_4.htm#pppd_pptpd">step 8</a>.</p>
  21. <p><strong>Note:</strong> The latest kernel for Fedora Core 5/6 at the time of writing is 2.6.20.</p>
  22. <hr>
  23. <strong><a name="a12_fc4"></a>A1.2 Fedora Core 4<br>
  24. </strong>(last update: 6 March 2006)
  25. <p>MPPE support is required for MSCHAPv2. Depending on the kernel version, you may or may not require to perform this step. Kernel version 2.6.15 or above has MPPE built-in. If you are using the latest FC4 2.6.15 kernel, you can go to <a href="poptop_ads_howto_4.htm#pppd_pptpd">Step 8 </a> now. If you are using an older kernel which does not support MPPE, you will have to add this feature to it. </p>
  26. <p>To test if your kernel supports MPPE:</p>
  27. <blockquote>
  28. <pre>[root@pptp ~]# modprobe ppp-compress-18 &amp;&amp; echo ok</pre>
  29. </blockquote>
  30. <p>If it returns an &quot;ok&quot;, you can safely skip this step and move to <a href="poptop_ads_howto_4.htm#pppd_pptpd">Step 8 </a>. If you see &quot;FATAL: Module ppp_mppe not found.&quot;, install MPPE support as described in the following procedure:</p>
  31. <p> Download the MPPE module builder in rpm format from <a href="http://sourceforge.net/project/showfiles.php?group_id=44827">here</a>. The required RPMs are::</p>
  32. <blockquote>
  33. <pre>dkms-2.0.6-1.noarch.rpm
  34. kernel_ppp_mppe-1.0.2-3dkms.noarch.rpm</pre>
  35. </blockquote>
  36. <p>Install them with command &quot;rpm -ivh&quot;.</p>
  37. <blockquote>
  38. <pre>[root@pptp ~]# rpm -ivh dkms-2.0.6-1.noarch.rpm
  39. [root@pptp ~]# rpm -ivh kernel_ppp_mppe-1.0.2-3dkms.noarch.rpm </pre>
  40. </blockquote>
  41. <p>If you upgrade your kernel to 2.6.13 or above, kernel_ppp_mppe version 1.0.2 or above must be used. Otherwise, the pptp tunnel will not connect and you will see error message &quot;This system lacks kernel support for PPP.&quot; in /var/log/messages.</p>
  42. <p>Please see <a href="#autoinstaller">A1.3 Kernel Upgrade and dkms_autoinstaller</a> for more information on dkms. </p>
  43. <dt><strong>Note:</strong></dt>
  44. <dd>(1) Fedora Extra provides also a dkms rpm, dkms-2.0.6-3.fc4.noarch.rpm. I have not tested it. You may want to use the one I mentioned above to make sure the installation will work. </dd>
  45. <br><hr>
  46. <strong><a name="autoinstaller"></a>A1.3 Kernel Upgrade and dkms_autoinstaller</strong><br>
  47. (last update: 6 March 2006)
  48. <p>If you upgrade your kernel after installing dkms, thanks to the dkms_autoinstaller service, you will not have to worry about the dkms kernel module. dkms_autoinstaller runs on every bootup. It checks the dkms module to ensure it match the kernel version. If a mismatch is found, it will create a proper one for the boot kernel. </p>
  49. <p>For dkms_autoinstaller to work, you will need the correct kernel-devel version installed in your system. It is always a good idea to install the kernel-devel rpm alongside with your new kernel.</p>
  50. <hr>
  51. <a href="poptop_ads_howto_a2.htm">Next</a> &nbsp;&nbsp;<a href="poptop_ads_howto_12.htm">Previous</a>&nbsp;&nbsp;<a href="poptop_ads_howto_1.htm#toc">Content</a>
  52. </body>
  53. </html>