Bug 47089 - Problems after stopping racoon (ipsec-tools)
Bug#: 47089 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: plasmaroo@gentoo.org Reported By: georgmueller@gmx.net
Component: Ebuilds
URL: 
Summary: Problems after stopping racoon (ipsec-tools)
Keywords:  
Status Whiteboard: 
Opened: 2004-04-07 07:01 0000
Description:   Opened: 2004-04-07 07:01 0000
Then stopping racoon, you can't use unencrypted inet anymore.
This is caused by the entries in the SAD, witch are still there and do not allow unencrypted traffic.

So please add the following lines to the stop-section in the init script to flush the entries:
---
        /usr/sbin/setkey -F
        /usr/sbin/setkey -FP
---


Reproducible: Always
Steps to Reproduce:
1. use internet unencrypted (works)
2. start racoon, use internet encrypted (encryption required)
3. stop racoon
4. try to use internet

Actual Results:  
not possible to use

Expected Results:  
use internet unencrypted

------- Comment #1 From Georg Müller 2004-04-27 01:37:08 0000 -------
Fixed :-)

Thanks