From: Jonathan V Hays (jhays@jtan.com)
Date: Sat May 17 2003 - 21:13:17 GMT-3
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> Behalf Of Oliver Ziltener
> Sent: Saturday, May 17, 2003 1:56 PM
> To: ccielab@groupstudy.com
> Subject: IPsec problem with the ACL
>
>
> Hey there
>
> My Setup:
> R8----R7-----R6
> I wanna encrypt dlsw traffic from R8 to R6 and vice versa.
>
> With
> access-list 100 permit ip host 8.8.8.8 host 6.6.6.6
> is works fine!
>
> but with
> access-list 100 permit tcp host 8.8.8.8 host 6.6.6.6 eq 2065
> it does not.
> The router come up with the message:
> %CRYPTO-6-IKMP_MODE_FAILURE: Processing of Quick mode failed
> with peer at
> 192.168.200.6
>
> Why? Thanks for helping
> Oliver
>
You'll get more responses, and more HELPFUL responses when you post your
configs.
Try adding this so you have 2065 both ways:
access-list 100 permit tcp host 8.8.8.8 eq 2065 host 6.6.6.6
This archive was generated by hypermail 2.1.4 : Mon Jun 02 2003 - 15:13:44 GMT-3