Pages

Sunday 29 April 2012

Openswan configuration files

I wanted to move my openswan ip configuration to my new computer. So this is a short list of the files copied, and actions taken.
sudo apt-get install openswan
I choose not to generate a certificate.
Files needed:
/etc/ipsec.conf
/etc/ipsec.d/certs
/etc/ipsec.secrets
/etc/ipsec.d/private/
Instructions:
ipsec setup --stop
ipsec setup --start
ipsec auto --up connection_name

No comments:

Post a Comment