Networking Forums

Networking Forums > Computer Networking > Windows Networking > Child domains don't replicate with each other?

Reply
Thread Tools Display Modes

Child domains don't replicate with each other?

 
 
Jan Dye
Guest
Posts: n/a

 
      10-10-2005, 09:18 PM
I have several child domains at different remote sites that are connected to
our site via VPN tunnel. These child domains are able to successfully
replicate with the parent domain. However, several of them have set up
automatic connection agreements with each other. Each child domain does not
have a vpn tunnel to any other child domain - only the parent - so the
replication to these partners is failing. We do not want to set up VPNs for
each of these child domains to contact every other child domain. Does
anybody have a solution for this? Do others have the same problem? All are
Windows 2003 domain controllers. Thanks -

Jan Dye
(E-Mail Removed)


 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      10-11-2005, 11:21 PM
The usual method is to use a hub and spoke model (ie a wheel with a hub
and spokes but no rim). Select one site to be the hub of your network. Every
other site has a link to this hub site.

You then configure the routing so that each site sends all private
traffic to the hub. The hub has a route to every site, so it can reroute the
traffic up the correct spoke. The remote sites have bundled routes to send
all traffic for the other sites to the hub.

This is easy to set up if all sites us similar routing. For instance, it
all sites use 192.168.x.0/24, you simply configure each remote site to send
192.168.0.0/16 to the central hub.

Jan Dye wrote:
> I have several child domains at different remote sites that are
> connected to our site via VPN tunnel. These child domains are able to
> successfully replicate with the parent domain. However, several of
> them have set up automatic connection agreements with each other.
> Each child domain does not have a vpn tunnel to any other child
> domain - only the parent - so the replication to these partners is
> failing. We do not want to set up VPNs for each of these child
> domains to contact every other child domain. Does anybody have a
> solution for this? Do others have the same problem? All are Windows
> 2003 domain controllers. Thanks -
> Jan Dye
> (E-Mail Removed)



 
Reply With Quote
 
Jan Dye
Guest
Posts: n/a

 
      10-12-2005, 04:26 PM
Thanks Bill -
I understand the concept, but I'm a little vague on the implementation.
After I select one site to be the hub, where do I go to & how do I configure
the routing? Is this done through windows server? Or is it done on the
actual router? Also, in the AD sites & services, how do I get the
replication partners to stop automatically creating connections with domains
they can't get to?

Jan

"Bill Grant" <not.available@online> wrote in message
news:%23NXH$(E-Mail Removed)...
> The usual method is to use a hub and spoke model (ie a wheel with a hub
> and spokes but no rim). Select one site to be the hub of your network.
> Every other site has a link to this hub site.
>
> You then configure the routing so that each site sends all private
> traffic to the hub. The hub has a route to every site, so it can reroute
> the traffic up the correct spoke. The remote sites have bundled routes to
> send all traffic for the other sites to the hub.
>
> This is easy to set up if all sites us similar routing. For instance,
> it all sites use 192.168.x.0/24, you simply configure each remote site to
> send 192.168.0.0/16 to the central hub.
>
> Jan Dye wrote:
>> I have several child domains at different remote sites that are
>> connected to our site via VPN tunnel. These child domains are able to
>> successfully replicate with the parent domain. However, several of
>> them have set up automatic connection agreements with each other.
>> Each child domain does not have a vpn tunnel to any other child
>> domain - only the parent - so the replication to these partners is
>> failing. We do not want to set up VPNs for each of these child
>> domains to contact every other child domain. Does anybody have a
>> solution for this? Do others have the same problem? All are Windows
>> 2003 domain controllers. Thanks -
>> Jan Dye
>> (E-Mail Removed)

>
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      10-13-2005, 12:24 AM
You configure it on the VPN routers. A one-to-one VPN connection has a
route to the "other" site through the VPN link. In your case, you need each
peripheral site to have a bundled route for all sites (including the hub).
Only the hub router has a route to each peripheral site. The fact that they
are VPN links doesn't alter the way IP routing works. You are simply using
two hops to get from site to site, via the hub, because you don't have a
direct connection.

For advice on configuring site links you would prbably get better advice
in the AD newsgroup.

Jan Dye wrote:
> Thanks Bill -
> I understand the concept, but I'm a little vague on the
> implementation. After I select one site to be the hub, where do I go
> to & how do I configure the routing? Is this done through windows
> server? Or is it done on the actual router? Also, in the AD sites &
> services, how do I get the replication partners to stop automatically
> creating connections with domains they can't get to?
>
> Jan
>
> "Bill Grant" <not.available@online> wrote in message
> news:%23NXH$(E-Mail Removed)...
>> The usual method is to use a hub and spoke model (ie a wheel with
>> a hub and spokes but no rim). Select one site to be the hub of your
>> network. Every other site has a link to this hub site.
>>
>> You then configure the routing so that each site sends all private
>> traffic to the hub. The hub has a route to every site, so it can
>> reroute the traffic up the correct spoke. The remote sites have
>> bundled routes to send all traffic for the other sites to the hub.
>>
>> This is easy to set up if all sites us similar routing. For
>> instance, it all sites use 192.168.x.0/24, you simply configure
>> each remote site to send 192.168.0.0/16 to the central hub.
>>
>> Jan Dye wrote:
>>> I have several child domains at different remote sites that are
>>> connected to our site via VPN tunnel. These child domains are able
>>> to successfully replicate with the parent domain. However, several
>>> of them have set up automatic connection agreements with each other.
>>> Each child domain does not have a vpn tunnel to any other child
>>> domain - only the parent - so the replication to these partners is
>>> failing. We do not want to set up VPNs for each of these child
>>> domains to contact every other child domain. Does anybody have a
>>> solution for this? Do others have the same problem? All are Windows
>>> 2003 domain controllers. Thanks -
>>> Jan Dye
>>> (E-Mail Removed)



 
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
best strategy to allocate buffer to replicate TCP packets will_u_tellmemore Linux Networking 0 12-20-2006 08:51 AM
Replicate Win 2000 AD to Win2003 AD Daniel Windows Networking 0 06-29-2006 11:35 PM
Child Domains cannot replicate with each other at remote sites Jan Dye Windows Networking 3 10-10-2005 08:15 PM
Replicate over VPN Harry Piedra Windows Networking 3 09-01-2005 12:28 AM
Replicate AD through a DMZ. what ports to open? Dave Harry Windows Networking 5 06-02-2004 09:36 PM



1 2 3 4 5 6 7 8 9 10 11