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

Probelm setting socket options?

2004-06-05 Thread Adam Brudny
Hi guys! I'm a quite newbe in sock API so please be patient :) I've seen quite a lot of log entries in my smbd.log file like that: Apr 29 00:42:09 host smbd[45372]: Failed to set socket option TCP_NODELAY (Error Connection reset by peer) I've tried to track it with truss (result below). My ques

IPSEC_ESP and if_tun failed

2004-06-05 Thread Victor Gregorio
Hello. I originally posted this to freebsd-questions. I then learned about this list and thought my topic was appropriate. I am running into a problem with using vpnc and isakmpd on the same system (not at the same time) on a FreeBSD 5.2.1-RELEASE-p8 system. With IPSEC enabled in the kernel, vp