Quote:
Originally Posted by bluebriarrose yes... the hosts file on the client machines show
172.16.10.88 xyz.abc.com (not real name) |
You don't need that entry on any of the client machines.
Quote:
Originally Posted by bluebriarrose the hosts file on my sys show
172.16.10.88 xyz.abc.com |
That's incorrect, it should be of the format:
Code:
127.0.0.1 localhost.localdomain localhost
172.16.10.88 xyz.abc.com xyz
Quote:
Originally Posted by bluebriarrose the DNS A shows
abc A 172.16.10.88
the DNS MX shows
abc MX abc
the DNS MX records mail relay list and the NS records shows
xyz.com
xyz.abc.com |
Posting your output like this isn't all that useful, it would be far better to post the actual output of the dig and cat commands so we can verify the actual output.