From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 23:14:57 2005 Return-Path: X-Original-To: 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 6621716A41F for ; Mon, 29 Aug 2005 23:14:57 +0000 (GMT) (envelope-from jrhall@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE6543D48 for ; Mon, 29 Aug 2005 23:14:56 +0000 (GMT) (envelope-from jrhall@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so1041393rne for ; Mon, 29 Aug 2005 16:14:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KkOWeR/AuUi5S7wIMOsgO7jK0f318tG48mJLGhoUUyRzERZxvjOG6Y68Ebtp1i/fmEwCQ3XO6MyL/q7rWpqdaw+ciBEhBfJTKJosfjE24oB0QPZ4C1hvMQiTZC3LPGNmUO2WjvPzieR9HCHRJ5tLteCQojSKHihp0Wr+eO0TKzk= Received: by 10.11.94.37 with SMTP id r37mr140664cwb; Mon, 29 Aug 2005 16:14:56 -0700 (PDT) Received: by 10.11.116.2 with HTTP; Mon, 29 Aug 2005 16:14:56 -0700 (PDT) Message-ID: <547e6a3205082916141ab19041@mail.gmail.com> Date: Mon, 29 Aug 2005 16:14:56 -0700 From: Jared Hall To: Rein Kadastik In-Reply-To: <431205A1.8060303@uninet.ee> Mime-Version: 1.0 References: <20050828182819.GA2941@skytracker.ca> <431205A1.8060303@uninet.ee> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, David Banning Subject: Re: running more than one server with one IP address 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: Mon, 29 Aug 2005 23:14:57 -0000 On 8/28/05, Rein Kadastik wrote: >=20 > You create a single gateway for all the services and then use the > portforwarding. This way you can forward port 25 to host A, 80 to host B > and so on. The hosts A and B have to be behind this gateway machine. > Much the same way LAN gateways are done. If you have some more detailed > questions, just drop a line. >=20 > if I am port forwarding 80 to host B through a semi-managed switch (a=20 netgear VPN which does not support classical routing) is it possible to run= =20 BIND on host B? Thanks Jared