Your other option is to edit the hosts file on each machine, assuming you dont have to many you could do this manually or you could create a script to copy a new hosts file to each machine, that way all the machine will implicitly know the ip they need and will not require dns to resolve it. The following article explaing about hosts files: http://en.wikipedia.org/wiki/Hosts_file -- James Yeomans, BSc, MCSE
"Chris Warwick" wrote:
[Quoted Text] > On Tue, 14 Oct 2008 13:58:00 -0700, James Yeomans BSc, MCSE > <JamesYeomansBScMCSE[ at ]discussions.microsoft.com> wrote: > > >Hi there, unfortuantely you can't specify on a client different dns servers > >to use for different domains. You have to either make sure they use a dns > >server that contains a copy of the zone they need to resolve or make sure a > >copy of that zone is on the dns server they are using ( i realise they are > >both the same thing). Your best bet would be to create a record on your > >external dns servers for the internal resource you are trying to access. Bear > >in mind an external record could point to an internal IP say, 192.168.x.x (or > >any other private subnet that you may be using on your LAN), that way the > >client will receive the ip and be able to access the resource. Hope that > >helps. Good luck. > >James. > > > Thanks James, unfortunately I have no control over the external DNS > and can't add records there. Looks like I'll have to rethink the > internal/external publishing of domain.com - likely I'll have to use > different names internally/externally > > Cheers, > Chris >
|