[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Domain & Bind 4
assuming you're using vanilla named,
in /etc/named.conf:
------
zone "xxx.co.il" {
type master;
file "pz/xxx.co.il";
};
------
in /etc/named.boot:
------
primary xxx.co.il pz/xxx.co.il
------
in /var/named/pz/xxx.co.il
------
$ORIGIN xxx.co.il.
il IN SOA xxx.co.il. root.xxx.co.il. (
00000000000000000 ; serial
7200 ; refresh
3600 ; retry
3600000 ; expire
86400 ) ; minimum
IN NS ns.xxx.co.il.
$ORIGIN xxx.co.il.
www IN A ip1.ip2.ip3.ip4
------
At 19:06 21/03/99 +0200, you 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 ?
>
>--
>--------------------------
>Canaan Surfing Ltd.
>Internet Service Providers
>Ben-Nes Michael - Manager
>Tel: 972-6-6925757
>Fax: 972-6-6925858
>http://www.canaan.co.il
>--------------------------
>
Shachar Tal
------------------
Finger shachar@vipe.technion.ac.il for contact information or public key.