DNS FQDN Name Resolution in Local Network
Problem
You may have noticed that on Ubuntu, there is a problem resolving FQDN (Fully Qualified Domain Names) for your local DNS servers.
Solution
Simply edit the /etc/nsswitch.conf
file and replace this line:
With:
And just like magic, everything works! :-)