From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Udo Rader" Subject: Re: iptables -m time does not work Date: Sat, 02 Nov 2002 21:06:00 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: References: Mime-Version: 1.0 Return-path: 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" Content-Transfer-Encoding: 7bit To: netfilter@lists.netfilter.org hi, I bet you have the same problem that I had with the string-module. look at your /var/log/syslog and check if there are complains about a missing ipt_time module. If so, the solution is simple: Your kernel is very probably not patched for the time module. udo On Fri, 01 Nov 2002 14:20:15 +0000, Torsten Puls wrote: > Hello > > My Problem > After input of dis order I get the following error message: > > iptables -A INPUT -m time --timestart 08:00 --timestop 16:00 --days Mon -j ACCEPT > iptables: No chain/target/match by that name > > Why? > > Regards