From owner-freebsd-questions@FreeBSD.ORG Sat Mar 17 14:12:11 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DD02106564A for ; Sat, 17 Mar 2012 14:12:11 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 410018FC0C for ; Sat, 17 Mar 2012 14:12:10 +0000 (UTC) Received: by iahk25 with SMTP id k25so9468795iah.13 for ; Sat, 17 Mar 2012 07:12:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=YCmuLhsKLrB7zAqXaVVZCZHr31bj7IgJeB2kENkme0w=; b=QgiFl0Nc3piOH6bueiJfy7pOz8cp0cE3dFQT30pLnmwzVCHU4/1oOqTvN/aMI3JDRR X9s70J1G8wmFDs3kSLgHzLR81PaKfm87eedUsZn+W4YpCrAhUTxRPhURrHBt/7sFlpPB G5z0YqCK7dXYtmivMnUMQ6u06XG78Jsfq/RK60UCRv4uTO9jzpUKWQJhm6sCpMUF0YdP IQnb998OTTmGVFCL8kAAnSrmbeTcGIDOuaqtSucRtzFHhcgmj552qXr5As0+eiKgH623 MNVUxvxpxcDrgYoVaij6SRRYJKrVa1IjH4OY9B6/4ZcxD5ZOczk/ggmtnqjJJsTfJG8V FnsQ== MIME-Version: 1.0 Received: by 10.50.179.102 with SMTP id df6mr1901244igc.69.1331993530528; Sat, 17 Mar 2012 07:12:10 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.231.74.138 with HTTP; Sat, 17 Mar 2012 07:12:10 -0700 (PDT) In-Reply-To: <201203170700.q2H70dwF096801@mail.r-bonomi.com> References: <4F638434.3090207@googlemail.com> <201203170700.q2H70dwF096801@mail.r-bonomi.com> Date: Sat, 17 Mar 2012 10:12:10 -0400 X-Google-Sender-Auth: TA-I_lBB4aNMvKsLHKr08kBfkKI Message-ID: From: Alejandro Imass To: Robert Bonomi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm3Yu+VJ7hOpYEOfpHpAou5I6nvz/ZHhxOzi6UUTYhY+ccJ4JGO5h1SmouAq28NC9/wSyRZ Cc: dghughes82@googlemail.com, freebsd-questions@freebsd.org Subject: Re: Virtual Hosts & Subdomains 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: Sat, 17 Mar 2012 14:12:11 -0000 On Sat, Mar 17, 2012 at 3:00 AM, Robert Bonomi w= rote: > > David Hughes wrote >> Hi all, >> [...] > > This takes several things to make it work. > =A01) You must have DNS entries for all the various =A0{foo}.domian.tld [...] Yeah, for one, the OP should provide details of his implementation since as you very well point out there are many places where this can go wrong... We use a jail that reverse proxies to all other jails. This allows a 2 layer set-up that is not only more secure, but more flexible as well. We still don't know if the OP's jail is bound to a public IP or not...