[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

racoon-tool generates no config file for racoon



Hi,

I'm using racoon-0.5-5 on debian/testing with 2.6.8-2-386 kernel.

After installing ipsec-tools and racoon via apt-get, I added some
lines to /etc/racoon/racoon-tool.conf (see below).

Starting racoon with "racoon-tool start" shows:

Loading IPSEC/crypto modules...
IPSEC/crypto modules loaded.
Starting IKE (ISAKMP/Oakley) server: racoon: failed to parse
configuration file.
racoon-tool: racoon did not start.

/var/lib/racoon/ exists, but there is no racoon.conf after launching
racoon-tool.

Any ideas what might be wrong?

Greetings,
Rocco

--- racoon-tool.conf ---
#
# Configuration file for racoon-tool
#
# See racoon-tool.conf(5) for details
#

# How to control the syslog level
global:
       log: notify

peer(%default):
       certificate_type: x509 host.crt host.key
       my_identifier: fqdn sarge-vm1.akad.med.uni-giessen.de
       verify_identifier: on
       authentication_method[0]: rsasig
connection(%default):
       src_ip: 141.50.162.211

# Guest
peer(141.50.32.14):
       peers_identifier: fqdn vpn.uniklinikum-giessen.de
connection(guest):
       dst_ip: 141.50.32.14
       admin_status: enabled
#
--- racoon-tool.conf ---



Reply to: