Hi,
I do not want to update hosts file with the name and IP addresses since the IP addresses get changed every alternate day from DHCP (Router).
I want to get this IP address autometically from DHCP server (Router), which is given as Primary DNS Server in Network configuration.
This way, wheneven I need to access an URL (Server) by name, based upon nsswitch.conf (hosts file dns), it will first look at hosts, then it will look at Primary DNS and try to resolve.
That is where my issue is, when it goes to resolve IP address from Primary DNS (Router), it goes outside for
www.oracle.com (GOOD), but it does not find (S1 or A1 or V1) from Primary DNS (Router), why?
When I do the same thing from WIndows machine, how does it work for another window machine (but not for Linux machine).
Thanks