Can you explain me what I need to add in my hosts file for no dns look up
feedback
|
closed as not a real question by splattne♦ May 24 '11 at 7:54
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
That is the wrong question to ask. The hosts file does not control whether or not DNS lookups are performed; it just provides a way to obtain IP addresses w/o DNS. To control lookup behaviour, you need to modify | |||
|
feedback
|
|
The file you need is host.conf, this configures the DNS resolver for the system. To disable external DNS lookups and to use only the hosts file use: order hosts In addition, depending on the distribution, you may need to edit nsswitch.conf as well. | |||
|
feedback
|
|
You probably want to just create an empty /etc/resolv.conf if you want to stop DNS lookups from working. | |||
|
feedback
|