Re: FreeBSD 5.4 - TCP MD5

From: Lee Johnston (lee_at_wildcard.net.uk)
Date: 05/26/05

  • Next message: Aziz Kezzou: "Pseudo-device driver & select ??"
    Date: Thu, 26 May 2005 19:54:41 +0100
    To: noackjr@alumni.rice.edu
    
    

    Wasn't aware that file existed sorry. For future reference if anyone else
    should need to get TCP MD5 Signatures working on 5.x with Quagga the
    correct kernel lines are:

    options TCP_SIGNATURE
    device crypto
    options FAST_IPSEC

    Regards,
    Lee.

    >So that was one of the NOTES files, what about the other? Kris said to
    >check the *two* NOTES files...
    >
    >$ grep MD5 /sys/i386/conf/NOTES /sys/conf/NOTES
    >/sys/conf/NOTES:# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5)
    >digests. These are
    >/sys/conf/NOTES:# This is enabled on a per-socket basis using the
    >TCP_MD5SIG socket option.
    >
    >--
    >Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195
    >
    >

    --
    Lee @ Wildcard Internet
    t: (0845) 165 1510
    f: (0845) 165 1511
    m: (07795) 423 617
    e: lee@wildcard.net.uk
    Web Development - Domains - Hosting - Co-location - Dedicated Servers  
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Aziz Kezzou: "Pseudo-device driver & select ??"