<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi :)<br>
    <br>
    I successfully created a vpn connection with openSwan but it seems
    that the connection close after a fiew hours. I would like this
    connection to be up 24/7. Is there an option to change in the
    configuration file to make it possible ? <br>
    <br>
    Here is my ipsec.conf file :)<br>
    <br>
    <small># basic configuration<br>
      config setup<br>
      &nbsp;&nbsp;&nbsp; nat_traversal=yes<br>
      &nbsp;&nbsp;&nbsp; oe=off<br>
      &nbsp;&nbsp;&nbsp; protostack=netkey<br>
      &nbsp;&nbsp;&nbsp;
virtual_private=%v4:164.129.86.253/32,%v4:164.129.86.55/32,!%v4:192.168.1.0/24<br>
      &nbsp;&nbsp;&nbsp; nhelpers=0<br>
      <br>
      #vpn connection<br>
      conn host-to-host<br>
      &nbsp;&nbsp;&nbsp; forceencaps=yes<br>
      &nbsp;&nbsp;&nbsp; keyingtries=2<br>
      &nbsp;&nbsp;&nbsp; authby=secret<br>
      &nbsp;&nbsp;&nbsp; type=tunnel<br>
      &nbsp;&nbsp;&nbsp; keyexchange=ike<br>
      &nbsp;&nbsp;&nbsp; ike=3des<br>
      &nbsp;&nbsp;&nbsp; esp=3des-md5<br>
      &nbsp;&nbsp;&nbsp; pfs=no<br>
      &nbsp;&nbsp;&nbsp; left=192.168.1.200<br>
      &nbsp;&nbsp;&nbsp; leftid=@myside<br>
      &nbsp;&nbsp;&nbsp; leftsourceip=192.168.1.200<br>
      &nbsp;&nbsp;&nbsp; leftsubnet=192.168.1.200/32<br>
      &nbsp;&nbsp;&nbsp; leftnexthop=192.168.1.1<br>
      &nbsp;&nbsp;&nbsp; right=90.80.59.34<br>
      &nbsp;&nbsp;&nbsp; rightsubnets={164.129.86.253/32,164.129.86.55/32}<br>
      &nbsp;&nbsp;&nbsp; rightid=90.80.59.34<br>
      &nbsp;&nbsp;&nbsp; rightnexthop=%defaultroute<br>
      &nbsp;&nbsp;&nbsp; auto=start</small><br>
    <br>
    <br>
    <br>
  </body>
</html>