* Authentication - Iptables
@ 2005-02-02 13:00 Alan Cota - Alan
2005-02-03 15:25 ` Samuel Jean
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cota - Alan @ 2005-02-02 13:00 UTC (permalink / raw)
To: netfilter-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-03 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 13:00 Authentication - Iptables Alan Cota - Alan
2005-02-03 15:25 ` Samuel Jean
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.