racoon-tool doesn't generate full racoon.conf file in /var/lib/racoon/racoon.conf
- by robthewolf
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