From mboxrd@z Thu Jan 1 00:00:00 1970 From: xubh0660 Subject: Time match problem Date: Thu, 19 Jun 2003 18:01:34 +0800 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <20030619100134.5419.qmail@sina.com> Mime-Version: 1.0 Return-path: To: netfilter-devel@lists.netfilter.org Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi, When I am using the time match ,I have the following command: iptables -A FORWARD -m time --timestart 08:00 --timestop 18:00 \ --days Mon -j ACCEPT This works well,but when i delete the rule,I have the following command: iptables -D FORWARD -m time --timestart 08:00 --timestop 18:00 \ --days Mon -j ACCEPT It does not work,and display: iptables: Bad rule (Does a matching rule exist in that chain?) I change the FORWARD chain to INPUT chain or OUTPUT chain,it could work. Does anyone help me? I'm RH 8.0 + iptables 1.2.8 best regards BenH ===================================================================