Date: Fri, 2 Jun 2000 15:54:39 -0400 (EDT) From: Jim Sander <jim@federation.addy.com> Cc: questions@FreeBSD.ORG Subject: Re: IP vs CNAME Message-ID: <Pine.BSF.4.10.10006021539240.259-100000@federation.addy.com> In-Reply-To: <20000602213519.H50166@draenor.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Asking your question on the ISP list might be a better plan, but... Pre 3.x browsers can't deal with name-based http hosts, and occasionally you may see someone using something that old. If you want to offer anon ftp access for customers, you will have a difficult time without a 1:1/site:ip mapping. (currently name-based FTP access does not really exist) Keeping track of bandwidth for seperate IPs is a cinch, while doing it for name-based hosts can be somewhat more difficult. The additional load of DNS in terms of CPU and bandwidth will be about nil in proportion to your other services. Basically, for low-level hosting services CNAMEs will work fine, but more features require more complexity- including running a "real" DNS record for each name you host. Hope this helps a little. -=Jim=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10006021539240.259-100000>