All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ranjeet Shetye <rshetye@pacbell.net>
To: netfilter@lists.netfilter.org
Subject: Re: marking all h323 packets with some TOS
Date: Thu, 09 Jan 2003 05:37:19 +0100	[thread overview]
Message-ID: <1042087039.1691.20.camel@knoppix> (raw)
In-Reply-To: <3E1D604D.18388311@networkprograms.com>


Are the modules loaded into the kernel ? run an lsmod and make sure that
the modules are loaded.

Otherwise you will need to use insmod or modprobe to load the modules
into the kernel

you might want to do this in some startup script so that the modules are
loaded on bootup.

Ranjeet Shetye.

On Thu, 2003-01-09 at 12:43, Upma Gandhi wrote:
> Hello Raymond,
>        Thanks for your help.
> Modules are not missing and they are compiled also.
> But one doubt , in ip_conntarck_in function of ip_conntrack_core.c file.
>         When it lokks for ct-helper, it's address is 0, means that helper are
> not register.
>        But I've compiled h323& rtc helper, as I'm very new to
> iptables/netfilter, I don't have any idea what does this means ?
> 
> Regards
> Upma
> 
> Raymond Leach wrote:
> 
> > Sounds like it doesn't understand the -j FTOS. Maybe a missing module or
> > not compiled into the kernel?
> >
> > On Thu, 2003-01-09 at 10:13, Upma Gandhi wrote:
> > > 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
> > >
> > --
> >  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > (  Raymond Leach                       )
> >  ) Knowledge Factory                  (
> > (                                      )
> >  ) Tel: +27 11 445 8100               (
> > (  Fax: +27 11 445 8101                )
> >  )                                    (
> > (  http://www.knowledgefactory.co.za/  )
> >  ) http://www.saptg.co.za/            (
> >  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >    o                                o
> >     o                              o
> >         .--.                  .--.
> >        | o_o|                |o_o |
> >        | \_:|                |:_/ |
> >       / /   \\              //   \ \
> >      ( |     |)            (|     | )
> >      /`\_   _/'\          /'\_   _/`\
> >      \___)=(___/          \___)=(___/
> >
> >   ------------------------------------------------------------------------
> >                        Name: signature.asc
> >    signature.asc       Type: application/pgp-signature
> >                 Description: This is a digitally signed message part
> 
> 




      reply	other threads:[~2003-01-09  4:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-09  8:13 marking all h323 packets with some TOS Upma Gandhi
2003-01-09  8:44 ` Raymond Leach
2003-01-09 11:43   ` Upma Gandhi
2003-01-09  4:37     ` Ranjeet Shetye [this message]

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=1042087039.1691.20.camel@knoppix \
    --to=rshetye@pacbell.net \
    --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.