[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ipsec vpn
Hello,
Can any one help what the following error message means when
you use ipsecadm
/sbin/ipsecadm new esp -src 192.168.12.250 -dst 192.168.15.250 \
-forcetunnel -spi 1000 -enc des -auth sha1 -key 2ea140ac3911cb27
\
-authkey 176cc284bc1631afbd1468fbe976fa729fcb4321
I get pfkey: Operation not supported.
The above command is basically rc.vpn file. When the rest of the
file is processed I get pfkey: No such process. Reading through
all the man pages and vpn faq on codewalker. I am starting the
ipsec code using shared keys.2
I have the following settings selected in
/usr/src/sys/arch/i386/conf/ipsec
file
option GATEWAY
option INET
option IPSEC
option KEY
option IPFILTER
option IPFILTER_LOG
Thanks
- Deepak
- Follow-Ups:
- Re: ipsec vpn
- From: Markus Friedl <Markus.Friedl@informatik.uni-erlangen.de>