Primary domain with misspellings

Max mightymax at yipinet.com
Thu Jan 27 18:22:45 UTC 2000


So instead of my zone file starting like this

@     IN    SOA    ns1.zone1.com.    root.ns1.zone1.com.  (
    2000012701 ; Serial
    1D  ; Refresh
    1H  ; Retry
    1W  ; Expire
    6H)  ; Minimum

It should be like this?

@     IN    SOA    (
    2000012701 ; Serial
    1D  ; Refresh
    1H  ; Retry
    1W  ; Expire
    6H)  ; Minimum

for my misspellings (zone2, zone3, etc...)?

Thanks

joseph lang <tcnojl1 at earthlink.net> wrote in message
news:38903845.25B534A9 at earthlink.net...
> Max wrote:
> >
> > I have a primary domain and several misspellings that we have purchased.
Can
> > I have all of the misspellings point to the same zone file on the
primary
> > dns server?
> >
> > can my named.conf file look like this?
> >
> > zone "zone1.com" {
> >     type master;
> >     file "p/zone1.com";
> > };
> >
> > zone "zone2.com" {
> >     type master;
> >     file "p/zone1.com";
> > };
> >
> > zone "zone3.com" {
> >     type master;
> >     file "p/zone1.com";
> > };
> >
> > I want all of the misspellings to always be identical to the primary.
> >
> > Thanks for your help.
> >
> > --
> >
> > Max
> > e. mightymax at yipinet.com
> No problem Max. I am currently doing this to migrate
> users from one domain to another.
> use @ in the SOA record (not the domain name) so there
> is nothing zone specific  in the file.
>
> joe lang
>
>
>




More information about the bind-users mailing list