It's easy enough to get a pptp client going on a Ubuntu 9.04 (Jaunty) desktop:

sudo apt-get install network-manager-pptp

However, I can't seem to find documentation find a corresponding L2TP client to connect to our Windows VPN server at work remotely. I have a certificate from our offline CA (pkcs12 format with the public/private keys + CA public cert in one file), and in Windows I'd simply install via the MMC certificates snap-in, choose L2TP connection in the native client, and I'd be good to go.

Anyone have any ideas about setting up L2TP in Ubuntu? Or should I just use PPTP -- my understanding is that it's much less secure than L2TP, but is that still true? Will I need to ensure EAP authentication if I do stick with PPTP? Thanks in advance.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Try this guide, pretty comprehensive: http://www.jacco2.dds.nl/networking/linux-l2tp.html

link|improve this answer
Thanks, this looks very promising! – nedm Jun 11 '09 at 6:57
feedback

I can't tell you much, here is the a package for doing l2tp and here is a howto that make be able to help you.

link|improve this answer
Haven't been able to get it to work yet, but I think this is as good as it gets. Wishing for a "network-manager-l2tp" but not holding my breath. – nedm May 27 '09 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.