* [LARTC] Routing - new table
@ 2004-06-08 14:30 Catalin Bucur
0 siblings, 0 replies; only message in thread
From: Catalin Bucur @ 2004-06-08 14:30 UTC (permalink / raw)
To: lartc
Hello,
I have tested a simple thing in two version of Linux and there was a
problem when I have used fwmark as a selector for rule lookups. As you
can see below on the Slack, the <test> table doesn't have any label
about fwmark. Is there an iproute problem?
--------------------------------------
# cat /etc/fedora-release
Fedora Core release 2 (Tettnang)
# uname -r
2.6.5-1.358
# rpm -qa|grep iproute
iproute-2.4.7-14
# cat /etc/iproute2/rt_tables
5 test
# ip rule add fwmark 5 table 5
# ip ru sh
0: from all lookup local
32765: from all fwmark 0x5 lookup test
32766: from all lookup main
32767: from all lookup default
--------------------------------------
# cat /etc/slackware-version
Slackware 8.1
# uname -r
2.4.26
# ls iproute*
iproute2-2.4.7-now-ss020116-try.tar.gz
# cat /etc/iproute2/rt_tables
255 local
254 main
253 default
0 unspec
5 test
# ip rule add fwmark 5 table 5
# ip ru sh
0: from all lookup local
32765: from all lookup test
32766: from all lookup main
32767: from all lookup default
--------------------------------------
--
Catalin Bucur mailto:cata@geniusnet.ro
NOC @ Genius Network SRL - Galati - Romania
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-08 14:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-08 14:30 [LARTC] Routing - new table Catalin Bucur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).