On Fri, 13 Aug 1999, Catalin BOIE wrote:
>Hi, guys!
>
>I want to route multicast traffic using mrouted (3-9beta) with no success.
>
>I have a Linux box (2.2.10 with multicast support) and the non-multicast
>traffic is routed corectly.
>
>On one interface I have a server that transmit multicast, but I see
>nothing on the other interface.
>
>Can you help me with a /etc/mrouted.conf and with some ideas?
I think all you should need is
tunnel machine1ip machine2ip
on machine1, and
tunnel machine2ip machine1ip
on machine2.
mrouted should pick up eth0 as another interface anyway so you shouldn't
have to specify which interface you are using, unless you have more than
one eth card in a machine, in which case you'll need a line saying
phyint eth0 # or whichever eth interface you want the the tunnel to
# to through.
Oh, and make sure you enable multicasting on the interfaces themselves
by doing
ifconfig eth0 multicast
Regards
Peter Liniker
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]