• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Join 2 networks with Win2k Server w/ domain support?

foxkm

Senior member
Is it possible to join 2 private networks (both connected to internet via broadband) with win2k server so they are VLANd (same network via vpn) so the network is seamless at both locations? Mainly want to merge a 2 seperate AD domains into one AD domain with both sites having a AD Server and one would be desiginated a backup...

KMF
 
Windows 2000 has a remote access VPN server built in. I'd be suspect of the reliability of a broadband connection, even a business class one if this would be a mission critical link however it would work. Bandwidth would be another concern. You just didn't give enough info to get elaborate but as a simple question the simple answer is yes, setup a VPN server on one of the servers.
 

Merging 2 AD domains into a single AD is actually a little more complicated than changing their layer 3 addressing schema. I assume this is something you've had experience with before? really, you can screw up all kinds of things doing something like this if you're not careful. I would probably just make a trust relationship between the two domains and leave it at that.

but from a networking standpoint, you want a tunnel. In terms of business class, you want something with an SLA like a frame relay/ATM or PTP Ethernet. If you want to just bank on the internet connection you have, a better solution is to have seperate boxes create a point to point tunnel between the two networks and create static routes between the two disparate subnets. You could even do a router-to-router tunnel to cut down on the costs. OpenBSD has the software to do this out of the box. If you google "openbsd isakmpd tunnel" that should point you in the right direction. essentially, all packets destined for the remote network traverse the packet and higher level protocols/apps will see it as a locally attached network segment.
 
If you want to be cheap, just use two Linksys BEFSX41 boxes (one on each end of the tunnel). I currently have this running for a client and it works very well.
 
you want to merge 2 domains together and have a single domain instead ? hmmm that sounds rather complicated. At first I thought you want to have a trust relationship between the two domain so they can communicate with each other via VPN. Merging 2 domain to single namespace is not a easy task.
 
Back
Top