SEARCH  

NEWS

2010.10.06:11:36:27
Nobel z fizyki za przełomowy materiał (wideo)
Szybsze komputery i przejrzyste ekrany dotykowe mogą pojawić się na rynku dzięki grafenowi. Jest to supermocny, cienki materiał odkryty w roku 2004. Wczoraj nagrodę Nobla z fizyki otrzymali Andriej Gejm i Konstantin Nowosiołow za przełomowe eksperymenty związane z grafenem.

 

messageID:591360007729
author:Pascal Hambourg
title:RE iptables ROUTE
Hi, I am not sure, but you are probably missing the extra module from patch-o-matic-ng... rel="nofollow" www.netfilter.org/projects/patch-o-matic/pom-extra.html#pom-extra-ROU www.netfilter.org/projects/patch-o-matic/pom-extra.html#pom-extra-ROU TE E:S -----Original Message----- From: netfilter-bounces@xxxxxxxxxxxxxxxxxxx [ rel="nofollow" mailto:netfilter-bounces@xxxxxxxxxxxxxxxxxxx mailto:netfilter-bounces@xxxxxxxxxxxxxxxxxxx ] On Behalf Of Mato Vidovic Sent: Donnerstag, 09. November 2006 06:41 To: netfilter@xxxxxxxxxxxxxxxxxxx Subject: iptables + ROUTE 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: rel="nofollow" www.gmx.net/de/go/smartsurfer www.gmx.net/de/go/smartsurfer
Index