Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multicast Router with 2.1.0R ?

0 views
Skip to first unread message

Joao Carlos Mendes Luis

unread,
May 15, 1996, 3:00:00 AM5/15/96
to

Hello,

I' trying to implement a multicast router with FreeBSD 2.1.0. I got the
3.8 version of mrouted, compiled and all seemed ok. Multicast tunnels
seens to work well. But I have a question: I can only see one route
to the 224.0.0.0 network, but I have 2 network cards. I cannot add a
second route to the 224 network in the second card. Is this a limitation
in the kernel ? Should I make any change to the phyint parameters in
the mrouted.conf to make it work in both interfaces ?

TIA,

Jonny

--
Joao Carlos Mendes Luis jo...@coe.ufrj.br
+55 21 290-4698 ( Job ) jo...@cisi.coppe.ufrj.br
Network Manager UFRJ/COPPE/CISI
Universidade Federal do Rio de Janeiro


Mark Tinguely

unread,
May 15, 1996, 3:00:00 AM5/15/96
to

> Joao Carlos Mendes Luis writes:
> > Hello,
> >
> > I' trying to implement a multicast router with FreeBSD 2.1.0. I got the
> > 3.8 version of mrouted, compiled and all seemed ok. Multicast tunnels
> > seens to work well. But I have a question: I can only see one route
> > to the 224.0.0.0 network, but I have 2 network cards. I cannot add a
> > second route to the 224 network in the second card. Is this a limitation
> > in the kernel ? Should I make any change to the phyint parameters in
> > the mrouted.conf to make it work in both interfaces ?

you can run /usr/sbin/mrinfo to see the status of your interfaces or start
the mrouted in debug mode.

another test is to run tcpdump on all the interfaces looking for multicast
packets:

for i in ${INTERFACES}
do
tcpdump -i $i net 224.0.0.0
done

--mark.


0 new messages