IPSEC, Watchguard SOHO 6tc and racoon

Volker volker at vwsoft.com
Thu Nov 17 14:57:35 GMT 2005


> 
> 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



More information about the freebsd-net mailing list