From: Upma Gandhi <upma@networkprograms.com>
To: netfilter <netfilter@lists.netfilter.org>
Subject: marking all h323 packets with some TOS
Date: Thu, 09 Jan 2003 13:43:29 +0530 [thread overview]
Message-ID: <3E1D2F29.6443D681@networkprograms.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 759 bytes --]
next reply other threads:[~2003-01-09 8:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-09 8:13 Upma Gandhi [this message]
2003-01-09 8:44 ` marking all h323 packets with some TOS Raymond Leach
2003-01-09 11:43 ` Upma Gandhi
2003-01-09 4:37 ` Ranjeet Shetye
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E1D2F29.6443D681@networkprograms.com \
--to=upma@networkprograms.com \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.