Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 17:14:56 +0100 (BST)
From:      Michael Grant <mg-fbsd@grant.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   mtrace
Message-ID:  <200108191614.RAA08287@splat.grant.org>

next in thread | raw e-mail | index | archive | help
I'm trying to get multicasting working on my freebsd 4.3 box.  I tried 
to start mrouted but got loads of "no route to host" messages:

  warning - sendto to X.Y.Z.W on A.B.C.D: No route to host

So, I tried adding a route like this:

  route add 224.0.0.0 A.B.C.D

and my routing table shows it like this:

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            A.B.C.Z            UGSc      114      810      xl0
127.0.0.1          127.0.0.1          UH          6      183      lo0
A.B.C.E/27         link#1             UC          2        0      xl0 =>
224/8              A.B.C.D            UGS         1        9      xl0

but still, the same problem.  mtrace also does the same thing:

Querying full reverse path... warning - sendto to 224.0.0.2 on A.B.C.D: No route to host
* switching to hop-by-hop:
  0  grant.org (A.B.C.D)
 -1  warning - sendto to 224.0.0.2 on A.B.C.D: No route to host

where A.B.C.D is my host's ip addr.

I do have MROUTING in the kernel.  Any ideas?

-Mike

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108191614.RAA08287>