bigdaddy01
MIS
Hey guys,
I have two domains in the same network as we are migrating, from an old one to a new one. So I now have to reference the two domains (fred.com & bob.com)from the one unix client. I am trying to stay away from using host files as there are a lot of changes on the network and it is an increase in adminstration. I thought I could use the search parameter in the resolv.conf file to search another domain with in the network to resolve hosts in the other domain. But this doesn't seem to be working.
here is my resov.conf:
_#>cat /etc/resolv.conf
domain bob.com
nameserver 192.168.0.120
nameserver 192.168.0.121
search fred.com
Is this correct? Will my unix host resolve names from fred.com? and bob.com?
any help much appreciated...
I have two domains in the same network as we are migrating, from an old one to a new one. So I now have to reference the two domains (fred.com & bob.com)from the one unix client. I am trying to stay away from using host files as there are a lot of changes on the network and it is an increase in adminstration. I thought I could use the search parameter in the resolv.conf file to search another domain with in the network to resolve hosts in the other domain. But this doesn't seem to be working.
here is my resov.conf:
_#>cat /etc/resolv.conf
domain bob.com
nameserver 192.168.0.120
nameserver 192.168.0.121
search fred.com
Is this correct? Will my unix host resolve names from fred.com? and bob.com?
any help much appreciated...