Re: BIND Question?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here is the current configuration files I have setup.
Anybody have any ideas why this wont work?




I have the following setup in my named.conf


options {
        version "Bind";
        directory "/var/named";
        allow-transfer { 209.142.228.188; };
        recursion no;


zone "deadlinecommunications.com"{
        type master;
        file "named.deadlinecommunications.com";
        notify yes;

};


zone "0.0.127.in-addr.arpa"{
        type master;
        file "named.local";
        allow-update { none; };
};

The file named.deadlinecommunications.com looks like
this:

$TTL 604800

; NOTE: Remember to increment the serial number field 
;each time you make a change to this file!
;
deadlinecommunications.com.  IN SOA
dns1.websitestudios.net. support.websitestudios.net. (
                                  130; Serial number
                                  86400 ; Refresh 1
day
                                  3600 ; Retry 1 hour
                                  2419200 ; Expire 28
days
                                  86400 ; Time-To-Live
1 day
                                  )
`               IN      A       209.142.228.133
                IN      NS     
dns1.websitestudios.net.
                IN      NS     
dns2.websitestudios.net.
                IN      MX      10 
mail.deadlinecommunications.com.


mail            IN      A       209.142.228.133
dns1            IN      A       66.73.43.36
dns2            IN      A       209.142.228.188
ftp             IN      A       209.142.228.133
home            IN      A       209.142.228.133
www             IN      A       209.142.228.133



--- Kevin McConnell <kevymac@yahoo.com> wrote:
> 
> --- steve <w3man@yahoo.com> wrote:
> > When I try to setup a zone for an internet domain
> > name, I am unable to query the domain name server
> > for
> > that domain name. I do have bind setup correctly
> for
> > other domain names and am able to query those
> names.
> > If I use dig on the server, it works, but when I
> go
> > from the internet, it doesn't work. Is there a
> limit
> > to the domain name. The domain name in question is
> > 27
> > characters including the ".com". Any ideas or help
> > would be appreciated.
> 
> Nope, there isn't a limit of 27 characters. I know
> people who have much longer domain names than that.
> Posting some configs and what not, would prolly
> help.
> 
> 
> =====
> Kevin C. McConnell --RHCE-- <Red Hat Certified
> Engineer>
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> 
> 
> -- 
> Psyche-list mailing list
> Psyche-list@redhat.com
>
https://listman.redhat.com/mailman/listinfo/psyche-list


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux