I'm setting up an internet hub for internet access on a Windows 2000 Domain.

The Internet hub seems to be configured correctly for dial-up to the ISP, as I can ping IP addresses on the internet and get a reply. I'll now need to setup DNS on the Windows 2000 Server so that I can ping host names and not just IP addresses. This is where it gets interesting...

I could put the ISPs DNS address into the DNS server search order on each of the computers, but this would cause the internet hub to dial out every time a machine tries to resolve a host name. I don't want this.

So, if I remember correctly you can add zones or something into the Windows 2000 Server DNS configuration, so that if the host is not available locally it will go to the ISPs DNS server instead. How is this done??