<!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.24.2">
</HEAD>
<BODY>
Hi gang:<BR>
<BR>
I 've been trying to setup a VPN from my linux box to a fortigate fw without success. This is my schema:<BR>
<BR>
<I>Linux Box</I> >>>>>>>>>>>>>><B>GW</B>>>>>>>>>>><B>INTERNET</B><<<<<<<<<<<<<<<I>FORTIGATE</I><BR>
<BR>
Linux box: 192.168.0.5<BR>
GW: It has a Public dynamic IP (linksys WRT54G)<BR>
Fortigate: IT has configured Public FIXED and a private IP<BR>
<BR>
<BR>
<BR>
I have tu setup a roadwarrior conection from my linux box. I have tried without success , I havent pass the phase 1 negotiation<BR>
<BR>
<BR>
This is my config:<BR>
<BR>
version 2<BR>
config setup<BR>
nat_traversal=yes<BR>
plutodebug=all<BR>
conn office<BR>
left=192.168.0.5 #Linux BOX IP<BR>
leftid=XXX.XXX.65.125 # GW external IP ADDRESS (dynamic)<BR>
leftnexthop=192.168.0.1 #GW INTERNAL<BR>
leftsubnet=192.168.0.5/32 # I want to connect this machine only to the remote side<BR>
right=XXX.XXX.105.18 # External IP FORTIGATE<BR>
rightsubnet=10.10.33.3/32 #Internal IP FORTIGATE<BR>
keyexchange=ike<BR>
ike=3des-md5-modp1536<BR>
authby=secret<BR>
esp=3des-md5<BR>
pfs=yes<BR>
type=tunnel<BR>
auto=start<BR>
include /etc/ipsec.d/examples/no_oe.conf<BR>
<BR>
<BR>
Just by start, am I setting up the lefts and rights ok?<BR>
<BR>
Thanks in advance;<BR>
Jesus Palacio<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>