HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- vpn client for Linux via mppe ...
Operating System - Linux
1827293
Members
2852
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 04:36 AM
09-28-2003 04:36 AM
vpn client for Linux via mppe ...
All,
I need to set up a vpn access from linux to microsoft vpn server which use mppe. I've searched around and gotten more confused; I am running redhat9 with an updated 2.4-20 and 2.4-22 kernel from kernel.org. It does not look like the stock kernel comes with the mppe modules. After googling for a while, I've found references to mppe and pptp, it appears that the mppe patche for the kernel from the planetmirror site supports a different pptp version. Could some one enlightenment me? Why do we not include the mppe version in the stock kernel, I am sure it's been out quite sometime and it's safe to say it's in used by a number of users out there. Thanks.
I need to set up a vpn access from linux to microsoft vpn server which use mppe. I've searched around and gotten more confused; I am running redhat9 with an updated 2.4-20 and 2.4-22 kernel from kernel.org. It does not look like the stock kernel comes with the mppe modules. After googling for a while, I've found references to mppe and pptp, it appears that the mppe patche for the kernel from the planetmirror site supports a different pptp version. Could some one enlightenment me? Why do we not include the mppe version in the stock kernel, I am sure it's been out quite sometime and it's safe to say it's in used by a number of users out there. Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 06:01 AM
09-28-2003 06:01 AM
Re: vpn client for Linux via mppe ...
Well... NT4's been used a lot too, and is quite a mess, AFA security is concerned.
MPPE is Microsoft Point to point encryption protocol, so hoem made, and it has no reason to be natively in Linux, as codes are not free.
Besides, it uses the same key on both ways, which is risky : if you crypt, do it well, generating 2 keys wouldn't be harder (except for the decrypt admin stuff in m$ concept).
If you want to interconnect Linux and m$ with VPN, I think you shouldn't try to make linux a m$ like, because from my experience it won't work. You'd better think from both ends and search for what will work on both ends (I mean, I've no lesson to give to no-one, but eveytime I processed this way it worked better).
Whatesoever, there is ppp-mppe-version.rpm available, but make some cofee as there will be several things to rebuild thenafter.
Otherwise, there is also the PPTPO with CIPE solution, read at http://www.europe.redhat.com/documentation/rhl9/rhl-sg-en-9/ch-vpn.php3
Thanks to assign points if this is useful...
J
MPPE is Microsoft Point to point encryption protocol, so hoem made, and it has no reason to be natively in Linux, as codes are not free.
Besides, it uses the same key on both ways, which is risky : if you crypt, do it well, generating 2 keys wouldn't be harder (except for the decrypt admin stuff in m$ concept).
If you want to interconnect Linux and m$ with VPN, I think you shouldn't try to make linux a m$ like, because from my experience it won't work. You'd better think from both ends and search for what will work on both ends (I mean, I've no lesson to give to no-one, but eveytime I processed this way it worked better).
Whatesoever, there is ppp-mppe-version.rpm available, but make some cofee as there will be several things to rebuild thenafter.
Otherwise, there is also the PPTPO with CIPE solution, read at http://www.europe.redhat.com/documentation/rhl9/rhl-sg-en-9/ch-vpn.php3
Thanks to assign points if this is useful...
J
You can lean only on what resists you...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 04:23 AM
11-30-2003 04:23 AM
Re: vpn client for Linux via mppe ...
Here, here, I have tried to incorporate mppe modules for linux. Oh, yeah it's a mess. I gave up on it. No wonder the vendor did not support the cross over to Linux for vpn. I am using watchguard firewall, any suggestions on how to get vpn for linux? I was thinking of using a linux server behind the firewall as a vpn server, has any one done this?
Jerome, I will look into the url regarding cipe and linux vpn. This looks like an alternative solution.
Jerome, I will look into the url regarding cipe and linux vpn. This looks like an alternative solution.
Reputation of a thousand years can be determined by the conduct of an hour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 10:28 AM
11-30-2003 10:28 AM
Re: vpn client for Linux via mppe ...
mppe intergration into Linux is a pain (kernel module, modificatiosn to pppd), but I was able to get it to work (as a server) in about 15-20 minutes (on RH8) with little issue.
The poptop source (http://www.poptop.org) is good for that. I've not tried the actual client however (http://pptpclient.sourceforge.net/).
If you want compatability with windows, but better encryption, you could always look to use 'IPSec'. The 'Freeswan' distribution used to be the best, but I've not looked at it for a while.
The poptop source (http://www.poptop.org) is good for that. I've not tried the actual client however (http://pptpclient.sourceforge.net/).
If you want compatability with windows, but better encryption, you could always look to use 'IPSec'. The 'Freeswan' distribution used to be the best, but I've not looked at it for a while.
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP