* [LARTC] problem with iproute and TEQL over predefinited tables
@ 2003-01-24 16:05 Claudio Agosti
0 siblings, 0 replies; only message in thread
From: Claudio Agosti @ 2003-01-24 16:05 UTC (permalink / raw)
To: lartc
hi, I've encrountred some problem with iproute2...
I'm building a router with kernel 2.4.20 but my script fail when I try to do
a load balancing over a specific traffic, how explained on LARTC for
balance the access between more link we should simple:
ip route add default scope global nexthop via IP1 dev ETH0 weight 1 \
nexthop via IP2 dev ETH1 weight 1
for specific traffic I'm marking some packets with mangle table and --set-mark,
I've make iproute to lookup for marked packet and assign them over my specific
table, but my command line for set routing:
ip route add table http nexthop via IP1 dev ETH0 weight 1 \
nexthop via IP2 dev ETH1 weight 1
fail, but I did't undestound why...
are there some suggestions :) ?
_______________________________________________
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:[~2003-01-24 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-24 16:05 [LARTC] problem with iproute and TEQL over predefinited tables Claudio Agosti
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.