23 Jan
2009
23 Jan
'09
3:44 p.m.
Hello, similar problem exists with Quagga + TCP MD5 on FreeBSD. There isn't enough to use "neighbor <remoteIP> password <password>" in Quagga configuration (which is sufficiend on system with tcp-md5 enabled in Linux kernel), you have to use following system command on FBSD: setkey add <localIP> <remoteIP> tcp 0x1000 -A tcp-md5 "<password>" With regards, Daniel On 01/23/2009 04:07 PM, Xavier Beaudouin wrote:
I am trying to make run Bird on FreeBSD (1.0.11 was running on it, with the port that has being done), but it seems that tcp md5 features are not really supported as the same way it is on Linux.