Re: HOW TO Enable IPSec for FreeBSD.......???

From: Danil V. Gerun (news_at_625.ru)
Date: 05/17/05

  • Next message: Erick Mechler: "Re: ipfw question"
    Date: Tue, 17 May 2005 19:42:44 +0400
    To: freebsd-security@freebsd.org
    
    

    mc> /usr/src/sys/i386/conf/MYKERNEL
    ...
    mc> # cd /usr/src
    mc> # make buildkernel KERNCONF=IPSEC && make
    mc> installkernel KERNCONF=IPSEC

    If this is what you've really done, then you should do

    make buildkernel KERNCONF=MYKERNEL
    make installkernel KERNCONF=MYKERNEL

    And you can also change the 'ident' option in the kernel to the
    ident MYKERNEL

    -- 
    Best regards, Danil V. Gerun
    danil@hate.spam.625.ru
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
    

  • Next message: Erick Mechler: "Re: ipfw question"

    Relevant Pages

    • Re: Problems with make world stuff
      ... make installkernel ... I rebooted to test the kernel and that is where I ran into trouble. ... >> I followed the handbook as suggested on how to make world. ... To unsubscribe, ...
      (freebsd-questions)
    • Re: kernel.old not used any longer?
      ... However on 5.x 'make kernel' installs a kernel.old. ... 'make kernel' executed both 'make buildkernel' and 'make installkernel' so ... > A lost ounce of gold may be found, a lost moment of time never. ...
      (freebsd-current)
    • Re: Build kernel vs build world
      ... At this point I think I am running 5.4 kernel ... So should I just to a CVSup with the 5.4 tag and then ... To unsubscribe, ...
      (freebsd-questions)
    • Re: can I do 6.1-RELEASE to 6.2 via cvsup
      ... make buildworld ... WHERE is the step to install the kernel?? ... 'make kernel' is equivalent to 'make buildkernel + installkernel', ...
      (freebsd-stable)
    • Re: last cvs Makefile.inc1 errors
      ... > make buildworld ... the 'installkernel' phase ... If that was 'make kernel', then I end up rebuilding the kernel when ... tell if it's going to 'buildkernel' vs 'installkernel'. ...
      (freebsd-current)