racoon-tool doesn't generate full racoon.conf file in /var/lib/racoon/racoon.conf
Posted
by
robthewolf
on Server Fault
See other posts from Server Fault
or by robthewolf
Published on 2011-01-05T19:38:02Z
Indexed on
2013/10/27
9:57 UTC
Read the original article
Hit count: 315
I am using ipsec-tools/racoon to create my VPN. I am using racoon-tool to configure racoon.conf but when I run racoon-tool reload it only generates the first section - Global items.
When I run racoon-tool I get:
# racoon-tool reload
Loading SAD and SPD...
SAD and SPD loaded.
Configuring racoon...done.
This is the entire file /var/lib/racoon/racoon.conf
#
# Racoon configuration for Samuel
# Generated on Wed Jan 5 21:31:49 2011 by racoon-tool
#
#
# Global items
#
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon/certs";
log debug;
I cannot find anywhere a solution as to why this is happening. Please help
© Server Fault or respective owner