Date: Thu, 12 Oct 2000 16:49:03 -0300 From: "Fabrizzio Batista" <Fabrizzio.Batista@lojasobino.com.br> To: <freebsd-questions@freebsd.org> Cc: <freebsd-security@freebsd.org> Subject: Problems with IPSEC Message-ID: <011d01c03485$7c765b40$65010180@lojasobino.com.br>
next in thread | raw e-mail | index | archive | help
IPSEC is in my Kernel. options IPSEC options IPSEC_ESP All configurations looks like OK for me. When I execute setkey -f /ect/ipsec.conf, nothing happens. I think thatīs everything is OK but when I try to access the other subnet ... Using netstat -sn, ipsec have in all lines the zero value. My FreeBSD version is 4.1 in both sides. Do you help me ???? Thanks in advance, Fabrizzio File IPSEC.CONF: flush; spdflush; spdadd 192.168.1.0/24 128.1.1.0/24 any -P out ipsec ah/tunnel/200.248.27.134-200.248.27.150/require; spdadd 128.1.1.0/24 192.168.1.0/24 any -P in ipsec ah/tunnel/200.248.27.150-200.248.27.134/require; add 200.248.27.134 200.248.27.150 ah-old 0x10003 -m any -A keyed-md5 "this is the test"; add 200.248.27.150 200.248.27.134 ah-old 0x10004 -m any -A keyed-md5 "this is the test"; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?011d01c03485$7c765b40$65010180>