Date: Thu, 17 Nov 2005 14:07:27 +0100 From: Volker <volker@vwsoft.com> To: asko <asko_nospam@ultrasoft.ee> Cc: freebsd-net@freebsd.org Subject: Re: IPSEC, Watchguard SOHO 6tc and racoon Message-ID: <437C808F.5070905@vwsoft.com> In-Reply-To: <20051117120044.4DB5516A434@hub.freebsd.org> References: <20051117120044.4DB5516A434@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>
> Hi,
>
> Has anyone successfully connected Watchguard SOHO 6tc to FreeBSD with
> IPSEC. I am not able to get pass phase 1 during key exchange..
>
[snip]
>
> $cat vpn1.sh
> setkey -FP
> setkey -F
> #
> # Configure the Policy
> #
> setkey -c << END
> spdadd 192.168.8.185/32 192.168.3.0/24 any -P out ipsec
> esp/tunnel/192.168.8.185-192.168.8.154/require;
> spdadd 192.168.3.0/24 192.168.8.185/32 any -P in ipsec
> esp/tunnel/192.168.8.154-192.168.185/require;
> END
> #
>
Asko,
please correct your typo:
> esp/tunnel/192.168.8.154-192.168.185/require;
should be:
esp/tunnel/192.168.8.154-192.168.8.185/require;
^^^^^^
Regards,
Volker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437C808F.5070905>
