From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Schulman Subject: Re: How to flush the connection state in the linux Date: Mon, 27 Dec 2004 05:41:07 -0500 Message-ID: References: <000b01c4ebe5$64dab730$aa0ba8c0@l7.com.tw> Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces-wool9L35kiczKOhml7GhPkB+6BGkLq7r@public.gmane.org Errors-To: netfilter-bounces-wool9L35kiczKOhml7GhPkB+6BGkLq7r@public.gmane.org Content-Type: text/plain; charset="us-ascii" To: netfilter-wool9L35kiczKOhml7GhPkB+6BGkLq7r@public.gmane.org > Does any one know how to flush the connection state in the linux (Not > flush iptables rule -F). > I used transparent mode in the linux (use brctl to bridge eth & eth1). > When I tried to use iptables to drop some specified packet and it was > fail. > So I doubt there are some established connection state exist in the > linux to pass these > Forbidden connections. ifdown, then ifup? Brutal, but it should work.