Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 257c91177167141441730f760c602703 > files > 13

ipsec-tools-0.8.0-1.fc15.src.rpm


# Racoon IKE daemon configuration file.
# See 'man racoon.conf' for a description of the format and entries.

path include "/etc/racoon";
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon/certs";
path script "/etc/racoon/scripts";

sainfo anonymous
{
	#pfs_group 2;
	lifetime time 1 hour ;
	encryption_algorithm 3des, blowfish 448, rijndael ;
	authentication_algorithm hmac_sha1, hmac_md5 ;
	compression_algorithm deflate ;
}

#remote <IP-of-Cisco-ASA>
#{
#	exchange_mode main;
#	my_identifier fqdn "host.name.of.vpn.client";
#	certificate_type x509 "client.crt" "client.key";
#	ca_type x509 "ca.crt";
#	mode_cfg on;
#	script "p1_up_down" phase1_up;
#	script "p1_up_down" phase1_down;
#	proposal
#	{
#		encryption_algorithm 3des;
#		hash_algorithm sha1;
#		authentication_method xauth_rsa_client;
#		dh_group 2;
#	}
#}