Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Ray Leach <raymondl@knowledgefactory.co.za>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Subject: Re: could someone translate these rules inot plain english
Date: Thu, 22 Jan 2004 08:34:13 +0200	[thread overview]
Message-ID: <1074753253.30437.44.camel@raylinux.internal> (raw)
In-Reply-To: <33682.66.65.52.125.1074751856.squirrel@sojourn.dyndns.org>

[-- Attachment #1: Type: text/plain, Size: 781 bytes --]

On Thu, 2004-01-22 at 08:10, Technical wrote:
> -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
> 
Add (-A) to chain RH-Firewall-1-INPUT match (-m) on state (--state)
ESTABLISHED or RELATED jump (-j) to ACCEPT (basically accept this
packet).

> -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
Add (-A) to chain RH-Firewall-1-INPUT jump (-j) to REJECT and reject
with specific options (--reject-with icmp-host-prohibited)

The chains above are user defined chains.

-- 
--
Raymond Leach <raymondl@knowledgefactory.co.za>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
--

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-01-22  6:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-22  6:10 could someone translate these rules inot plain english Technical
2004-01-22  6:34 ` Ray Leach [this message]
2004-01-22  6:34 ` Alex Satrapa
2004-01-22  9:04   ` Arnt Karlsen
2004-01-22 10:48   ` Technical
2004-01-22 17:19     ` Unknown, Alistair Tonner
2004-01-22 19:04     ` Arnt Karlsen
2004-01-22 21:40     ` Alex Satrapa
  -- strict thread matches above, loose matches on Subject: below --
2004-01-22 16:18 bmcdowell

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=1074753253.30437.44.camel@raylinux.internal \
    --to=raymondl@knowledgefactory.co.za \
    --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