Quote:
Originally Posted by bkarthick4u cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com |
This is incorrect it should be as follows:
Code:
127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com server
Quote:
Originally Posted by bkarthick4u host server.example.com
server.example.com has address 10.0.0.17
dig example.com |
The output from this is incorrect run the command exactly as I've given it to you, do not change it, do not add your hostname to it.
Post the output of the dig commands that I've asked you for.