All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alan Cota - Alan" <alan.cota@novaeraconsultores.com.br>
To: <netfilter-devel@lists.netfilter.org>
Subject: Authentication - Iptables
Date: Wed, 02 Feb 2005 11:00:42 -0200	[thread overview]
Message-ID: <s200b2df.060@brasil.novaeraes.com.br> (raw)

Hello All.
 
Is there any development to implement authentication in Iptables?
Authentication like:
 
$IPTABLES -A FORWARD  -i eth3  -d <IP_OF_MY_SERVER>  -m state --state
NEW  -j MY_RULE 
$IPTABLES -A MY_RULE  -i eth3 -p tcp  -m multiport  --destination-ports
25,443,80  -m state --state NEW  -j AUTHENTICATE
 
About rule abouve, when an internet user try to access my server (on
--destination-ports) the iptables only permit the traffic if the
authentication is correct.
 
The rule abouve is only an example.
 
Is there any development to implement this feature, or anyone knows how
to implement this?
 
Tks,
 
Regards,
Alan Cota. 

             reply	other threads:[~2005-02-02 13:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-02 13:00 Alan Cota - Alan [this message]
2005-02-03 15:25 ` Authentication - Iptables Samuel Jean

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=s200b2df.060@brasil.novaeraes.com.br \
    --to=alan.cota@novaeraconsultores.com.br \
    --cc=netfilter-devel@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.