1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

Forums
Welcome, Guest
DES (single DES) and OpenSwan on ClearOS
(1 viewing) 1 Guest
Go to bottomPage: 12
TOPIC: DES (single DES) and OpenSwan on ClearOS
#14400
DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
So after testing on Friday, I have found that my client's current equipment does not support 3DES. It is simply Cisco Equipment that is too old, and they do not have any kind of support contract to download updated firmware. Some of the gear is so dated I am not sure if it even has firmware that supports 3DES.

They have 8 sites (HQ and 7 remote) scattered across the country & Mexico and doing a massive all or nothing swap out is not going to be fun.

My Google skills found hits on the OpenSwan mailing list that show it used to be able to be compiled with DES enabled, but I couldn't find any good instructions on which versions of OpenSwan still had this feature.

I can follow instructions on compiling and running a ./makefile but couldn't find any. Additionally, I do not want to break the existing IPSec support in ClearOS. If I remove the IPSec module to install OpenSwan myself, would I then have to do everything in conf file manually? Will I no longer be able to use Managed VPN?
Jared Busch
Expert Boarder
Posts: 128
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14403
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
Compiling openswan it pretty easy and the instructions are in the source. Old instructions are here. The second post gives the way of keeping it in the ClearOS way, but you now use "yum" instead of "apt-get". I suggest you keep with the 2.6.x family now if you want to remain compatible with ClearOS. If you have not installed them yet, you should install the development tools:
Code:

yum groupinstall "Development Tools"



DES on its own is horribly insecure. You should get your client off that as soon as possible!

If you compile as suggested, the ClearOS VPN should still work even if you compile the latest package (2.6.27 when ClearOS is at 2.6.21).
Nick Howitt
Platinum Boarder
Posts: 2351
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14404
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
Nick Howitt wrote:
DES on its own is horribly insecure. You should get your client off that as soon as possible!
One of many selling points for the switch to ClearOS.
Jared Busch
Expert Boarder
Posts: 128
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14405
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
I think to compile with DES, in the source, edit Makefile.inc and change USE_WEAKSTUFF?=false to true.
Nick Howitt
Platinum Boarder
Posts: 2351
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14406
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
That is what i got out of my searches. install dev tools now, then will move to openswan. I'll post updates.
Jared Busch
Expert Boarder
Posts: 128
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14407
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
One thing you might find is installing an updated Openswan will not break ClearOS per-se, but manual configuration of openswan may well break it. It does break the (free) unmanaged VPN but with the managed VPN they may give you better support. I have no idea what the managed VPN looks like.
Nick Howitt
Platinum Boarder
Posts: 2351
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14408
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
Problem installing openswan.

when I make programs it says that is can not find gmp.h
OpenSwan FAQ
gmp.h: No such file or directory

Pluto needs the GMP (GNU Multi-Precision) library for the large integer calculations it uses in public key? cryptography. This error message indicates a failure to find the library. You must install it before Pluto will compile.
The GMP library is included in most Linux distributions. Typically, there are two RPMs, libgmp and libgmp-devel, You need to install both, either from your distribution CDs or from your vendor's web site.


Code:


[root@vpn openswan-2.6.21]# yum install libgmp libgmp-devel
Loading "kmod" plugin
Loading "protect-packages" plugin
Setting up Install Process
Parsing package install arguments
No package libgmp available.
No package libgmp-devel available.
Nothing to do

Jared Busch
Expert Boarder
Posts: 128
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/19 15:19 By sorvani.
The administrator has disabled public write access.
 
#14411
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
Have you installed the Development Tools?
Nick Howitt
Platinum Boarder
Posts: 2351
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14413
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
The gmp package provides libgmp for CentOS / ClearOS
Code:

yum install gmp gmp-devel

Tim Burgess
Moderator
Posts: 4181
graph
User Online Now Click here to see the profile of this user
The administrator has disabled public write access.
 
#14426
Re: DES (single DES) and OpenSwan on ClearOS 1 Year, 6 Months ago  
Nick Howitt wrote:
Have you installed the Development Tools?
That is what I was doing in my earlier post.

Tim Burgess wrote:
The gmp package provides libgmp for CentOS / ClearOS
Code:

yum install gmp gmp-devel


That did it, make programs running now.
Jared Busch
Expert Boarder
Posts: 128
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/19 21:58 By sorvani.Reason: user 0 bbcode 1
The administrator has disabled public write access.
 
Go to topPage: 12
  get the latest posts directly to your desktop