# ntp를 ipv4만 사용해서 시간 동기화 하기

<table border="1" id="bkmrk-perplexity%EC%97%90%EC%84%9C-%EC%83%9D%EC%84%B1%ED%95%9C-ai%EC%9D%B4" style="border-collapse: collapse; width: 100%; height: 59.757px;"><colgroup><col style="width: 99.881%;"></col></colgroup><tbody><tr style="height: 29.8785px;"><td style="height: 29.8785px;">[![image.png](http://igoni.kr/uploads/images/gallery/2026-02/scaled-1680-/C3Rimage.png)](http://igoni.kr/uploads/images/gallery/2026-02/C3Rimage.png)

</td></tr><tr style="height: 29.8785px;"><td class="align-right" style="height: 29.8785px;">perplexity에서 생성한 AI이미지</td></tr></tbody></table>

ntp클라이언트를 ipv4만 사용하고자 할 때

```shell
$> vi /etc/sysconfig/ntpd
# Drop root to id 'ntp:ntp' by default.
...
OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g -4"
...
```