From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 10:01:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C2E16A404 for ; Fri, 7 Apr 2006 10:01:32 +0000 (UTC) (envelope-from nickstenning@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0361443D45 for ; Fri, 7 Apr 2006 10:01:31 +0000 (GMT) (envelope-from nickstenning@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so344002nzf for ; Fri, 07 Apr 2006 03:01:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uTiZxgDzP9ioUg9ZyTVroYqbxaKmLzx0yccgC9hyFSda7nyi3f20x3Kcy1QD2rjEXQUaYaEUv/m0VAZy06wZKG8xWOPBBjtu1r1WVc0LvNgt94RJa158Gf1S26H3V5wfIhxdOHaevnlWVOnKgPiXNOSdhvsxCQz102xcEn5+txE= Received: by 10.36.2.8 with SMTP id 8mr1580604nzb; Fri, 07 Apr 2006 03:01:31 -0700 (PDT) Received: by 10.36.57.4 with HTTP; Fri, 7 Apr 2006 03:01:31 -0700 (PDT) Message-ID: Date: Fri, 7 Apr 2006 11:01:31 +0100 From: "Nick Stenning" To: freebsd-questions@freebsd.org In-Reply-To: <44358D8F.5050605@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44358D8F.5050605@mac.com> Subject: Re: NAT, VPN and other SOHO router advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 10:01:32 -0000 > Given what you've said, you should set up the FreeBSD machine as a bridge > rather than a router. Having now read the manpage for bridge(4) and if_bridge(4), I am not certain that this is going to achieve what I want to achieve. I'm told by the FreeBSD HB that "The consensus is that assigning both cards an address is a bad idea." Since I want rl1 to have a public IP block and rl0 to have a private IP, I assume this isn't going to work. So, router it is. Now, for this VPN. I reckon my best bet is to run the PPTP client from the BSD box, no? Regards, Nick