All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables  + ROUTE
@ 2006-11-09  5:40 Mato Vidovic
  2006-11-09  6:44 ` Seferovic Edvin
  2006-11-09 10:11 ` Pascal Hambourg
  0 siblings, 2 replies; 4+ messages in thread
From: Mato Vidovic @ 2006-11-09  5:40 UTC (permalink / raw)
  To: netfilter

Hi, 

I am new in iptables world - and after reading many discussions and studying iptables manpages etc. I am 
still missing a piece of puzzle to solve the following problem. 
I have a need to perform TOS based traffic routing. 
That means I have two interfaces (say eth0 and eth1) to backbone and I need to route the real-time critical 
IP traffic over eth1 and the remaining IP traffic over eth0. 
After a lot of experimenting I came to the conclusion that something like the following would do: 

# iptables -t mangle -A POSTROUTING -m tos --tos  16 -j ROUTE --oif eth1 
# iptables -t mangle -A POSTROUTING -m tos --tos !16 -j ROUTE --oif eth0 

Unfortunately the Linux box says: 
"No chain/target/match by that name" 

The kernel I use is 2.6.18, iptables version is the last debian stable version 1.2.11. 

Any idea what is wrong here (am I missing something in the configuration, or a library, or am I completely wrong maybe…)?

Thanks for any help. 

Br. 
Mato 

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <001301c4f465$2ae966b0$030aa8c0@T>]

end of thread, other threads:[~2006-11-09 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09  5:40 iptables + ROUTE Mato Vidovic
2006-11-09  6:44 ` Seferovic Edvin
2006-11-09 10:11 ` Pascal Hambourg
     [not found] <001301c4f465$2ae966b0$030aa8c0@T>
2005-01-10 10:07 ` iptables ROUTE Cedric de Launois

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.