Setting Up Granitecanyon to resolve third level domain names

Cricket Liu cricket at menandmice.com
Tue Nov 27 16:14:24 UTC 2001



> What I'd like to do is continue (at least for the time being) to
> have all my
> franskefamily.com DNS handled by enom.com (dns1.enom.com) etc. but handoff
> some second level domains such as ben.franskefamily.com to
> granitecanyon, I
> could use a little help coming up with the zone file to do this
> right. If I
> understand correctly, to do this I set up the enom.com
> nameservers as normal
> but add an "Address" record type that points
> ben.franskefamily.com to the IP
> address of the granitecanyon.com nameserver?

No, you add NS records to the franskefamily.com zone that delegate
ben.franskefamily.com to the Granite Canyon name servers, e.g.,

ben.franskefamily.com.	IN	NS	ns1.granitecanyon.com.
ben.franskefamily.com.	IN	NS	ns2.granitecanyon.com.

These are just like the NS records in the ben.franskefamily.com
zone that you show below.

> Then in the granitecanyon
> system make a zone for ben.franskefamily.com that looks something
> like this:
> --------------------------
> ben.franskefamily.com. IN NS ns1.granitecanyon.com. ; 205.166.226.38
> ben.franskefamily.com. IN NS ns2.granitecanyon.com. ; 64.63.77.90
> ben.franskefamily.com IN NS ns1.secondary.com
> ben.franskefamily.com IN NS ns2.secondary.com
> localhost.ben.franskefamily.com. IN A 127.0.0.1
>
> ben.franskefamily.com. IN RP ben\.franske.mail.com. ben.franskefamily.com.
> ben.franskefamily.com. IN TXT "952-925-0657"
> ben.franskefamily.com. IN A 144.13.236.241
> print.ben.franskefamily.com IN A 144.13.236.242
> ftp.ben.franskefamily.com IN A 144.13.236.244
> mail.ben.franskefamily.com. IN  A  144.13.236.246
> *.ben.franskefamily.com.     IN  MX  10  mail.ben.franskefamily.com. ;
> GLOBALOK
>
> *.ben.franskefamily.com. IN CNAME  ben.franskefamily.com. ; GLOBALOK
> ------------------------
> Where in this example my webserver address is 144.13.236.241, ftp server
> address 144.13.236.244, and mail server address 144.13.236.246,
> and my print
> server address 143.13.236.242
> Does this look right and/or make sense to anyone? will it work?

The rest of it looks fine.

cricket

Men & Mice
DNS Software & Services
www.menandmice.com

Attend our next DNS and BIND class!  See
http://www.menandmice.com/8000/8000_dns_training.html
for the schedule and to register for upcoming classes



More information about the bind-users mailing list