5

I use OpenSwan IPSec tunnel on CentOS 6.7.

I have added the following configuration in /etc/ipsec.secrets according to this link: http://linux.die.net/man/5/ipsec.conf

config setup

plutodebug=all

plutostderrlog=/var/log/openswan.log

Unfortunately I can not see logs in openswan.log.

What I have missed?

Michael
  • 587
  • 3
  • 9
  • 23

1 Answers1

10

Required to add the configuration to file /etc/ipsec.conf

# basic configuration
config setup
        plutodebug=all

        plutostderrlog=/var/log/openswan.log
Michael
  • 587
  • 3
  • 9
  • 23
  • On 1/12/18, with `strongSwan 5.3.5`, adding these lines and restarting the server reports both keywords as deprecated. I have not yet found a fix. – Scott Swezey Jan 12 '18 at 23:30