search for: ipsec_debug

Displaying 5 results from an estimated 5 matches for "ipsec_debug".

2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
...eneric kernel configuration file to a file I called MYKERNEL: #cp /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/MYKERNEL Then, I added the following three lines to the options section of /usr/src/sys/i386/conf/MYKERNEL: options IPSEC options IPSEC_ESP options IPSEC_DEBUG After that I recompile the kernel with the following command: # cd /usr/src # make buildkernel KERNCONF=IPSEC && make installkernel KERNCONF=IPSEC And also installed IKE support on my system with the following command using racoon: cd /usr/ports/security/racoon make install clean After...
2006 Mar 18
2
IPSEC with MAC/MLS support crack
...reasons. Following is my kernel configuration: options MAC options MAC_DEBUG options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options MAC_MLS # uncomment to put sebsd to kernel, but better to options IPSEC options IPSEC_ESP options IPSEC_DEBUG Following is the kernel dump backtrace: #0 0xc0668f0b in kdb_enter (msg=0x12 <Address 0x12 out of bounds>) at cpufunc.h:60 #1 0xc06509ab in panic (fmt=0xc08e6470 "mac_mls_dominate_element: b->mme_type invalid") at ../../../kern/kern_shutdown.c:545 #2 0xc07be3da in mac_ml...
2003 Aug 22
1
nforce2 usb is broken on -stable
...e for now, breaks my hpt374 kernel module # #options PAE options INET #InterNETworking options INET6 #IPv6 communications protocols options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options IPSEC_DEBUG #debug for IP security pseudo-device crypto # core crypto support pseudo-device cryptodev # /dev/crypto for access to h/w options VESA device hifn # Hifn 7951, 7781, etc. device ubsec # Broadcom 5501, 5601, 58xx optio...
2004 Apr 27
2
IPsec works, but racoon/IKE does not
I have no idea whatsoever as to why racoon/IKE does not work here. I've tried various how-to documents but found nothing that works for me. Gateway (10.0.0.1) running 4.9-stable. Laptop (10.0.0.10) running 5.2.1-release. Both running racoon-20040408a On the gateway 10.0.0.1 # cat /etc/ipsec.conf add 10.0.0.1 10.0.0.10 esp 691 -E rijndael-cbc "1234567890123456" -A hmac-sha1
2003 Aug 12
2
panic with today's stable
...1490 options NETGRAPH_SOCKET options NETGRAPH_TEE options NETGRAPH_TTY options NETGRAPH_UI options NETGRAPH_VJC options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options IPSEC_DEBUG #debug for IP security options IPFIREWALL #firewall options IPFW2 #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_V...