Kernel modules in UML

This will sound like a noob question because it probably is. I'm looking at installing a vpn with pptpd and I need to find out whether MPPE is enabled as a kernel module in my current system. Is there a file somewhere which is a dump of the .config file? Or can someone tell me if 2.4.29-linode39-1um has MPPE enabled in the kernel?

Cheers,

Ben

5 Replies

````
$ uname -r
2.6.21.1-linode32
$ zgrep MPPE /proc/config.gz
CONFIGPPPMPPE=y

````

@rm:

$ uname -r
2.6.21.1-linode32
$ zgrep MPPE /proc/config.gz
CONFIG_PPP_MPPE=y

Thats for a 2.6 kernel.. he is running a 2.4 kernel.. regardless

http://www.linode.com/forums/viewtopic.php?t=1407

which states that mppe is compiled in

Awesome, thanks guys :) i must have missed that thread when scanning through. Much appreciated

Yeah, my bad. Had thought /proc/config.gz was in mainline 2.4.

HA! - I thought this topic was "Linux kernel modules in

Unified Modeling Language" - duh. Like UML was used.

Maybe I need a vacation.

James

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct