Hi,
let's say i have an /etc/resol.conf, that looks like this:
Code:
nameserver ip1
nameserver ip2
...
(case 1) What does this mean? "If you cannot ping nameserver with ip1, resolve the hostnames by using ip2 -given that the DNS server is running?"
or
(case 2) "If you cannot resolve an address by ip1, use ip2?"
If it is the first case, is there a way to achieve the second one? How?
Thanks