Linux Netfilter discussions
 help / color / mirror / Atom feed
* How to find nvl table?
@ 2003-04-15  7:02 Bobo
  2003-04-15  7:08 ` Raymond Leach
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bobo @ 2003-04-15  7:02 UTC (permalink / raw)
  To: Stephane Ouellette; +Cc: netfilter, netfilter

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.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-04-15  8:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox