From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Johannes Walch" Subject: AW: How to find nvl table? Date: Tue, 15 Apr 2003 09:49:16 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000001c30323$841170a0$5863a8c0@note> References: <20030415065751.DEEDD1C6C8DB0@sm205.163.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20030415065751.DEEDD1C6C8DB0@sm205.163.com> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: 'Bobo' , 'Stephane Ouellette' Cc: netfilter@lists.netfilter.org > 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? Try iptables -nvL INPUT Default chains are in capital letters. By the way : Reading the man page would have answered this. johannes walch