[Swan] Need debugging pointer between libreswan and ASA5550

Paul Wouters pwouters at redhat.com
Fri Mar 8 17:39:19 EET 2013


On Fri, 8 Mar 2013, T.J. Yang wrote:

> Thanks to Paul and Philippe's pointers. I tried the "oe" and spacing suggestion without success. when I do
> a "ipsec auto --add centos6-asa" to add connection manually. /var/log/ipsec.log only showing  one line but
> no other message.
> I will keep digging

I am confused. Do not do this:

conn foo
     some=value
     other=value

     third=value

And don't do this:

conn foo
     some=value
     other=value
#    third=value
     fourth=value

But do this:

conn foo
     some=value
     other=value
     #third=value
     fourth=value

Paul


More information about the Swan mailing list