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 a
On 05/26/05 11:32, Lee Johnston wrote:
At 17:27 26/05/2005, Kris Kennaway wrote:
On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote:
> Hi,
>
> I'm trying to configure a 5.4 box with Quagga to support TCP MD5
Passwords.
> I've achieved this previously with 4.10, but when I try to add
> >When in doubt, check the two NOTES files.
> Thanks for your reply.. I've checked /usr/src/sys/i386/conf/NOTES but can't
> see any mention of the options anymore.. Any other ideas?
/usr/src/sys/conf/NOTES
___
freebsd-net@freebsd.org mailing list
http:/
Hi Kris,
Thanks for your reply.. I've checked /usr/src/sys/i386/conf/NOTES but can't
see any mention of the options anymore.. Any other ideas?
Regards,
Lee.
At 17:27 26/05/2005, Kris Kennaway wrote:
On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote:
> Hi,
>
> I'm trying to configu
On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote:
> Hi,
>
> I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords.
> I've achieved this previously with 4.10, but when I try to add the
> following kernel options, 5.4 doesn't like it:
>
> options FAST_IPSEC
> opti
Hi,
I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords.
I've achieved this previously with 4.10, but when I try to add the
following kernel options, 5.4 doesn't like it:
options FAST_IPSEC
options crypto
options TCP_MD5
config gives:
VENUS: unknown option "TCP_MD5"