bptestbpcd tries to run all ips in /etc/hosts
Hi Guys,
I made an interesting observation today, My understanding for name to ip and vice-versa is done via chronological order below.
1.) Cache
2.) host file
3.) DNS.
Now if no cache entry resolution looks for host file and the entry which comes first is the resolution. Now i observed if you have an entry which is corrent however is later than the incorrect entry it still works, bptestbpcd didn't pick the ip which comes earlier but is not working, instead it took the ip which comes later in host file and backup is running fine.
So does bptestbpcd checks all entries in host file from top to bottom? My understanding was the entry which comes first in host file is the effecting resolution for the server. Please find snapshot attached and enlighten me.