From: "Ignacy Gawędzki" <i@lri.fr>
To: netdev@vger.kernel.org
Subject: Adding routes to another table: no such process
Date: Tue, 7 Aug 2012 16:13:06 +0200 [thread overview]
Message-ID: <20120807141306.GB32655@zenon.in.qult.net> (raw)
Hi,
I'm having a hard time setting some routes on a router and can't find any
relevant information anywhere, so I resort to asking on this list.
The router has one interface, say eth0, with configured address 10.0.0.1/32.
Now I would like to do:
ip rule add from 10.0.0.1 table 100
ip route add 10.0.0.2/32 dev eth0 table 100
ip route add 10.0.0.3/32 via 10.0.0.2 table 100
but I get
RTNETLINK answers: No such process
on the third command. It's just as though the kernel refused to use a
gateway for which there's no route in the main table. Is this an actual
requirement for gateways? I could find some examples around the web setting
routes with gateways in other tables than main, but they obviously don't work,
yielding the same error message.
Thanks for your help.
Ignacy
--
The groove will take you through times without money
much better than money will take you through times without groove.
next reply other threads:[~2012-08-07 15:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-07 14:13 Ignacy Gawędzki [this message]
2012-08-07 15:57 ` Adding routes to another table: no such process Ignacy Gawędzki
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=20120807141306.GB32655@zenon.in.qult.net \
--to=i@lri.fr \
--cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox