From owner-freebsd-net@FreeBSD.ORG Tue Aug 13 12:34:08 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF797FA for ; Tue, 13 Aug 2013 12:34:08 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73C692362 for ; Tue, 13 Aug 2013 12:34:08 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id e11so3985886qcx.22 for ; Tue, 13 Aug 2013 05:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=L8xeFjzH+iWHdE5cx7le5rSyAB1/wfLQ5SOw2YhraBo=; b=0oAeXu9XB8pZUTd1iczpICJo0M+Vzr6C7T3r7jg5JKc7wqM9R58t0YFl624vrGvtVy LQ++w1aHg8ks8dXN0vKeFiHp3KPPZa94bC+9IuUz5BOOvpxIicr2pUifmXvUj1opfLo8 PSYtoOSnGv1Bx+st09co7CilK2SHy3ttEfC7hn8R7Fat7svJNdIacgLoGJ6jjrrTBXw5 2Ud4nH0Ui88pSWoHh1NSTE2Fi8goykuInNJ65Oe8TbjNlNcL6tH4rKcPSb8fu6EkYSm+ 9U8SDyAjECQXmSPrceyTppPfsA4hE7Q++iPpxybbzPDzvrg9dPN00x4za2y+eBUEDcgg HMNA== MIME-Version: 1.0 X-Received: by 10.49.59.69 with SMTP id x5mr4511928qeq.18.1376397247562; Tue, 13 Aug 2013 05:34:07 -0700 (PDT) Received: by 10.49.62.41 with HTTP; Tue, 13 Aug 2013 05:34:07 -0700 (PDT) In-Reply-To: <520A249A.8030502@artem.ru> References: <520A2279.6050600@artem.ru> <520A249A.8030502@artem.ru> Date: Tue, 13 Aug 2013 19:34:07 +0700 Message-ID: Subject: Re: Different providers for different nat clients From: Olivier Nicole To: "artem@artem.ru" Content-Type: text/plain; charset=ISO-8859-1 Cc: Olivier Nicole , FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 12:34:08 -0000 Artem, > Um.. i was planning to use the included natd > But i think it has only one external address to use I think there is a couple of rules to add to ipfw to enable NAT, that maybe where you divert to here or there: ipfw add divert natd all from 192.169.x.y to any via ISPB ipfw add divert natd all from any to any via ISPA That's the direction I would look at. Best regards, Olivier > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"