All of lore.kernel.org
 help / color / mirror / Atom feed
* Time match problem
@ 2003-06-19 10:01 xubh0660
  2003-06-19 11:15 ` Fabrice MARIE
  0 siblings, 1 reply; 3+ messages in thread
From: xubh0660 @ 2003-06-19 10:01 UTC (permalink / raw)
  To: netfilter-devel

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



===================================================================

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

end of thread, other threads:[~2003-06-24 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-19 10:01 Time match problem xubh0660
2003-06-19 11:15 ` Fabrice MARIE
2003-06-24 16:27   ` Harald Welte

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.