<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi,</DIV>
<DIV>My VPN Linux server is behind a Linux Gateway/NAT. </DIV>
<DIV>&nbsp;</DIV>
<DIV>VPN Server —--&gt; Gateway (eth0-10.x.x.254/24 &lt;—&gt; eth1-70.x.x.x) &lt;-----&gt;Internet &lt;----&gt; roadwarrior</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've setup my /etc/ipsec.conf on&nbsp;the server is as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>version 2.0</DIV>
<DIV>&nbsp;</DIV>
<DIV>config setup<BR>&nbsp;nat_traversal=yes<BR>&nbsp;strictcrlpolicy=no<BR>&nbsp;virtual_private=%v4:10.0.0.0/8,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!192.168.1.0/24</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn Þfault</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn clear<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn private<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn packetdefault<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn clear-or-private<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn private-or-clear<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn block<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn OEself<BR>&nbsp;auto=ignore</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn roadwarrior-l2tp<BR>&nbsp;leftprotoport=17/0<BR>&nbsp;rightprotoport=17/1701<BR>&nbsp;also=roadwarrior</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn roadwarrior-l2tp-updatedwin<BR>&nbsp;leftprotoport=17/1701<BR>&nbsp;rightprotoport=17/1701<BR>&nbsp;also=roadwarrior</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn roadwarrior-all<BR>&nbsp;leftsubnet=0.0.0.0/0<BR>&nbsp;also=roadwarrior</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn L2TP-CERT<BR>&nbsp;# ...Existing parameters<BR>&nbsp;left=10.x.x.x<BR>&nbsp;leftnexthop=10.x.x.254<BR>&nbsp;rightsubnet=vhost:%no,%priv</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn roadwarrior<BR>&nbsp;authby=rsasig<BR>&nbsp;auto=add<BR>&nbsp;esp=aes,3des<BR>&nbsp;keyingtries=3<BR>&nbsp;left=Þfaultroute<BR>&nbsp;leftcert=path/xxx_01.pem<BR>&nbsp;leftid="x.x.x.x"<BR>&nbsp;leftrsasigkey=Îrt<BR>&nbsp;pfs=yes<BR>&nbsp;right=%any<BR>&nbsp;rightrsasigkey=Îrt</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Windows roadwarrior is as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>conn me_to_vpngateway<BR>&nbsp;pfs=yes<BR>&nbsp;auto=start<BR>&nbsp;network=auto<BR>&nbsp;left=%any<BR>&nbsp;right=DNSname (FQDN) of server</DIV>
<DIV>&nbsp;rightca="xxxxx"<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>The routes have been sent up on the gateway/router and vpn server:<BR></DIV>
<DIV>So now the road warrior is trying to connect to the vpn gateway through the gateway and it's failing. I've followed the link <A href="http://www.natecarlson.com/linux/ipsec-x509-fs1.php">http://www.natecarlson.com/linux/ipsec-x509-fs1.php</A>, <A href="http://www.jacco2.dds.nl/networking/openswan-l2tp.html#serverNATed">http://www.jacco2.dds.nl/networking/openswan-l2tp.html#serverNATed</A>&nbsp;and <A href="http://www.jacco2.dds.nl/networking/win2000xp-openswan.html#SP2">http://www.jacco2.dds.nl/networking/win2000xp-openswan.html#SP2</A>&nbsp;(Windows registry addition) but no success. I receive the Error 789 from the windows client. Certificates are fine, packets received&nbsp;on the gateway/router are successful on port 500 but vpn server doesn't&nbsp;doesn't communicate. What should I do?? Please help!!!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Peter</DIV>
<DIV><BR>&nbsp;</DIV></BODY></HTML>