<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Openswan Users] problem with net-to-net configuration</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>ike has to equal 3des-md5 or 3des-sha1 according to ipsec.conf.<BR>
<BR>
If your not using aggresive mode, I would not specify either line.<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: users-bounces@openswan.org on behalf of long@magillem.com<BR>
Sent: Tue 11/30/2010 8:34 AM<BR>
To: users@openswan.org<BR>
Subject: [Openswan Users] problem with net-to-net configuration<BR>
<BR>
Hi :)<BR>
<BR>
I need help to configure openswan for a net-to-net vpn. I've installed<BR>
openswan on ubuntu 9.10 and i followed various topics on the web to<BR>
configure /etc/ipsec.conf and /etc/ipsec.secrets.<BR>
<BR>
I want to create a net-to-net vpn with PSK. Here are my configuration files :<BR>
<BR>
<BR>
/etc/ipsec.conf :<BR>
<BR>
# /etc/ipsec.conf - Openswan IPsec configuration file<BR>
# RCSID $Id: ipsec.conf.in,v 1.16 2005/07/26 12:29:45 ken Exp $<BR>
<BR>
# This file:&nbsp; /usr/share/doc/openswan/ipsec.conf-sample<BR>
#<BR>
# Manual:&nbsp;&nbsp;&nbsp;&nbsp; ipsec.conf.5<BR>
<BR>
<BR>
version 2.0&nbsp;&nbsp;&nbsp;&nbsp; # conforms to second version of ipsec.conf specification<BR>
<BR>
# basic configuration<BR>
config setup<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nat_traversal=yes<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oe=off<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protostack=netkey<BR>
<BR>
#vpn connection<BR>
conn net-to-net<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keyingtries=3<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; authby=secret<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keyexchange=ike<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ike=3des-modp1024<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; esp=3des-md5,3des-sha1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; left=217.128.31.99<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftid=@vpn1.mysite.com<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftsubnet=192.168.2.100/30<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; leftnexthop=%defaultroute<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; right=82.239.74.246<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightid=@vpn2.mysite.com<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightsubnet=192.168.1.100/30<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rightnexthop=%defaultroute<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; auto=start<BR>
<BR>
<BR>
and /etc/ipsec.secrets :<BR>
<BR>
217.128.31.99 82.239.74.246: PSK &quot;my secret key&quot;<BR>
<BR>
The command ipsec verify is OK but when I use ipsec auto --up net-to-net,<BR>
I have the following error : no connection named &quot;net-to-net&quot;.<BR>
<BR>
With the command: ipsec barf, I get the following error :<BR>
<BR>
&quot;Nov 30 17:30:24 gx3 pluto[9838]: esp string error: hash_alg not found,<BR>
enc_alg=&quot;3des&quot;, auth_alg=&quot;modp1024&quot;, modp=&quot;&quot;&quot;<BR>
<BR>
It seems like 3des is not installed or not recognized by pluto. If it is<BR>
the case, what can I do to make it work?<BR>
<BR>
Thank you :)<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
Users@openswan.org<BR>
<A HREF="http://lists.openswan.org/mailman/listinfo/users">http://lists.openswan.org/mailman/listinfo/users</A><BR>
Micropayments: <A HREF="https://flattr.com/thing/38387/IPsec-for-Linux-made-easy">https://flattr.com/thing/38387/IPsec-for-Linux-made-easy</A><BR>
Building and Integrating Virtual Private Networks with Openswan:<BR>
<A HREF="http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155">http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155</A><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>