From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 03:56:20 2004 Return-Path: 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 B231C16A4CE for ; Wed, 22 Dec 2004 03:56:20 +0000 (GMT) Received: from smtp803.mail.sc5.yahoo.com (smtp803.mail.sc5.yahoo.com [66.163.168.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 5622843D53 for ; Wed, 22 Dec 2004 03:56:20 +0000 (GMT) (envelope-from gamera@pacbell.net) Received: from unknown (HELO gamerasmog.com) (gamera@pacbell.net@64.173.26.30 with login) by smtp803.mail.sc5.yahoo.com with SMTP; 22 Dec 2004 03:56:20 -0000 Date: Tue, 21 Dec 2004 19:56:15 -0800 From: Joshua Tinnin To: RL Message-ID: <20041222035615.GA10180@gamerasmog.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Running own servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 03:56:20 -0000 On Tue, Dec 21, 2004 at 10:24:17PM -0500, RL wrote: > Hi. I currently have a cable modem, but I want to (if it's not too > pricey) run my own servers including DNS server. My cable provider > currently doesn't offer static IPs so I have a dynamic. How would I > go about setting up my own DNS? Would I do it through the cable modem? > Wouldn't I have to buy an IP block and be the authority for it? I'm a > little lost. :) You will have problems doing this unless you have a static IP. I don't think any cable service offers that. You can run a DNS server on an internal network in your case. It's also possible to run a dynamic IP resolver service, like No-IP's (dns/noip), but that is far from perfect, unless you're just doing this for testing. For any real-world purpose, you really have to have a static IP and a fully-qualified hostname. I have read of people running their own servers for everyday use using something like No-IP, but if you're running a mail server, you will most likely have to deal with mail being rejected because of blacklisting (many ISPs block all major ISPs' dynamic blocks from sending to their mail servers to prevent spam), as well as reverse dns problems. It can work alright for a small website server setup for fun or testing, or something that won't require complicated network protocols. - jt