Bug 251494
| Summary: | Cannot use IPsec tools with ESP or AH only | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Stijn Tintel <stijn+bugs> | ||||
| Component: | initscripts | Assignee: | initscripts Maintenance Team <initscripts-maint-list> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.0 | CC: | bloch, bugs-redhat, cward, harald, james.dennis, joe, kris.buytaert, mvadkert, notting, tao, theitsmith | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-02 11:14:05 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Stijn Tintel
2007-08-09 13:24:46 UTC
Created attachment 160975 [details]
This patch adds configuration parameters for authentication and encryption algorithms used during PHASE 1 of IPsec SA.
This bug is actually in the initscripts package, since they contain /etc/sysconfig/network-scripts/ifup-ipsec. Version: initscripts-8.45.14.EL-1 *** Bug 435445 has been marked as a duplicate of this bug. *** Confirmed this problem with Centos-5.2 (which should be close enough to EL5 since this is just a script) and Netgear FVS318v3. Attached patch fixes the problem, and now the VPN is up. Even works with the linux box behind a NAT firewall. I found it useful to log setkey input to a file. I'm not sure how to make that robust for general users, however. I had to apply this patch so that I could connect a redhat box with racoon installed on it to a 5.2 box with openswan on it (to disable AH). AH_PROTO=none doesn't work? *** Bug 489974 has been marked as a duplicate of this bug. *** *** Bug 489940 has been marked as a duplicate of this bug. *** I've commited a slightly modified version of this to HEAD. It adds some docs, and allows IKE_{ENC,AUTH} to inherit values from existing configurations if they're not set.
Upstream commit is: http://git.fedorahosted.org/git/?p=initscripts.git;a=commitdiff;h=0199e4c50803bcbf7705a630df24b3291acea838 Please test the erratum candidate: http://people.redhat.com/harald/downloads/initscripts/initscripts-8.45.26.1.el5/ ~~ Attention - RHEL 5.4 Beta Released! ~~ RHEL 5.4 Beta has been released! There should be a fix present in the Beta release that addresses this particular request. Please test and report back results here, at your earliest convenience. RHEL 5.4 General Availability release is just around the corner! If you encounter any issues while testing Beta, please describe the issues you have encountered and set the bug into NEED_INFO. If you encounter new issues, please clone this bug to open a new issue and request it be reviewed for inclusion in RHEL 5.4 or a later update, if it is not of urgent severity. Please do not flip the bug status to VERIFIED. Only post your verification results, and if available, update Verified field with the appropriate value. Questions can be posted to this bug or your customer or partner representative. Hello guys, thanks for looking into this problem. Unfortunately, I am no longer working for the employer where I ran into this issue, and currently lacking hardware to test this. Maybe the reporter of #489940 can confirm if this fixes his problem? An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-1344.html Came across this bug when trying to setup IPsec to a NetApp device, which only supports either AH or ESP, and can confirm that it works with this fix. |