<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have started to use Openswan on Centos6 and was able to configure Host to Host using the following document: <br><br>https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/Host-To-Host_VPN_Using_Openswan.html<br><br><br>My configuration is following (on both sides):<br><br><br>        conn tunnel1<br>        left=x.x.0.2<br>        leftrsasigkey=0sA…iww==<br>        right=x.x.0.1<br>        rightrsasigkey=0sA…qrQ==<br>        authby=rsasig<br>        # load and initiate automatically<br>        auto=start<br>        <br><br>    <br>I have enabled tunnel using the following command:<br><br>    ipsec auto --add tunnel1           <br>    ipsec auto --up tunnel1<br><br><br>Why I have 2 tunnels up?<br>I see it on both sides<br><br>    service ipsec status<br>    IPsec running  - pluto pid: 27830<br>    pluto pid 27830<br>    2 tunnels up<br>    some eroutes exist<br><br><br><br><br><br><br><br>                                      </div></body>
</html>