From owner-freebsd-stable@FreeBSD.ORG Tue Apr 25 22:29:24 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B973016A404 for ; Tue, 25 Apr 2006 22:29:24 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799F043D5A for ; Tue, 25 Apr 2006 22:29:23 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k3PMTGxw089801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Apr 2006 02:29:16 +0400 (MSD) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k3PMTFwg089800; Wed, 26 Apr 2006 02:29:15 +0400 (MSD) (envelope-from oleg) Date: Wed, 26 Apr 2006 02:29:15 +0400 From: Oleg Bulyzhin To: Ivan Voras Message-ID: <20060425222915.GC88447@lath.rinet.ru> References: <444E160D.3000401@fer.hr> <444E173B.6020003@fer.hr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <444E173B.6020003@fer.hr> User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org Subject: Re: ipfw problems? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 22:29:24 -0000 On Tue, Apr 25, 2006 at 02:34:03PM +0200, Ivan Voras wrote: > > I forgot to add, here is the ipfw ruleset: > > 00500 691658783 639225488899 allow ip from any to any via lo0 > 01000 99014 6833994 allow icmp from any to any > 05000 160430605 76502643136 allow tcp from me to any setup keep-state > 05100 1002529 109535100 allow udp from me to any keep-state > 05500 6900233 3554390307 allow tcp from X.X.X.107 to me setup keep-state > 05505 0 0 allow udp from X.X.X.107 to me keep-state > 06022 258788 52462014 allow tcp from X.X.X.0/24 to me dst-port 22 > setup keep-state > 06080 300599299 153827836772 allow tcp from any to me dst-port 80 setup > keep-state > 06443 9801709 3876114253 allow tcp from any to me dst-port 443 setup > keep-state > 65400 2381270 592034925 deny log ip from any to any > 65535 0 0 deny ip from any to any > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Next time this happen check following sysctls: net.inet.ip.fw.dyn_max net.inet.ip.fw.dyn_count I guess you've hit the limit. -- Oleg.