Jump to content

Recommended Posts

Posted
I have to connect two LAN's so they are 'one' - trouble is that are in different geographical loactions. I use Terminal Server at the moment, is there a better way?
Posted (edited)

A lot of the options depend on what speed your link is between the two sites, - if it's a slow ADSL link, then TS may be the only way you can do it.

 

If you're in an area which is serviced by a cable company, it may well be worth speaking to them about using their network. We've got two sites using a local cable company's ducting to provide a direct fibre link between sites, - there is an annual rental, but it's tiny compare to what BT would charge, and they get full use of an 8-core fibre for that (currently providing 3GB/s).

 

Stephen

Edited by SteveMC
  • Thanks 1
Posted

What do you need to achieve? Is it just that you want to join 2 domains so they become one? If you've got domain controllers and file servers at each site and you can confine network traffic to the site then you may not need huge bandwidth (just enough for DC replication which is quite small)

 

Do you have line of sight between your two locations? If so, you can look at laser/microwave links. They can be quite expensive to install (c. £10,000) but there are no rental costs and you can easily get 100 Mbit links.

 

If you can't do that then as Stephen says you need to look at what the telecomms companies can offer. If you don't have Virgin in your area then it will have to be BT fibre but note that this is resold by other companies - eg Thus - and often for less than BT will charge (which is barking mad but that's the way it goes!)

Posted
If you've got decent connectivity between the two set up a static VPN between them both. Really does depend on what you actually need to achieve, what does the outcome need to be i.e. what do people need to be able to do. Also, what is the connectivity between the sites, I'm assuming they both have Internet connections?
Posted

thanks for the replies thus far.

 

Site 1 = (local) domain with 2003 server.

Site 2 = stand-alone machines, ethernet etc but no domain.

 

I 'disuade' users from loggin in locally on their machines on SITE1 so they use the network. SITE2 are even more prone to need help. Ideally clients on SITE2 boot local OS then looks for the DC (via the internet remote on SITE1), gets authentification etc and then loads like it was on SITE1. Is there a way, I guess it might involve a way calling for authentication through the gateway shortly after POST / BOOT or similar. Or should I try and make SITE2 clinets as thin as possible, locally lock down their accounts and stick a run TS after general logon ...

Posted

So users on Site2 are currently using TS?

 

As srochford was saying, what you really need is another Domain Controller on Site 2. You will have some sort of VPN link between the two and each site will be on a different IP subnet.

If you set up 'sites' properly, windows will know to authenticate against the DC on it's site. It will keep both Domain Controllers in sync, and you can decide when and how often the DCs sync.

 

You can also set up Distributed File System (DFS). This lets you create a virtual name space e.g. \\yourdomain.com\share The files can actually be stored on site1, site2, or both. Again, you can decide when they replicate.

This will be much better than trying to access the file over the internet because the computer will first of all save the file ot the server on its site. Then the DC will replicate this over to the other site.

 

This won't work with database apps, e.g SIMS. You'll have to continue using TS for this.

Posted

Thanks for the replies

 

VPN's seem a backward step, used them before TS. And, if the previous solution does not work with SQL / SIMS users will soon get fed up swithcing around. Think I will lock down SITE2 clients and use TS

Posted
Thanks for the replies

 

VPN's seem a backward step, used them before TS. And, if the previous solution does not work with SQL / SIMS users will soon get fed up swithcing around. Think I will lock down SITE2 clients and use TS

 

IIRC, there's a way in Server 2008 of making TS work for just one application - it appears to the user that it is a normal application window even though it is actually running remotely. (I might of dreamt that though)

 

If you have users from site 2, accessing files from site 1 over the vpn then, yes, any interrupts in the internet is going to cause it to stall/crash as most apps can't really cope with this. If you have 'sites' and DFS set up properly then the client is saving to a local server first and then these files can be synced by the servers according to your schedule. But this could still get problematic if you have users on both sites frequently wanting to edit the same files at the same time.

 

What are your users actually doing? If they are doing a mix of internet graphics flash stuff then TS could be a problem. If they are mainly accessing SIMS and doing a bit of word processing then TS is probably the easiest way.

Posted
IIRC, there's a way in Server 2008 of making TS work for just one application - it appears to the user that it is a normal application window even though it is actually running remotely. (I might of dreamt that though)

 

Remote Apps, works like a charm. You could put the difficult applications on this and have them appear (to the user) to be running locally. Set up a second domain controller on Site 2 and limit replication traffic using AD Sites and Services.

Posted
Why read only?

Surely it will just sync like magic?

 

Read-only's more secure, it'll mean that while someone at the second site can still reset passwords and so on they won't be able to do anything major in AD. Massively reduces support calls if people can't mess with their DC.

Posted
Read-only's more secure, it'll mean that while someone at the second site can still reset passwords and so on they won't be able to do anything major in AD. Massively reduces support calls if people can't mess with their DC.

 

Just not giving them the privileges does the same thing though...

Posted
A read-only dc also cuts down on site-site traffic a bit, since it doesn't need to push changes to the other dc. Plus if the other site doesn't have a server room/cupboard, it means anything fiddling with it physically can't do much.
Posted
A read-only dc also cuts down on site-site traffic a bit, since it doesn't need to push changes to the other dc. Plus if the other site doesn't have a server room/cupboard, it means anything fiddling with it physically can't do much.

 

It also means that if someone yanks a copy of the AD database off the server, they can't get much out of it - i.e. only users who log on in that part of the domain are potentially compromised.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...