[Openswan Users] "We cannot identify ourselves with either end of this connection"

kartikeyan s octeon at gmail.com
Mon Nov 6 06:44:50 EST 2006


Hello,

Here is my setup
openswan-2.4.6
Redhat 9
kernel 2.4.20-30.9

Network
leftHost                                            righthost
      eth0<-------------------------------------->eth0
      3000:2000::1000                    3000:2000::1001

       eth1                                           eth1
3100:2000::1000/64                      3200:2000::1000/64
(leftsubnet)                                   (rightsubnet)


I am trying IPv6 openswan
Here is my configuration file

version 2.0     # conforms to second version of ipsec.conf specification

# basic configuration
config setup
        interfaces="ipsec0=eth0"
        plutodebug=all


#Disable Opportunistic Encryption
include /etc/ipsec.d/examples/no_oe.conf


conn    samplev6
        type=tunnel
        connaddrfamily=ipv6
        left=3000:2000::1000
        leftsubnet=3100:2000::/64
        right=3000:2000::1001
        rightsubnet=3200:2000::/64
        auto=add
        esp=3des-md5-96
        authby=secret
        leftrsasigkey=%none


Here is the /etc/ipsec.secrets file
3000:2000::1000 3000:2000::1001 : PSK  "Hello6"

I am getting the following error message after the following
service ipsec start
ipsec auto --up samplev6
"We cannot identify ourselves with either end of this connection"

IPv4 is working fine.
Problem exists with ipv6 only.
Any Ideas ?
Where can I get sample configuration files for Ipv6.

S.Kartikeyan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openswan.org/pipermail/users/attachments/20061106/96293011/attachment.html 


More information about the Users mailing list