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

_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to