<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
On Thu, 2007-12-06 at 16:29 -0500, Peter McGill wrote:<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Off hand I don't see the problem in your conf or logs here.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
We managed to get the VPN up.&nbsp; At the suggestion of the other party, we tried to make it a subnet VPN instead of host-to-host.&nbsp; Here is my updated /etc/ipsec.d/partner.conf file:<BR>
<BR>
conn partner<BR>
&nbsp; auto=add<BR>
&nbsp; authby=secret<BR>
&nbsp; compress=no<BR>
&nbsp; ike=aes256-sha1-modp1024<BR>
&nbsp; esp=aes256-sha1<BR>
&nbsp; pfs=yes<BR>
&nbsp; left=xxx.xxx.205.212<BR>
&nbsp; leftsubnet=192.168.3.2/32<BR>
&nbsp; right=xxx.xxx.94.73<BR>
&nbsp; rightsubnet=xxx.xxx.220.100/32<BR>
<BR>
This worked.&nbsp; <BR>
<BR>
117 &quot;partner&quot; #3: STATE_QUICK_I1: initiate<BR>
003 &quot;partner&quot; #3: ignoring informational payload, type IPSEC_RESPONDER_LIFETIME<BR>
004 &quot;partner&quot; #3: STATE_QUICK_I2: sent QI2, IPsec SA established {ESP=&gt;0x7f9d974c &lt;0x9fb4d162 xfrm=AES_256-HMAC_SHA1 NATD=none DPD=none}<BR>
<BR>
Now the problem I have is that I can not actually send any packets through. If I try to &quot;telnet xxx.xxx.220.100&quot; it will reply either that their is no route to the host, or it will just sit there trying to connect, and she can not see anything come through at her end of the tunnel.<BR>
<BR>
I tried adding &quot;leftsourceip=192.168.3.2&quot; and &quot;rightsourceip=&quot;xxx.xxx.220.100&quot; after re-reading the Packt Publishing book this weekend, but I don't think that's my problem.<BR>
<BR>
I'm not sure if it is just a routing issue, or something else.&nbsp; I'm leaning towards one of two things, and I was hoping you might tell me what you think.&nbsp; I might be over-complicating things and may just need to focus on routing for all I know!<BR>
<BR>
The first.&nbsp; I saw in her netscreen setup the following statement:&nbsp; <BR>
set vpn &quot;mlavalle&quot; gateway &quot;mlavalle&quot; no-replay tunnel idletime 0 proposal &quot;mlavalle&quot;<BR>
<BR>
The no-replay caught my eye, because my box shows a &quot;replay-window 32&quot; when I run &quot;ip xfrm state&quot;.&nbsp; However, I can't seem to find any way of changing that.&nbsp; <BR>
<BR>
The second thing is, the book and some comments I've seen in this mailing list's history seem to indicate that KLIPS is better than NETKEY, and I am pretty sure my Fedora 6 box is using NETKEY.&nbsp; So, I could either upgrade from Fedora 6 to Fedora 8 and see if there is a bug that worked itself out, or I could figure out how to recompile the kernel with KLIPS instead of NETKEY.<BR>
<BR>
</BODY>
</HTML>