eventlog

Microsoft/Core

NTP 서버 구성 및 클라이언트 연결

Windows의 ntp적용은 time.windows.com으로 1차적으로 동기화 되어 있습니다. 하지만 사내의 서버들에 따로 동기화 서버를 구성하고자 하는 경우에는 아래와 같이 적용하면됩니다. Server 구성 1. registry 프로그램 실행 (시작 -> 실행 -> regedit (or regedit32) 2. registry 키 값 변경 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32Time\Parameters 항목 : LocalNTP 유형 : DWORD 값 : 1 3. NTP 서비스 재시작 - 중지 : net stop w32time - 기동 : net start w32time or - 시작 -> 실행 -> services.msc Window T..

로멘틱가이
'eventlog' 태그의 글 목록