Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > DNS records

Reply
 
 
Eric
Guest
Posts: n/a

 
      05-06-2010
I would like to try something to easy management of policies. We have 4
sites that are connected, and oat easch site we have a server that has
software packages for the computers to install through group policy. We
would like to have 1 dns name for all of the servers to have them look to
the local server when at one site so that software updates are not going
across our WAN links.

I created A records with the same but pointing to different IPs and it seems
to work from the manamgement VLAN. But when the clients connect they will
not be in the management vlan, but in a vlan other than the default. With
the above setup when I pinged the name the server that was contacted was the
server at our main site.

I gues the real question is wether or not there is a record I can create to
help the clients to look to the local server instead of a static predefined
server so if they are at a different building they look to that server not
their home building's server.

Thanks,

Eric

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      05-06-2010
"Eric" <> wrote in message
news:7776C042-B868-42A1-94C0-...

> would like to have 1 dns name for all of the servers to have them look to
> the local server


You can't do that.

You have to create separate policies for each Site,...each policy using the
correct source server for the installations.

Apply the policies to the correct machines for each site. This is
controlled by either creating OUs for each Site and putting the corrects
machine in the correct OU,...or you control what machine gets which policy
via Security Groups,...or a combination of both methods.

The machines will install from the correct source according to what the
policy tells it to use.

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Ace Fekay [MVP - Directory Services, MCT]
Guest
Posts: n/a

 
      05-07-2010

On Thu, 6 May 2010 15:10:54 -0500, "Phillip Windell"
<> wrote:

>"Eric" <> wrote in message
>news:7776C042-B868-42A1-94C0-...
>
>> would like to have 1 dns name for all of the servers to have them look to
>> the local server

>
>You can't do that.
>
>You have to create separate policies for each Site,...each policy using the
>correct source server for the installations.
>
>Apply the policies to the correct machines for each site. This is
>controlled by either creating OUs for each Site and putting the corrects
>machine in the correct OU,...or you control what machine gets which policy
>via Security Groups,...or a combination of both methods.
>
>The machines will install from the correct source according to what the
>policy tells it to use.


Or use DFS... :-)


Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      05-07-2010

"Ace Fekay [MVP - Directory Services, MCT]" <>
wrote in message news:...
> Or use DFS... :-)


I didn't think of that

I have never used DFS so it is never "on my mind" :-/

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      05-07-2010


"Ace Fekay [MVP - Directory Services, MCT]" <>
wrote in message news:...
>
> Or use DFS... :-)


Hmmm. I can not picture in my mind how you would do it with DFS.

How would you do that? Doe it matter if it is 2003 DFS or 2008 DFS?

--
Phillip Windell

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Dave Warren
Guest
Posts: n/a

 
      05-07-2010
In message <#> "Phillip Windell"
<> was claimed to have wrote:

>
>"Ace Fekay [MVP - Directory Services, MCT]" <>
>wrote in message news:...
>>
>> Or use DFS... :-)

>
>Hmmm. I can not picture in my mind how you would do it with DFS.
>
>How would you do that? Doe it matter if it is 2003 DFS or 2008 DFS?


DFS automatically picks a server in the local site when available, only
falling back on servers outside the local site when there is no local
DFS server available.

In other words, if your sites are set up properly so that clients and
servers match your network topology (likely matching your physical
topology too) then it should "just work"
 
Reply With Quote
 
Grant Taylor
Guest
Posts: n/a

 
      05-08-2010
Ace Fekay [MVP - Directory Services, MCT] wrote:
> Or use DFS... :-)


DFS will work great if the client is using file services. If the
service name is for something like an SMTP / AV / etc. server, I don't
see how DFS will make a difference.

In this case, you will likely need to have a DNS record specific to each
site that will resolve to the site local server. (This is assuming that
there is a DNS server at each site.)

I.e. <service>.domain.tld would resolve to different addresses depending
on what site DNS server the query is made against.



Grant. . . .
 
Reply With Quote
 
Ace Fekay [MVP - Directory Services, MCT]
Guest
Posts: n/a

 
      05-08-2010

On Fri, 07 May 2010 12:33:56 -0700, Dave Warren
<dave-> wrote:

>In message <#> "Phillip Windell"
><> was claimed to have wrote:
>
>>
>>"Ace Fekay [MVP - Directory Services, MCT]" <>
>>wrote in message news:...
>>>
>>> Or use DFS... :-)

>>
>>Hmmm. I can not picture in my mind how you would do it with DFS.
>>
>>How would you do that? Doe it matter if it is 2003 DFS or 2008 DFS?

>
>DFS automatically picks a server in the local site when available, only
>falling back on servers outside the local site when there is no local
>DFS server available.
>
>In other words, if your sites are set up properly so that clients and
>servers match your network topology (likely matching your physical
>topology too) then it should "just work"


You beat me to it! :-)

Ace
 
Reply With Quote
 
Ace Fekay [MVP - Directory Services, MCT]
Guest
Posts: n/a

 
      05-08-2010

On Sat, 08 May 2010 10:40:54 -0500, Grant Taylor
<> wrote:

>Ace Fekay [MVP - Directory Services, MCT] wrote:
>> Or use DFS... :-)

>
>DFS will work great if the client is using file services. If the
>service name is for something like an SMTP / AV / etc. server, I don't
>see how DFS will make a difference.
>
>In this case, you will likely need to have a DNS record specific to each
>site that will resolve to the site local server. (This is assuming that
>there is a DNS server at each site.)
>
>I.e. <service>.domain.tld would resolve to different addresses depending
>on what site DNS server the query is made against.
>
>
>
>Grant. . . .


Actually, I didn't mean for the DNS records. I meant for the package.
DFS is AD Site aware. If you set the package into a DFS share, then
the client will retrieve it from it's own site instead of traversing
the WAN, or needing to create multiple Software Package GPOs, one for
each site.

Ace
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: DNS Server dot deleting old records Paul Bergson [MVP-DS] Active Directory 5 01-29-2010 02:15 PM
Re: SRV Records Missing Ace Fekay [MVP-DS, MCT] DNS Server 2 01-27-2010 06:58 PM
Windows 2003 R2 - Missing Disk Space on System drive zinger-uk Windows Server 12 11-29-2009 12:02 PM
PRT records being removed BrianB DNS Server 6 11-25-2009 11:19 PM
Removing Duplicate Records? ActiveSync 1 02-02-2005 05:51 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59