<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I have configured ipsec to connect to my sonicwall at  a remote site. The tunnel is established, but I can not connect to any servers, routers etc on the other side of the tunnel.<div>
<br></div><div>Here is my ipsec.conf:</div><div><div>version 2</div><div>config setup</div><div>    interfaces=%defaultroute</div><div>    nat_traversal=yes</div><div>    nhelpers=0</div><div><br></div><div>conn sonicwall</div>
<div>    auth=esp</div><div>    authby=secret</div><div>    auto=add</div><div>    esp=aes128-sha1</div><div>    ike=aes128-sha1-modp1536</div><div>    keyexchange=ike</div><div>    keyingtries=1</div><div>    pfs=yes</div>
<div>    type=tunnel</div><div>    left=10.1.15.102                 : ip address of ipsec server</div><div>    leftsubnet=<a href="http://10.1.15.0/24" target="_blank" style="color: rgb(17, 65, 112); ">10.1.15.0/24</a>      : subnet of ipsec server side</div>
<div>    leftnexthop=10.1.15.1         : Router ip of ipsec server side</div><div>    right=222.222.222.222         : Public WAN address of remote site with sonicwall</div><div>    rightsubnet=<a href="http://172.16.2.0/24" target="_blank" style="color: rgb(17, 65, 112); ">172.16.2.0/24</a>   : Private Subnet on remote site with sonicwall</div>
</div><div><br></div><div>ipsec.secrets:</div><div><br></div><div>: PSK &quot;MySharedKey&quot;</div><div><br></div><div><div>sudo ipsec setup --status:</div><div><br></div><div>IPsec running  - pluto pid: 6806</div><div>
pluto pid 6806</div><div>1 tunnels up</div><div>some eroutes exist</div></div><div><br></div><div>Why would I not be able to pass traffic if the tunnel is established?</div><div><br></div><div>Thanks,</div><div><br></div>
<font color="#888888"><div>Jonathan</div></font></span>