From owner-freebsd-questions Fri Sep 25 09:31:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27064 for freebsd-questions-outgoing; Fri, 25 Sep 1998 09:31:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Raccoon.ChipChat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27050 for ; Fri, 25 Sep 1998 09:30:51 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from ChipChat.com (MRC-Tiger.ChipChat.com [206.2.228.141]) by Raccoon.ChipChat.com (8.9.1/8.9.1) with SMTP id QAA13275; Fri, 25 Sep 1998 16:30:12 GMT Date: Fri, 25 Sep 1998 12:30:12 -0400 (EDT) From: Marty Cawthon To: Roman Katsnelson cc: "q's" Subject: Re: DNS hardware needs under 2.2.7 In-Reply-To: <360A6294.FB5A5ED0@graphnet.com> Message-ID: X-X-Sender: mrc@Raccoon.ChipChat.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello FreeBSDaemons! On Thu, 24 Sep 1998, Roman Katsnelson wrote: > We are migrating all our Internet-related servers from Solaris to > FreeBSD. I've already moved the news and web servers, and DNS is next. > Here's my question: does DNS require a separate machine, or are its > resource requirements rather small? The web server runs on a Pentium 2 > 266/128M/4G IDE. Should I run BIND on that or build its own server? Any > input much appreciated as always. > ------------- SHORT ANSWER: ------------- Run BIND on your existing hardware. Monitor the activity of that server, perhaps with 'top'. Make changes if necessary. (Other 'BSDaemons' might wish to add their suggestions for monitoring the load). ----------- DISCUSSION: ----------- I run (2) separate FreeBSD machines, each identical and similar to yours. Each runs BIND 8.1.2. One runs our Web Server, another runs our Sendmail/POP/IMAP servers. (One BIND is Master, other is Slave). The complete and thorought answer to your question depends upon the load that your servers will experience. DNS does not require much CPU nor bandwidth to process an individual request. I think it is negligible compared to WEB and NEWS servers. It seems very reasonable to combine DNS with other software servers on the same hardware, from a resource standpoint. Of course, the proof of any thinking is in the doing. Try it and see. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message