12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Poptop MSCHAP2 ADS Howto</title>
- </head>
- <body>
- <p><a name="pppd"><strong>A2. Upgrade pppd on Fedora Core 4 / 5 / 6 </strong></a></p>
- <p><a name="fc56_pppd"></a><strong>A2.1 Fedora 5 and 6</strong><br>
- (last update: 19 May 2007)</p>
- <p>FC5 comes with ppp-2.4.3-6.2.1 and FC6 has ppp-2.4.4-1. MPPE support is already enabled. If ppp is not installed, use<em> yum</em> to install it.</p>
- <blockquote>
- <pre>[root@pptp ~]# yum install ppp</pre>
- </blockquote>
- <p><strong>Note</strong>: Information on how to update ppp module on FC4 is in <a href="#f4_pppd">the next section.</a></p>
- <hr>
- <p><strong><a name="f4_pppd"></a>A2.2 Fedora Core 4</strong><br>
- (last update: 6 March 2006) </p>
- <p>FC4 comes with ppp-2.4.2-7. It is required to be upgraded to a patched version which supports MPPE. The patched version can be found in <a href="http://sourceforge.net/project/showfiles.php?group_id=44827">here</a>. Download the rpm for FC4. At the time of writing, the latest version is 2.4.3-5. Get the FC4 rpm: </p>
- <blockquote>
- <pre>ppp-2.4.3-5.fc4.i386.rpm</pre>
- </blockquote>
- <p>Upgrade the ppp with the downloaded version:</p>
- <blockquote>
- <pre>[root@pptp ~]# rpm -Uvh ppp-2.4.3-5.fc4.i386.rpm</pre>
- </blockquote>
- <p><strong>Note</strong>: If you are a Gentoo user, and are using kernel v2.6.15, the ppp-2.4.3-5 does NOT work because of MPPC. You may find more information from <a href="http://kernel-bugs.osdl.org/show_bug.cgi?id=5827">here</a>.</p>
- <hr>
- <a href="poptop_ads_howto_a3.htm">Next</a> <a href="poptop_ads_howto_a1.htm">Previous</a> <a href="poptop_ads_howto_1.htm#toc">Content</a>
- <p> </p>
- </body>
- </html>
|