On Fri, Oct 28, 2005 at 02:15:24PM +0700, Egbert Krook wrote:
> Hi,
>
> Does anyone know if MD5 authentication in ospfd is known to be broken? In
> our test environment things work fine without authentication or simple
> authentication turned on, but as soon as we turn on MD5 authentication
> things break.
>
> We're using the snapshot of October 13th and a Cisco 3640 router (IOS
> 12.1(5)). If this is an unknown problem I will submit a bug report.
>
...
> OpenBSD:
> --------
>
> # cat /etc/ospfd.conf
> router-id 192.168.0.2
>
> area 0 {
> interface xl0 {
> router-priority 1
> auth-type crypt
> auth-md 1 openbsd
Here a "auth-md-keyid 1" is missing.
Have to look what happens in that case but I guess it is not using
the right key.
> }
> }
>
--
:wq Claudio