From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Pratt Subject: Re: simple questions to finally understand netfilter Date: Thu, 27 Nov 2003 05:33:51 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3FC5D30F.1060106@nucdc.org> References: <1069947718.9126.39.camel@webmail.aeropostal.com.ve> <1069949045.28653.85.camel@kermit> <1069949657.9126.55.camel@webmail.aeropostal.com.ve> Reply-To: jamie@nucdc.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1069949657.9126.55.camel@webmail.aeropostal.com.ve> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Juan Hernandez wrote: > Another question... > > On Thu, 2003-11-27 at 12:04, Ralf Spenneberg wrote: > >>Am Don, 2003-11-27 um 16.41 schrieb Juan Hernandez: >> >> >>>1) This rule tells netfilter to drop any packet forwarding I guess >>>iptables -P FORWARD DROP >> >>This is a default rule. All packets not accepted or dropped by other >>rules will be dropped by this one. > > > If this drops everything else, how come there's access to the webserver > in that same machine?? It's not that I dont want it, its just that im > curious on what does this rule drops exactly cause I can still access my > webserver > > Juan > > What kind of rules/policies are defined for INPUT? (if none, or -P ALLOW, thats why..) jamie > > -- /