From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan Cota - Alan" Subject: Authentication - Iptables Date: Wed, 02 Feb 2005 11:00:42 -0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hello All. Is there any development to implement authentication in Iptables? Authentication like: $IPTABLES -A FORWARD -i eth3 -d -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.