All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Taylor <gtaylor@riverviewtech.net>
To: Mail List - Netfilter <netfilter@lists.netfilter.org>
Subject: Re: Iptables rules processing
Date: Fri, 03 Aug 2007 14:29:37 -0500	[thread overview]
Message-ID: <46B38221.2070108@riverviewtech.net> (raw)
In-Reply-To: <20070803174410.GA11029@sid.toystory.lan>

On 08/03/07 12:44, Franck Joncourt wrote:
> This is waht I wanted to know, I can't get such a processing without 
> the user defined chains ; Iptables doesn't do it by itself.

The IPTables rules you have posted do not do it, though I think you
could use a mport match to accomplish what you are wanting to do.  I.e.:

iptables -A INPUT -s 192.168.10.14 -p tcp -m mport --source-ports 80,443
-j ACCEPT



Grant. . . .


  reply	other threads:[~2007-08-03 19:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-03 16:13 Iptables rules processing Franck Joncourt
2007-08-03 16:23 ` Ray Leach
2007-08-03 17:07   ` Franck Joncourt
2007-08-03 17:34     ` Rob Sterenborg
2007-08-03 17:44       ` Franck Joncourt
2007-08-03 19:29         ` Grant Taylor [this message]
2007-08-03 20:03           ` Pascal Hambourg
2007-08-03 20:24             ` Grant Taylor
2007-08-03 20:23       ` Grant Taylor
2007-08-03 18:43     ` John A. Sullivan III
2007-08-04 20:37 ` Elvir Kuric

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=46B38221.2070108@riverviewtech.net \
    --to=gtaylor@riverviewtech.net \
    --cc=gtaylor+reply@riverviewtech.net \
    --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 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.