use net time with domain and non domain machines

Soldato
Joined
4 Dec 2002
Posts
3,981
Location
Bourne, Lincs
We have a bunch of machines on our test network that are not part of our domain, these are tills and back office machines.

However their clocks keep wandering and I need to work out a way so they can talk to our main domain controller and sync the clocks.

However net time only works with domain machines so what is the best way to do this?

Kimbie
 
None of my machines are on a domain and they all NET TIME quite happily from my storage server.

If you have internet access on all these machines then you can set them up to NTP from an external NTP server.
 
@PistolPete - But is your storage server a domain machine or not?

The problem we have is a non-domain machine can not conncet to a domain machine to sync the time.

We do not want to use the internet, as our network is not routable, meaning we would have to put a number of rules into it

Kimbie
 
Net time can be configured to use domain controllers or third party dedicated time sources.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

Value: Type

Type : REG_SZ
Used to control how a computer synchronizes.
Nt5DS = synchronize to domain hierarchy [default]
NTP = synchronize to manually configured source
NoSync = do not synchronize time



How do you configure the tils / machines to point at a time source, even an XP machine can be setup to be a time source.

Point the tils at any Windows box and do the following:

On XP:
Start - run - mmc: add group policy

Local computer policy\computer configuration\admin templates\system\windows time\time providers - set enable Windows NTP server
 
@PistolPete - But is your storage server a domain machine or not?

No it's not, as none of my machines are in a domain.

The problem we have is a non-domain machine can not conncet to a domain machine to sync the time.

We do not want to use the internet, as our network is not routable, meaning we would have to put a number of rules into it

Create an account on the domain with the same username and password as the local account being used on the machine outside the domain and try again. Should work now. Give the domain account as little rights as possible that still lets the time sync.
 
Last edited:
Back
Top Bottom