Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Luciano Miguel Ferreira Rocha <strange@nsk.no-ip.org>
To: fedora-list@redhat.com
Cc: netfilter@lists.netfilter.org
Subject: Re: how can i combine these 2 iprules
Date: Fri, 5 Mar 2004 23:16:43 +0000	[thread overview]
Message-ID: <20040305231643.A22892@nsk.no-ip.org> (raw)
In-Reply-To: <3405.128.59.176.161.1078511273.squirrel@sojourn.dyndns.org>; from technical@sojourn.dyndns.org on Fri, Mar 05, 2004 at 01:27:53PM -0500

On Fri, Mar 05, 2004 at 01:27:53PM -0500, Technical wrote:
> -A RH-Firewall-1-INPUT ! -s cnnp1.com  -j LOG --log-prefix "IPTABLES: "
> -A RH-Firewall-1-INPUT ! -s cnnp2.com  -j LOG --log-prefix "IPTABLES: "

-N iptlog
-A iptlog -s cnnp1.com -j RETURN
-A iptlog -s cnnp2.com -j RETURN
-A -j LOG --log-prefix "IPTABLES: "

Should do it.

Regards,
Luciano Rocha


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

      parent reply	other threads:[~2004-03-05 23:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-05 18:27 how can i combine these 2 iprules Technical
2004-03-05 18:33 ` Antony Stone
2004-03-05 18:53   ` Technical
2004-03-05 19:17     ` Rob Sterenborg
2004-03-05 20:04       ` Technical
2004-03-05 20:24         ` Antony Stone
2004-03-05 23:16 ` Luciano Miguel Ferreira Rocha [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=20040305231643.A22892@nsk.no-ip.org \
    --to=strange@nsk.no-ip.org \
    --cc=fedora-list@redhat.com \
    --cc=netfilter@lists.netfilter.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