Hello,
I recently upgraded from SCO Open Server 3.0.0c to OSE5.0.0b,
and my name server has since stopped sending requests to my forwarders.
For instance, one of my forwarders is 3.47.28.100, and it is
in the forwarders list of the named.boot file, but this is
what I get with nslookup:
# nslookup orange.domain.com
Server: localhost
Address: 127.0.0.1
*** localhost can't find orange: Non-existent host/domain
but if I specify my forwarder to nslookup, it works:
# nslookup orange.domain.com 3.47.28.100
Server: corp.corporate.domain.com
Address: 3.47.28.100
Name: orange.domain.com
Address: 192.35.39.35
Everything worked fine with rel. 3. I can only assume that my
configuration files were wrong then, but I can't figure out
what the problem is. Any idea as to what is wrong with my
setup? All suggestions welcome!
Thanks,
Charles
Here are my config. files for named:
named.boot
----------
directory /etc/name
cache . root.cache
forwarders 3.47.28.100 3.34.221.213
primary br.domain.com named.hosts
primary 0.0.127.in-addr.arpa named.local
named.soa
11
3600
300
3600000
3600 )
IN NS bigmac.br.domain.com.
named.local
-----------
$INCLUDE named.soa
1 IN PTR localhost.
named.hosts
-----------
$INCLUDE named.soa
localhost. IN A 127.0.0.1
biblio IN A 3.58.104.221
bigmac IN A 3.58.104.225
...
ce9437 IN A 3.58.104.96
iberis IN A 3.58.104.97
root.cache
----------
. 99999999 IN NS bigmac.br.domain.com.
bigmac.br.domain.com. 99999999 IN A 3.58.104.225