From mboxrd@z Thu Jan 1 00:00:00 1970 From: Upma Gandhi Subject: marking all h323 packets with some TOS Date: Thu, 09 Jan 2003 13:43:29 +0530 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E1D2F29.6443D681@networkprograms.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------7B4AB69A424A61F597E012D1" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter --------------7B4AB69A424A61F597E012D1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello All, I have a following setup Internet <-> Router with netfilter configure <-> LAN(192.9.201.0/24) lets supopose eth0 is LAN side Interface and eth1 is WAN side interface. what I want to do is "Mark all h323 packets with some tos value". for which my iptables command seems to be like this- iptables -t mangle -A FORWARD -o eth0 -d 192.9.201.0/24 -p tcp -m rtp -j FTOS --set-ftos 0xb8. but it's giving an error message - iptable: No chain/target/match by tha rule. Can anybody help me out. Thanks & Regards Upma --------------7B4AB69A424A61F597E012D1 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hello All,
         I have a following setup

Internet <-> Router with netfilter configure <-> LAN(192.9.201.0/24)

lets supopose eth0 is LAN side Interface and
eth1 is WAN side interface.

what I want to do is "Mark all h323 packets with some tos value".
for which my iptables  command seems to be like this-
     iptables -t mangle -A FORWARD -o eth0 -d 192.9.201.0/24 -p tcp -m rtp -j FTOS --set-ftos 0xb8.

but it's giving an error message -
iptable: No chain/target/match by tha rule.

Can anybody help me out.

Thanks & Regards
Upma
  --------------7B4AB69A424A61F597E012D1--