|
<- Previous Message | Next Message -> Thread Index [isp-dns] Re: DNS zone!
I would use A records where possible. www.123.com. IN A 10.0.0.1 123.com. IN A 10.0.0.1 P.S. There are some important rules about CNAMEs that you need to be aware of: 1) You cannot point an MX record or an NS record at a CNAME. So your delegation and MX targets (Internet SMTP mail server names) must still be A records. 2) If a name owns a CNAME record, it cannot own any other records. The most common gotcha associated with this rule is that the name of a zone cannot own a CNAME (because then the SOA and NS records owned by the name would violate the rule). More information out there on the web - RFC's, etc. Danny ----- Original Message ----- From: "Ahmad Masood" <jahil@...> To: <isp-dns@isp-dns.com> Sent: Thursday, January 23, 2003 2:25 AM Subject: [isp-dns] Re: DNS zone! > enter a record in your zone like that > > www.123.com. IN CNAME 123.com. > > > > Best Regs, > Masood Ahmad Shah > System Admin > Fibre Net > http://www.fibre.net.pk > > > ----- Original Message ----- > From: "Firas A. Mubarak" <dns@...> > To: <isp-dns@isp-dns.com> > Sent: Thursday, January 23, 2003 1:53 AM > Subject: [isp-dns] DNS zone! > > > > Dear All, > > Does anyone know how i can configure my BIND dns server for lets say a > > domain names : 123.com > > so whenever i want to browse its website i dont have to type www.123.com > > i want to type 123.com and the site comes!! > > any help would be appreciated. > > > > Best Regards, > > Firas > > > > > > > > >
Thread Index |