[Xorp-users] policy connected already exists

Pavlin Radoslavov pavlin at icir.org
Thu Aug 30 10:16:21 PDT 2007


Hansi <hantongs at gmail.com> wrote:

> > I happen to encounter an error raised in this mailing list:
> >
> > http://mailman.icsi.berkeley.edu/pipermail/xorp-users/2006-July/001336.html
> >
> >
> > Is there a know solution to it already? I'm testing rip in an isolated
> > environment, is this a factor?
> > Furthermore, I dont have a 224.0.0.0/4 installed in my routing table
> > though upon invoking netstat -ia, I happen to see several multicast
> > addresses. I'm using FreeBSD.

Were you seeing exactly same error messages: "send_from_multicast_if
failed: Network is unreachable" ?

The origin of the issue is the FreeBSD kernel, but I don't know
whether the behavior has been changed in FreeBSD-current.
Bruce, do you have any info on the subject?

The simplest work-around is to add 224.0.0.0/4 route to the kernel.
It doesn't matter which particular next-hop address you will
choose. E.g.:

route add 224.0.0.0/4 10.10.10.10

Alternatively, a default static route will also make the issue go
away.

Regards,
Pavlin



More information about the Xorp-users mailing list