$origin question

WEBMASTER webmaster at businessjet.com
Sat Aug 21 21:49:37 UTC 1999


using bind for NT i am trying to avoid using three seperate files for
domains

in named.boot  i have

primary mydomain.com db.mydomain.com.db
primary mydomain.net db.mydomain.net.db
primary mydomain.org db.mydomain.org.db

can i combine the $origin and have

$origin com.
$origin net.
$origin org.
in one file  along with all of the other info

how would i change this one to include all three

$ORIGIN org.
yescredit   IN SOA  server3.gregbates.com.  sysop.gregbates.com. (
 1999081014 ; serial number
 10800  ; refresh 3 hours
 3600  ; Retry 1 hour
 604800  ; Expire after 1 day
 86400  ; TTL 1 day
 )

;
;  Nameservers
yescredit   IN NS server3.gregbates.com.
  IN NS server2.gregbates.com.

;
yescredit  IN A  209.254.98.221
  IN MX  10 mail.yescredit.org.
            IN MX  20 yescredit.org.

;
$ORIGIN yescredit.com.
www  IN CNAME yescredit.org.
ftp  IN CNAME yescredit.org.
mail  IN CNAME yescredit.org.





More information about the bind-users mailing list