Nostradamus
Technical User
I´ll try to explain as good as I can, but ask questions if you don´t understand my setup or problem.
We have a nameserver which hosts our main domain (called domain.se here). That nameserver has delegated a subdomain, called underdomain.domain.se in this scenario.
I´ve got two old AIX 4.2 machines. (These are not the nameservers)
the resolv.conf and netsvc.conf are identical on both machines.
resolv.conf:
nameserver = ip of ns for underdomain.domain.se
search = domain.se
domain = underdomain.domain.se
netsvc.conf:
hosts=local,bind
the local hosts-file doesn´t resolv the queries below.
from one aix-machine I type 'ping abc' (abc´s FQDN is abc.domain.se). The respond i quick and correct.
I then type 'ping def' (def´s FQDN is def.underdomain.domain.se) and I get no response. Can´t find hostname it says.
On the other machine it´s the opposite.
I type 'ping abc' and get no response! (Can´t find hostname). But 'ping def' get answers fast and correctly.
I don´t want to write the whole domain-name (def.underdomain.domain.se) whenever I want to ping something.
What configuration must I have missed? /Sören
We have a nameserver which hosts our main domain (called domain.se here). That nameserver has delegated a subdomain, called underdomain.domain.se in this scenario.
I´ve got two old AIX 4.2 machines. (These are not the nameservers)
the resolv.conf and netsvc.conf are identical on both machines.
resolv.conf:
nameserver = ip of ns for underdomain.domain.se
search = domain.se
domain = underdomain.domain.se
netsvc.conf:
hosts=local,bind
the local hosts-file doesn´t resolv the queries below.
from one aix-machine I type 'ping abc' (abc´s FQDN is abc.domain.se). The respond i quick and correct.
I then type 'ping def' (def´s FQDN is def.underdomain.domain.se) and I get no response. Can´t find hostname it says.
On the other machine it´s the opposite.
I type 'ping abc' and get no response! (Can´t find hostname). But 'ping def' get answers fast and correctly.
I don´t want to write the whole domain-name (def.underdomain.domain.se) whenever I want to ping something.
What configuration must I have missed? /Sören