All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raymond Leach <raymondl@knowledgefactory.co.za>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Subject: Re: How to find nvl table?
Date: 15 Apr 2003 09:08:16 +0200	[thread overview]
Message-ID: <1050390495.1437.5.camel@raylinux.internal> (raw)
In-Reply-To: <20030415065751.DEEDD1C6C8DB0@sm205.163.com>

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

Hi

The built in chains are in CAPITALS. INPUT is a chain in the filter
table (the default if not specified).

try:
iptables -nvL INPUT

Ray

On Tue, 2003-04-15 at 09:02, Bobo wrote:
> HI
> 
>      Some days ago ,a member of here reply me the followings about traffic account:
> >try this one:
> >
> >iptables -nvL INPUT
> >
> >in Perl:
> >
> >open(CHAINS, "iptables -nvL INPUT|") or die "Error reading chains\n";
> >
> >while(<CHAINS>)
> >{
> ># read the lines one by one, matching on the text you want
> >}
> >
> >close(CHAINS);
> 
>    My platform is Redhat 7.2 in  default congiguration.
> 
>   While I execute "iptables  -nvL input"
> 
>   I got the following message on screen:
> 
> 
>    [root@myfirewall account]# iptables -nvL  input
> iptables: Table does not exist (do you need to insmod?)
> 
>     why?  how to find the talbe? does  it need a special patch?
> 
>  Thanks.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-04-15  7:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-15  7:02 How to find nvl table? Bobo
2003-04-15  7:08 ` Raymond Leach [this message]
2003-04-15  7:09 ` Athan
2003-04-15  7:11 ` Cedric Blancher
2003-04-15  7:21 ` Narendra Prabhu. B
2003-04-15  7:49 ` AW: " Johannes Walch
2003-04-15  8:11 ` Stephane Ouellette

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=1050390495.1437.5.camel@raylinux.internal \
    --to=raymondl@knowledgefactory.co.za \
    --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.