Build 134
My nsswitch.conf file is setup as such

hosts     files nis dns
ipnodes files nis dns

when snooping the interface I see dns lookups even though the ipaddress lives 
in the local host file and or the nis database.

It was a very early problem with nsswitch that it would still follow through 
with requests even though they were satisfied with the prior request. I tried 
to limit it going out to the next resource if the current one was found with

hosts:      files [SUCCESS=return] nis [SUCCESS=return] dns
ipnodes:    files [SUCCESS=return] nis [SUCCESS=return] dns

But still every request goes to dns no matter what it finds in the files 
database or nis database.

Waiting for a dns timeout on every ssh to a host that is not in dns is a killer.

Anyone seen this behavior and have input.

Thanks
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to