<div class="gmail_quote">On Sun, Dec 20, 2009 at 7:04 PM, Tom Stockton <span dir="ltr">&lt;<a href="mailto:tom@stocktons.org.uk">tom@stocktons.org.uk</a>&gt;</span> wrote:</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I&#39;m pretty stuck now so any other suggestions would be very welcome.<br>
I&#39;ll request the cisco config from the third party so that I can see<br>
exactly what&#39;s going  on ....<br></blockquote><div><br></div><div>Relevant IOS config from the Third Party, looks as I expected.</div><div><br></div><span class="Apple-style-span" style="font-family: Times; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
crypto isakmp policy 40
 encr 3des
 hash md5
 authentication pre-share

crypto isakmp key &lt;password&gt; address 192.168.4.240
crypto ipsec transform-set TransformSet_4 esp-3des esp-md5-hmac 

interface Loopback499
 description - L499 is used by ALL GRE-over-IPSec customers
 ip address 192.168.186.1 255.255.255.255

ip access-list extended CUSTOMER_2VPN_Encrypt
 permit gre host 192.168.186.1 host 192.168.4.240

crypto map combined_IPSec 41 ipsec-isakmp
 description : IPSec setting for CUSTOMER
 set peer 192.168.4.240
 set transform-set TransformSet_4
 set pfs group2
 match address CUSTOMER_2VPN_Encrypt

interface Tunnel528
 description : GRE and IPSec to CUSTOMER
 ip unnumbered Loopback499
 ip access-group acl-permit-IPSec-cust-to-smsga out
 tunnel source Loopback499
 tunnel destination 192.168.4.240
 crypto map combined_IPSec<br></pre></span><div><span class="Apple-style-span" style="font-family: monospace; font-size: medium; white-space: pre-wrap; ">ip route 192.168.4.243 255.255.255.255 Tunnel528</span> </div><div>
<br></div><div><br></div><div>Any advice greatly appreciated.</div><div><br></div><div>Thanks</div><div><br></div><div>Tom</div></div>