From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 21:39:55 2004 Return-Path: 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 4BF8716A4CE for ; Mon, 21 Jun 2004 21:39:55 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BD843D5C for ; Mon, 21 Jun 2004 21:39:55 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i5LLdnRn026971; Mon, 21 Jun 2004 14:39:49 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i5LLdkN7018561; Mon, 21 Jun 2004 14:39:48 -0700 (PDT) In-Reply-To: <40D74EBA.2010402@atopia.net> References: <40D3752A.8000809@atopia.net> <40D46636.1020909@mac.com> <3514.134.210.7.179.1087850914.squirrel@134.210.7.179> <2E739980-C3C6-11D8-BF1C-003065ABFD92@mac.com> <40D74EBA.2010402@atopia.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8389EA60-C3CB-11D8-BF1C-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 21 Jun 2004 17:39:46 -0400 To: Matt Juszczak X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: Redirection with a bridge ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 21:39:55 -0000 On Jun 21, 2004, at 5:10 PM, Matt Juszczak wrote: [ ... ] > So basically, I either have to use some other form of redirecting web > packets (a bogus DNS server maybe), or switch to a NAT instead of a > bridge. Correct? Yes, more or less. There are other approaches which could be taken which are more complex, but the basic answer is that NAT is probably the right approach. -- -Chuck