Hello,<br><br>Here is my setup<br>openswan-2.4.6<br>Redhat 9 <br>kernel 2.4.20-30.9<br><br>Network<br>leftHost <div id="mb_0"> righthost<br> eth0<-------------------------------------->eth0
<br> 3000:2000::1000 3000:2000::1001<br><br> eth1 eth1<br>3100:2000::1000/64 3200:2000::1000/64<br>(leftsubnet) (rightsubnet)
<br><br><br>I am trying IPv6 openswan<br>Here is my configuration file<br><br>version 2.0 # conforms to second version of ipsec.conf specification<br><br># basic configuration<br>config setup<br> interfaces="ipsec0=eth0"
<br> plutodebug=all<br><br><br>#Disable Opportunistic Encryption<br>include /etc/ipsec.d/examples/no_oe.conf<br><br><br>conn samplev6<br> type=tunnel<br> connaddrfamily=ipv6<br> left=3000:2000::1000
<br> leftsubnet=3100:2000::/64<br> right=3000:2000::1001<br> rightsubnet=3200:2000::/64<br> auto=add<br> esp=3des-md5-96<br> authby=secret<br> leftrsasigkey=%none<br><br><br>
Here is the /etc/ipsec.secrets file<br>3000:2000::1000 3000:2000::1001 : PSK "Hello6"<br><br>I am getting the following error message after the following<br>service ipsec start<br>ipsec auto --up samplev6<br>"We cannot identify ourselves with either end of this connection"
<br><br>IPv4 is working fine.<br>Problem exists with ipv6 only.<br>Any Ideas ?<br>Where can I get sample configuration files for Ipv6.<br><span class="sg"><br>S.Kartikeyan</span></div>