From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Hambourg Subject: Re: Time module included in the default Fedora Date: Wed, 11 Apr 2007 19:55:31 +0200 Message-ID: <461D2113.8070402@plouf.fr.eu.org> References: , <1165438164.4846.3.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: Netfilter Mailing List Hello, Jan Engelhardt a =E9crit : >=20 > iptables is not the same as netfilter (=3D the kernel part). A part of iptables is in the kernel, in the Netfilter framework.=20 Iptables is divided in two parts : - a userspace tool (iptables) which allows to manage the rules ; - a kernel part (ip_tables, iptable_filter...) which enforces the rules.