From owner-freebsd-stable@FreeBSD.ORG Wed Jul 21 13:21:37 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D4171065674 for ; Wed, 21 Jul 2010 13:21:37 +0000 (UTC) (envelope-from SNasonov@BCC.RU) Received: from extmx.bcc.ru (extmx.bcc.ru [217.170.85.214]) by mx1.freebsd.org (Postfix) with ESMTP id D39EE8FC1B for ; Wed, 21 Jul 2010 13:21:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by extmx.bcc.ru (Postfix) with ESMTP id D4ADE1176F; Wed, 21 Jul 2010 16:55:02 +0400 (MSD) Received: from extmx.bcc.ru ([127.0.0.1]) by localhost (extmx.bcc.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30781-03; Wed, 21 Jul 2010 16:55:02 +0400 (MSD) Received: from mail.bcc (unknown [172.16.250.23]) by extmx.bcc.ru (Postfix) with ESMTP id 309D1F812; Wed, 21 Jul 2010 16:55:02 +0400 (MSD) Received: from snasonovnbwxp.bcc ([192.168.201.205]) by mail.bcc over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Wed, 21 Jul 2010 16:57:29 +0400 From: Sergey G Nasonov Organization: BCC To: spil.oss@gmail.com Date: Wed, 21 Jul 2010 16:57:29 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; i386; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201007211657.29818.snasonov@bcc.ru> X-OriginalArrivalTime: 21 Jul 2010 12:57:29.0516 (UTC) FILETIME=[46BCFEC0:01CB28D4] X-Virus-Scanned: amavisd-new at bcc.ru Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Changes to ipfw in 8.1 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: Wed, 21 Jul 2010 13:21:37 -0000 Hello Spill, I have get the same trouble after updating my 8.0 Stable. I thing you need modify some firewall rules. Please change $cmd 100 divert natd ip from any to any in via $pif # Mangle inbound to $cmd 100 divert natd ip4 from any to any in via $pif # Mangle inbound and $cmd 500 divert natd ip from any to any out via $pif to $cmd 500 divert natd ip4 from any to any out via $pif accordingly. -- Best Regards, Nasonov Sergey