All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zealot <zealot0630@gmail.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Multicst routing problem
Date: Wed, 11 Oct 2006 13:03:21 +0000	[thread overview]
Message-ID: <452CEB99.7000405@gmail.com> (raw)

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

                 reply	other threads:[~2006-10-11 13:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=452CEB99.7000405@gmail.com \
    --to=zealot0630@gmail.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.