No subject


Tue Apr 2 00:56:56 UTC 2013


workstations listed in my namedfiles. But I am not
able to ping to the  name "agent.voip.usr.com" from
other workstations, as it is not resolving this name
to an IP address.
  It seems that our main DNS server
"149.112.20.3" is not able to
identify the "voip.usr.com" domain.
  Below is my named.conf file

options {
        directory "/var/named";
        forwarders 149.112.20.3;
};
zone "." {
        type hint;
        file "named.ca";
};
zone "voip.usr.com"{
        type master;
        file "named.voip.usr.com";
        notify no;
};
zone "0.0.127.in-addr.arpa"{
        type master;
        file "named.local";
};
zone "76.112.149.IN-ADDR.ARPA"{
        type master;    
        file "named.149.112.76";
        notify no;
};                            
    Also, in my resolv.conf I have listed 149.112.20.3
as one of the nameservers.
 
  Am I missing something ....

Please help.

Thanks
Arvind


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



More information about the bind-users mailing list