<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">I try to setup a connection to a vpn server and wounder if this is correct

They said that I use <font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB">encryption = 3des<o:p></o:p></span></font><font
 face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB"> and authentication = sha1

Is this correct for that?</span></font><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-GB"><o:p>
</o:p></span></font></pre>
<pre wrap="">



conn MyConnection
        authby=secret
        auto=start
        dpddelay=3
        dpdtimeout=120
        dpdaction=restart
        rekey =yes
        left=Y.Y.Y.Y
        leftnexthop=%direct
        leftsubnet=192.168.2.240/29
        auth = esp
        esp=3des-sha1
        ike=3des-sha1-modp1024
        ikelifetime=86400s
        keylife=3600s
        pfs=no
        aggrmode=no
        right=X.X.X.X
        rightnexthop=%direct
        rightsubnet=10.1.1.0/24

</pre>
</body>
</html>