Hi All -
I have two DNS servers. Our Linux one is used for residence halls and gives out a bogus DNS to people until they've registered. And our Windows 2003 server runs our true DNS for everyone (including residence halls once the person has registered).
I'd like to setup the Linux server to allow people to go to certain sites (i.e., windowsupdate.com, symantec.com, mcafee.com, etc...) in order to get their machines patched prior to registration. I've tried doing stuff like:
Should that work properly?
Also, the 10.2.0.53 address you see is the true DNS server (Windows 2003 server). How do I go about making sure that it will accept forwarded DNS queries to it?
Thanks!
I have two DNS servers. Our Linux one is used for residence halls and gives out a bogus DNS to people until they've registered. And our Windows 2003 server runs our true DNS for everyone (including residence halls once the person has registered).
I'd like to setup the Linux server to allow people to go to certain sites (i.e., windowsupdate.com, symantec.com, mcafee.com, etc...) in order to get their machines patched prior to registration. I've tried doing stuff like:
Code:
zone "microsoft.com" {
type forward; forwarders { 10.2.0.53; }; forward only;
};
Should that work properly?
Also, the 10.2.0.53 address you see is the true DNS server (Windows 2003 server). How do I go about making sure that it will accept forwarded DNS queries to it?
Thanks!