[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Domain & Bind 4
Ben Nes Michael wrote:
> Hi All
>
> I would like to add new domain to my DNS Server without giving it a new
> IP.
>
> I know how to to CNAME like www.canaan.co.il - ftp.canaan.co.il
> but don't know how to add totally new xxx.co.il without new IP
>
> Any reference or file example ?
>
> --
When you add the new zone you can do the following:
1) Create a new file called xxx.co.il.db.
2) Enter the SOA RR for this zone in the new zone file.
3) Enter the NS RR for this zone.
4) Now enter an A record that looks like:
xxx.co.il IN A ###.###.###.###
where the address is an already existing address you are using for
another domain
of which you have control.
This should get you going. You can of course add other RR's as you see fit
(like an MX
record of two for example).
Hope this helps...james