From: Alistair Tonner <Alistair@nerdnet.ca>
To: sean <sean@ms.dnss.org>, netfilter@lists.netfilter.org
Subject: Re: time modules problem
Date: Thu, 16 Oct 2003 16:56:07 -0400 [thread overview]
Message-ID: <200310161656.07200.Alistair@nerdnet.ca> (raw)
In-Reply-To: <003d01c393b2$9484d1a0$710aa8c0@N>
On October 16, 2003 02:56 am, sean wrote:
> i get some problem that cannt del law like
> adding success
> iptables -A FORWARD -p tcp -m time --timestart 08:00 --timestop 16:00
> --days Mon -j ACCEPT
>
> delete fail
> iptables -D FORWARD -p tcp -m time --timestart 08:00 --timestop 16:00
> --days Mon -j ACCEPT iptables: Bad rule (does a matching rule exist in that
> chain?)
Try:
locate rule:
iptables -L -n --line numbers |more
choose your rule line number from the list
iptables -D FORWARD (line number)
to delete the rule.
--
Alistair Tonner
nerdnet.ca
Senior Systems Analyst - RSS
Any sufficiently advanced technology will have the appearance of magic.
Lets get magical!
prev parent reply other threads:[~2003-10-16 20:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-16 6:56 time modules problem sean
2003-10-16 20:56 ` Alistair Tonner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200310161656.07200.Alistair@nerdnet.ca \
--to=alistair@nerdnet.ca \
--cc=netfilter@lists.netfilter.org \
--cc=sean@ms.dnss.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox