Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 14:45:32 +0100 (BST)
From:      mohan chandra <mohanchandra_01@yahoo.co.in>
To:        freebsd-security@freebsd.org
Subject:   HOW TO Enable IPSec for FreeBSD.......???
Message-ID:  <20050517134532.6592.qmail@web8506.mail.in.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi,

     I have tried to enable IPSec support for my
FreeBSD( 4.11-RELEASE) system.
First, I copied the generic 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

Afterall completion of build, still IPSec support is
not appearing in the system. Suggest me,is there any
configuration or modifications need to be done?

Please, anyone give me some suggestion to enable IPSec
support on FreeBSD.
Any Help will be very much appeciated..

Thanx,

Regards,
Mohan..


________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517134532.6592.qmail>