All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephane Ouellette <ouellettes@videotron.ca>
To: Bobo <boboaq@163.com>
Cc: "netfilter@lists.netfilter.org" <netfilter@lists.netfilter.org>
Subject: Re: How to find nvl table?
Date: Tue, 15 Apr 2003 04:11:59 -0400	[thread overview]
Message-ID: <3E9BBECF.3030302@videotron.ca> (raw)
In-Reply-To: 20030415065751.DEEDD1C6C8DB0@sm205.163.com

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"
>  
>

Table names are case sensitive. Use INPUT, not 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.
>
>
>  
>





      parent reply	other threads:[~2003-04-15  8:11 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
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 [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=3E9BBECF.3030302@videotron.ca \
    --to=ouellettes@videotron.ca \
    --cc=boboaq@163.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.