Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47089 - Problems after stopping racoon (ipsec-tools)
Summary: Problems after stopping racoon (ipsec-tools)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tim Yamin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 07:01 UTC by Georg Müller
Modified: 2004-04-27 01:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Müller 2004-04-07 07:01:57 UTC
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 Georg Müller 2004-04-27 01:37:08 UTC
Fixed :-)

Thanks