From owner-freebsd-questions Fri Jul 14 16:24:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 27C5A37C239 for ; Fri, 14 Jul 2000 16:24:31 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39208 invoked from network); 14 Jul 2000 23:24:29 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 23:24:29 -0000 Date: Fri, 14 Jul 2000 19:24:29 -0400 (EDT) From: Jaime Kikpole To: Victor Miguel Romero Guevara Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Configuration In-Reply-To: <396F84E2.11EA814A@creatos.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000, Victor Miguel Romero Guevara wrote: > Hi, I'm new in FreeBSD and I want a DNS server running in FreeBSD. > Please, where I can obtain information for do this?. Is the same way in > Linux?. Look in /etc/namedb. All the DNS server configuration files are in there. When you're done changing the settings type the following command to restart your DNS server: kill -HUP `cat /var/run/named.pid` That command needs to be run as root. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message