Here is the contents of the /etc/resolv.conf file.  The last two
entrys I put in to see if this would help.  I also tried nameserver as
127.0.0.1 as well.  None of these configurations worked.  I did restart
named after each change

domain company.com
search  company.com
nameserver      10.1.100.97
nameserver      154.11.136.2
nameserver      142.77.1.1


david

On Fri, 15 Dec 2000, Michael Burger wrote:

> What do you have as the contents of your /etc/resolv.conf file?
> 
> You need to have at least one valid DNS server listed in that file in
> order for outside lookups to work.  Two or three is even better.
> 
> On Fri, 15 Dec 2000 12:37:14 -0500 (EST), David Brett wrote:
> 
> >I have almost figured out how to get DNS working.  The one thing piece I
> >need help with is requests outside my domain.  DNS is working for lookups
> >and reverse lookups within the domain I have set-up.  What does not work
> >is the forwarders.  i.e. nslookup www.yahooo.com.  this fails.  Even a
> >ping to an IP address on the internet from the DNS server fails as well.
> >I know the IP addresses for the forwarders is correct.
> >
> >What am I missing? 
> >
> >Below is the named.conf file.
> >
> >options {
> >directory "/var/named";
> >forwarders{
> >154.11.136.2;
> >142.77.1.1;
> >};
> >};
> >zone "." {
> >type hint;
> >file "named.ca";
> >};
> >zone "company.com"{
> >type master;
> >file "company.com";
> >};
> >zone "0.0.127.in-addr.arpa"{
> >type master;
> >file "named.local";
> >};
> >zone "10.IN-ADDR.ARPA"{
> >type master;
> >file "10.0.0.0";
> >};
> >
> >
> >david
> >
> >
> >
> >_______________________________________________
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to