Re: IPSEC_ESP and if_tun failed

2004-06-05 Thread Bjoern A. Zeeb
On Sat, 5 Jun 2004, Jonathan Feally wrote: > Your problem lies in that vpnc is opening a raw socket to get it's ESP > packets. However when you enable esp in the kernel, the kernel already > is taking those packets, so you get the SOCK_RAW error as vpnc cannot > get ESP packets because the kernel

Re: IPSEC_ESP and if_tun failed

2004-06-05 Thread Jonathan Feally
Your problem lies in that vpnc is opening a raw socket to get it's ESP packets. However when you enable esp in the kernel, the kernel already is taking those packets, so you get the SOCK_RAW error as vpnc cannot get ESP packets because the kernel is handling them. I do not know if options FAST