After a powercut, I had to rebuild my kernel — I needed MPPE support for VPN, and I have here a collection of handy links.
Yup, something which took me the best part of three days the first time to get working now has a fair set of useful links.
The main thing that gets me is the ridiculously over-complicated make-kpkg part. I’m so used to just rolling my own kernels I never did quite get with the debian ‘helpful’ tool to do it. But, when in Rome…
I ended up using this:
make-kpkg --added-patches mppe --append-to-version mppe --config menuconfig configure
make-kpkg --added-patches mppe --append-to-version mppe --config menuconfig kernel_image
For those lost in the mess of kernel configs, the main ones to worry about are in Device Drivers/Networking support then scroll to PPP.
I’m now back with a working MPPE VPN setup, and in no time at all!
Matt Godbolt is a C++ developer working in Chicago for Aquatic. Follow him on Mastodon.