All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Multicst routing problem
@ 2006-10-11 13:03 Zealot
  0 siblings, 0 replies; only message in thread
From: Zealot @ 2006-10-11 13:03 UTC (permalink / raw)
  To: lartc

I want to send a multicast packet to multiple gre tunnel, but the packet 
only went to where the routing table configured to.

ex.
when use
    ip route add 224.0.0.0/4 via gre0
then the packet go to gre0

when use
    ip route add 224.0.0.0/4 via gre1
then the packet go to gre1

when use
    ip route add 224.0.0.0/4 nexthop via gre1 nexthop via gre0
then the packet go to either gre or gre1 randomly, but not both ( is it 
for load balance ? )

how to configure the routing table let the packet go to both of gre 
tunnels ?

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-11 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 13:03 [LARTC] Multicst routing problem Zealot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.