From owner-freebsd-ipfw@FreeBSD.ORG Thu Feb 6 08:31:52 2014 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A408D51F; Thu, 6 Feb 2014 08:31:52 +0000 (UTC) Received: from forward6.mail.yandex.net (forward6.mail.yandex.net [IPv6:2a02:6b8:0:202::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA0414E7; Thu, 6 Feb 2014 08:31:52 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward6.mail.yandex.net (Yandex) with ESMTP id 3F60F1120975; Thu, 6 Feb 2014 12:31:48 +0400 (MSK) Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id DA0431B60085; Thu, 6 Feb 2014 12:31:47 +0400 (MSK) Received: from 95.108.170.136-red.dhcp.yndx.net (95.108.170.136-red.dhcp.yndx.net [95.108.170.136]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id quxi51RKiM-VlV8c10B; Thu, 6 Feb 2014 12:31:47 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 079fb53d-74ba-46f0-bff9-fea1645341e7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1391675507; bh=wVoC1c0FWFnfut1S1coEMziFJaInQi/bmmmr7r0kY3I=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=aOnCdrMqNMU/Z2yE1io9BGdcZ5nZnOyjwwbOSJcRX0J0Hs5gDhcKDxPPOq4m0Ht5u R4uiCjcXeM4872qSYU0VibHW/n/uNTNXb1mwnfQ4YccUHwPJWN1Fb5irgKASyDTHff A4UeIc0eIW+2322SfYXSK155ZyLowZnFB6rfCip8= Authentication-Results: smtp8.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52F34871.4030204@yandex.ru> Date: Thu, 06 Feb 2014 12:31:45 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: John Nielsen , "freebsd-stable@freebsd.org Stable" Subject: Re: IPFW fwd not working after upgrade from 9.2 to 10.0 References: <8C9CDEF4-A44A-4207-BB87-DA3E7CF89917@jnielsen.net> In-Reply-To: <8C9CDEF4-A44A-4207-BB87-DA3E7CF89917@jnielsen.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ipfw@freebsd.org X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 08:31:52 -0000 On 06.02.2014 04:08, John Nielsen wrote: > I have been using IPFW FWD to do per-interface routing on a VM > instance. The default gateway is on interface vtnet0, but there is a > second interface, vtnet1, on a different network with its own public > IP address. The second network has its own gateway, which I'd like to > use for responses to connections coming on on vtnet1. Under 9.2, the > below worked fine: Hi, you can apply this patch: http://svnweb.freebsd.org/base?view=revision&revision=260702 -- WBR, Andrey V. Elsukov