> Ah yes, but what I need is for the machine to be able to use both my
> internal DNS for my own domain, and the work one for everything else, or
> even for them to use the work one for the work domain and my own for
> everything else. Either will do.
Make your internal DNS server forward requests for work.com to
your work server. Something like:
zone work.com {
type forward;
forward only;
forwarders ip_addr;
};
Copy your existing /etc/named.conf to /etc/named.conf.linkdown
and to /etc/named.conf.linkup. Add this zone command to the .linkup
version.
Then modify /etc/ppp/ip-up.local and /etc/ppp/ip-down.local to
create a link from /etc/named.conf to the correct file and do
an 'ndc reload'.
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!