From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 19:39:01 2005 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 2165216A43C for ; Sun, 6 Nov 2005 19:39:01 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4380A43D53 for ; Sun, 6 Nov 2005 19:39:00 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so246958wxc for ; Sun, 06 Nov 2005 11:38:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=arHgENRdGW9oeUlRQnyAGeLkYPdUsMp9/LmFohWFVxaHNx8b+8CXs5W7fbt5MX+Gg1UGrnYeoijMJlPhZGc1VNY7lbVSwYSen1+t0YESKYyOCbNhVPw5iEtWxklwDIcoujuEqcEn19AaaiLSfwvW3+Q9G59GgxVV5DgYRdnlZUw= Received: by 10.70.110.9 with SMTP id i9mr4198265wxc; Sun, 06 Nov 2005 11:38:59 -0800 (PST) Received: by 10.70.54.6 with HTTP; Sun, 6 Nov 2005 11:38:59 -0800 (PST) Message-ID: <36f5bbba0511061138k4f9b5ef5q2fefed621c9ffc6b@mail.gmail.com> Date: Sun, 6 Nov 2005 11:38:59 -0800 From: "Edwin D. Vinas" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: how to setup DNS server and making sub-domains in DSL server 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: Sun, 06 Nov 2005 19:39:01 -0000 Hi, I need your help please. On my personal FreeBSD server connected to an ISP with static IP address, I'm planning to setup several websites with their own sub-domains from my main domain as shown below. I just want to know some answers to my question= s before I start. Main domain: www.exampledomain.ph Sub-domains: sub1.exampledomain.ph sub2.exampledomain.ph sub3.exampledomain.ph I want to use BIND together with my Apache virtual hosting in one single FreeBSD machine. These are my questions: 1) Is it correct that I only need to register or pay for the main domain? 2) Is it correct that through my local DNS server, I can add sub hosts (sub= 1 to sub3) without anymore registering those sub domains and pay for them in my main domain provider? 3) Provided that I already have successfully setup my local DNS server, Apache virtual hosting and main domain activated, is it straightforward tha= t I can already access the sub domains (i.e., websites) from the Internet? 4) Do I need to register sub1, sub2 and sub3 in any external domain provider? 5) Can you provide some sample configs if you are already doing this setup? Thank you in advance! - Misoy