Hi, <br>
<br>
I have do a vpn connection with a fortigate box whit this config :<br>
<br>
config setup<br>
nat_traversal=yes<br>
<br>
<br>
conn test<br>
left=%defaultroute<br>
right=<public gatway ip><br>
rightid=<private fortigate ip><br>
rightsubnet=<a href="http://10.0.0.0/24">10.0.0.0/24</a><br>
keyexchange=ike<br>
ike=3des-md5<br>
esp=3des-md5<br>
authby=secret<br>
pfs=yes<br>
keylife=28800<br>
compress=yes<br>
<br>
<br>
This configuration working, but the client use his ip and I have problem with route.<br>
I prefer that client use dhcp on fortigate to get another ip. How change my configuration to do this.<br>
<br>
Sorry for my poor English<br><br><br>David<br>