Skip to Content
Linux Networking Cookbook
book

Linux Networking Cookbook

by Carla Schroder
November 2007
Beginner
642 pages
15h 43m
English
O'Reilly Media, Inc.
Content preview from Linux Networking Cookbook

10.4. Patching the Fedora Kernel for MPPE Support

Problem

Oops, you have an older (pre-2.6.15-rc1) kernel on your Fedora, Red Hat, CentOS, or Red Hat-like system. You don't want to upgrade, so you need to build the MPPE kernel module. How do you do this?

Solution

The fine Poptop maintainers use Dynamic Kernel Module Support (DKMS) to generate the MPPE kernel module, which is much easier than the traditional way. First, test for MPPE support:

	# modprobe ppp-compress-18 && echo ok
	FATAL: Module ppp-compress-18 not found.

Then, you need to build a new kernel module. Follow these steps. First, find your kernel version:

	# uname -r
	2.6.11-1.1369.fc6

Then, download the matching kernel-devel package. First, list the available versions:

	# yum search kernel-devel
	[...]
	kernel-devel.i586    2.6.11-1.1369.fc6 core
	Matched from:
	kernel-devel
	[...]

If there is more than one, install the one that matches your kernel:

	# yum install kernel-devel-2.6.11-1.1369_fc4.i586

If there is only one, save yourself some typing:

	# yum install kernel-devel

Now, install the DKMS package, which is a great tool that simplifies building new kernel modules:

	# yum install dkms

Finally, download and install the MPPE module builder RPM (currently dkms-2.0.10-1) from Poptops's Sourceforge download site (http://sourceforge.net/project/showfiles.php?group_id=44827). Reboot, then try loading the MPPE module:

	# modprobe ppp-compress-18 && echo success
	success

Very good! Now you can move on to installing and running your pptpd server. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linux Networking Cookbook

Linux Networking Cookbook

Gregory Boyce
Linux Security Cookbook

Linux Security Cookbook

Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes

Publisher Resources

ISBN: 9780596102487Errata Page