<div dir="ltr">Hi,<br><br>Can anyone share an example of NAT-Traversal with IPsec transport mode ?<br><br>I have the following configuration working for normal traffic but not the NATed one.<br><br><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div>conn private-or-clear</div><div>    auto=ondemand</div><div>    type=transport</div><div>    authby=rsasig</div><div>    failureshunt=passthrough<br></div><div>    negotiationshunt=passthrough</div><div>    ikev2=insist</div><div>    left=%defaultroute</div><div>    leftcert={{ <span style="color:rgb(156,220,254)">cert_name_pattern</span> }}</div><div>    leftid=%fromcert</div><div>    leftrsasigkey=%cert</div><div>    rightrsasigkey=%cert</div><div>    rightid=%fromcert</div><div>    right=%opportunisticgroup</div></div><br><br>BR,<br>Ahmed</div>