I have 10.3.9 Server DNS configured so that forward/reverse lookups can be done. On the server side, I have added, 127.0.0.1, as its DNS. On the client side, 10.3.9, I have added the IP of the XServe as its DNS. All external internet traffic works fine, where I am having a problem is with intranet servers within the college. Currently no client machine can access intranet servers unless I remove the IP of the server from the client machines. I thought I would get around this by adding a forwarder to /etc/named.conf
forwarders {
10.3.30.110;
};
forward only;
min-roots 1;
but to no avail.....any help would be appreciated.