All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angus D Madden <adm@imexis.com>
To: lartc@vger.kernel.org
Subject: Solved: [LARTC] dgd/iproute/iptables multihoming problem
Date: Fri, 21 Feb 2003 18:19:28 +0000	[thread overview]
Message-ID: <marc-lartc-104585064204550@msgid-missing> (raw)

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]



Specifying a source for the multipath route solved the problem.

> ip rule add priority 200 table multi

should be

ip rule add prio 200 from $INT_NET table multi

> ip route add default table multi proto static \
>         nexthop via $EXB_GW dev $EXB_IF weight 1 \
>         nexthop via $EXA_GW dev $EXA_IF weight 1



g



[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

                 reply	other threads:[~2003-02-21 18:19 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=marc-lartc-104585064204550@msgid-missing \
    --to=adm@imexis.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.