2009년 2월 20일 금요일

원도우 Time 서버 설정하기

● Windows 2000 NTP client 설정
- c:>net time /querysntp
; NTP time서버 설정 확인
- c:>net time /setsntp:[time서버]
; NTP time서버 설정
- c:>net stop w32time && net start w32time
; NTP 서비스 재시작

● Windows 2000 NTP 서버 설정
- 레지스트리 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"에서 LocalNTP의 DWORD값을 1 로 변경한후 서비스 재시작

● Windows XP, 2003 NTP client 설정
- c:>net time /querysntp
; NTP time서버 설정 확인
- c:>w32tm /config /syncfromflags:manual /manualpeerlist:[time서버] /update
; NTP time서버 설정
- c:>net stop w32time && net start w32time
; NTP 서비스 재시작

● windows XP, 2003 NTP 서버 설정
- 레지스트리 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer"에서 Enabled와 InputProvider의 DWORD값을 1로 설정한후 서비스 재시작

====================
출처:
http://blog.daum.net/netflow/16904679

댓글 없음: