Hi all,<br>   I j tried forming IPv6 tunnel using openSwan. <br>After I execute the command &quot;service ipsec start&quot;, ping is not working. I just debugged using wireshark.<br>The ping packets are not going out of an interface.   If I execute the command &quot;ipsec auto --up &quot;west-east&quot;, the terminal is not responding.<br>
Can you guys please help me to solve this problem? <br><br><br>Please find my ipsec.conf details below<br><br>config setup<br>        interfaces=%defaultroute<br>        plutodebug=&quot;all&quot;<br>        nat_traversal=yes<br>
        plutowait=yes<br>        nhelpers=0<br>        uniqueids=yes<br><br>conn west-east<br>        connaddrfamily=ipv6<br>        type=tunnel<br>        left=2001:db8:0:f101::2<br>        right=2001:db8:0:f101::1<br>        keyexchange=ike<br>
        esp=aes128-sha1<br>        ike=aes128-sha1-modp1024<br>        auto=route<br>        auth=esp<br>        authby=secret<br>        pfs=yes<br>        keyingtries=%forever<br>        rekeymargin=4m<br>        disablearrivalcheck=no<br>
        rekey=yes<br>        aggrmode=no<br><br><br>Regards,<br>Saravanan N<br><br>