From: Gabriel Paues <gabriel@sics.se>
To: lartc@vger.kernel.org
Subject: [LARTC] incompabilities with different routing tables and ipv6?
Date: Wed, 05 Jun 2002 14:05:27 +0000 [thread overview]
Message-ID: <marc-lartc-102328599309835@msgid-missing> (raw)
Hello!
I've checked in the LARTC-guide on how to let different traffic take
different routes depending on the port. I've managed to do the same for
the TOS-flag. Now I want to do the same thing with IPv6. When I try to
add a new default gateway to the table host2.out I do the following:
# echo 201 host2.out >> /etc/iproute2/rt_tables
# ip rule add fwmark 1 table host2.out
# ip -6 route add default via fec0::195.96.98.253 dev eth1 table
host2.out
The interesting part is the last statement. I want to use different
tables with IPv6. When I do:
# ip -6 route ls table host2.out
it returns nothing
When I do:
# ip -6 route add default via fec0::195.96.98.253 dev eth1 table
host2.out
I get:
RNETLINK: File already exists
My conclusion is that somehow the entry is registred but wont show. My
question is:
Is there any incompabilities between different routing tables and IPv6?
Sincerily,
Gabriel Paues
Swedish Institue of Computer Science
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2002-06-05 14:05 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-102328599309835@msgid-missing \
--to=gabriel@sics.se \
--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.