Hi, <br>

<br>

I have do a vpn connection with a fortigate box whit this config :<br>

<br>
config setup<br>
&nbsp;&nbsp;&nbsp; nat_traversal=yes<br>
<br>
<br>

conn test<br>

&nbsp;&nbsp; left=%defaultroute<br>

&nbsp;&nbsp; right=&lt;public gatway ip&gt;<br>

&nbsp;&nbsp; rightid=&lt;private fortigate ip&gt;<br>

&nbsp;&nbsp; rightsubnet=<a href="http://10.0.0.0/24">10.0.0.0/24</a><br>

&nbsp;&nbsp; keyexchange=ike<br>

&nbsp;&nbsp; ike=3des-md5<br>

&nbsp;&nbsp; esp=3des-md5<br>

&nbsp;&nbsp; authby=secret<br>

&nbsp;&nbsp; pfs=yes<br>

&nbsp;&nbsp; keylife=28800<br>

&nbsp;&nbsp; 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>