There are certain steps to configure NTP on Solaris, and itβs really easy and simple. Just follow the following steps
For Starting NTP on Solaris:
- Logon to the server using root.
- Now go to /etc/inet/
- Rename ntp.client to ntp.conf
- Now edit ntp.conf and replace multicastclient 224.0.1.1 with server ip-of-your-winntp-server
|
1 2 3 4 5 6 7 8 9 10 11 |
# ident "@(#)ntp.client 1.3 00/07/17 SMI" # # /etc/inet/ntp.client # # An example file that could be copied over to /etc/inet/ntp.conf; it # provides a configuration for a host that passively waits for a server # to provide NTP packets on the ntp multicast net. # server ip-of-your-winntp-server #multicastclient 224.0.1.1 |
- Search for the NTP service using svcs -a | grep ntp
|
1 2 |
root@SVR # svcs -a | grep ntp disabled Apr_21 svc:/network/ntp:default |
- Start NTP Server if Disabled using svcadm enable svc:/network/ntp:default and check the service status again.
|
1 2 |
root@SVR # svcs -a | grep ntp online 14:25:19 svc:/network/ntp:default |
- Now check NTP status using ntpq βp
|
1 2 3 4 |
root@SVR # ntpq βp remote refid st t when poll reach delay offset disp ============================================================================== 192.168.1.7 192.168.38.220 2 u 10 64 1 0.69 10.177 15875.0 |
RedSun: New Microsoft Defender Zero-Day Lets Unprivileged Users Gain SYSTEM Access
A freshly disclosed zero-day vulnerability in Microsoft Defender, dubbed "RedSun," has raisedβ¦
One-Click RCE in Azure Windows Admin Center: what happened and what you need to do
Windows Admin Center (WAC) is a convenient, browser-based management hub for administratorsβ¦
Microsoft Confirms Reboot Loops on Windows Server 2025 After April Patch KB5082063
Microsoft has confirmed a critical stability problem affecting some Windows Server 2025β¦
Windows Secure Boot: A practical playbook for certificates expiring in 2026
Microsoftβs Secure Boot certificates issued in 2011 are approaching their expiration windowβ¦