From owner-freebsd-stable@FreeBSD.ORG Wed Dec 7 10:52:01 2005 Return-Path: X-Original-To: freebsd-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 89CDD16A41F for ; Wed, 7 Dec 2005 10:52:01 +0000 (GMT) (envelope-from todor.dragnev@gmail.com) Received: from mail.sistechnology.com (torro.sistechnology.com [217.79.65.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E820E43D64 for ; Wed, 7 Dec 2005 10:52:00 +0000 (GMT) (envelope-from todor.dragnev@gmail.com) Received: from localhost (localhost [127.0.0.1]) by mail.sistechnology.com (Postfix) with ESMTP id A582646BFD for ; Wed, 7 Dec 2005 12:51:55 +0200 (EET) Received: from mail.sistechnology.com ([217.79.65.130]) by localhost (torro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29318-01 for ; Wed, 7 Dec 2005 12:51:54 +0200 (EET) Received: from nova.sistechnology.com (unknown [192.168.7.3]) by mail.sistechnology.com (Postfix) with ESMTP id 2910746BFB for ; Wed, 7 Dec 2005 12:51:54 +0200 (EET) From: Todor Dragnev To: freebsd-stable@freebsd.org Date: Wed, 7 Dec 2005 11:51:19 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Message-Id: <200512071151.20900.todor.dragnev@gmail.com> X-Virus-Scanned: by the vKeeper at sistechnology.com Subject: ipf - freebsd 5.x and 6.x hangs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: todor.dragnev@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 10:52:01 -0000 Hello, Yesterday, when I looking for solution that can replace following command from linux: ip route add default via x.x.x.x src y.y.y.y So I tried with ipf and execute following rule, (yes this is silly): -- pass out quick on rl0 to rl0:y.y.y.y from x.x.x.x to any keep state -- On rl0 I have 2 IP addresses: x.x.x.x and alias for y.y.y.y All freebsd boxes hangs after 20 seconds whitout notice.