[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(racoon 609) Re: cisco IOS and racoon
I tried removing these 2 things and still no go. Racoon is still
complaining about invalid payload length.
On Tue, 2004-07-27 at 05:41, Satoshi Inoue wrote:
> On Mon, 26 Jul 2004 18:02:34 -0500
> Lewey Taylor <admin@triparish.net> wrote:
>
> > I am trying to get a tunnel from a cisco 1760 with IOS 12.2.15.t13 to a
> > freebsd 4.9 install with racoon. I have package version
> > freebsd-20040408a and internal version 20001216 in my log file.
>
> <cisco config>
> ...
> ! REMOVE THIS
> access-list 109 permit ip 10.0.10.0 0.0.0.255 10.0.3.0 0.0.0.255
> ...
> </cisco config>
>
> <racoon.conf>
> ...
> remote anonymous
> {
> ...
> # REMOVE THESE
> # my_identifier user_fqdn "bbedevil";
> # peers_identifier user_fqdn "bbeameliarouter";
> ...
> }
> ...
> </racoon.conf>
>
> How's this? any better?
>