NetFilter
[Top] [All Lists]

Re: Multicast route table

To: Marcos Gileno <gileno@digilab.com.br>
Subject: Re: Multicast route table
From: Andy Furniss <lists@andyfurniss.entadsl.com>
Date: Wed, 22 Nov 2006 18:25:09 +0000
Cc: netfilter@lists.netfilter.org
Delivered-to: sp-com-lists@consult.net
Delivered-to: netfilter-list1@securepoint.com
In-reply-to: <018d01c7097c$0ee67f10$4401a8c0@Gileno>
List-archive: </pipermail/netfilter>
List-help: <mailto:netfilter-request@lists.netfilter.org?subject=help>
List-id: General discussion and user questions <netfilter.lists.netfilter.org>
List-post: <mailto:netfilter@lists.netfilter.org>
List-subscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe>
List-unsubscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe>
References: <018d01c7097c$0ee67f10$4401a8c0@Gileno>
Reply-to: lists@andyfurniss.entadsl.com
Sender: netfilter-bounces@lists.netfilter.org
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.13) Gecko/20060417
Marcos Gileno wrote:
Hi there people!

I have a linux box as a multi-homed host, 3 interfaces, and I want to route a multicast traffic that comes in one of the interface to another, let´s say, eth0 receveis the multicast and I want eth1 to forward it.

I guess you need a daemon like smcroute

www.cschill.de/smcroute/ was OK on 2.6s last time I tried.

I only ever did enough with multicast routing to get what I wanted working, so don't know all the ins and outs, but for locally generated traffic it seems that the interface with the mcast route will get it.

Maybe it's because I was comparing pppX and ethX rather than eths, but by default local generated mcast would go out on ppp0(default route created by pppd) which was not what I wanted, doing -

ip ro add dev br0 224.0.0.0/4

stopped it going out on ppp0 - Maybe what you see is because tcpdump puts ethX into promisc or something.

Andy.




<Prev in Thread] Current Thread [Next in Thread>