Set NTP to listen only on eth0
Open the /etc/sysconfig/ntp file, and find the OPTIONS directive.
Inside the quotes of that directive, add the following: "-L"
The final product should look like this:
OPTIONS="-L"
This directs the NTP daemon to only listen on eth0 (not on other virtual IP's).
Inside the quotes of that directive, add the following: "-L"
The final product should look like this:
OPTIONS="-L"
This directs the NTP daemon to only listen on eth0 (not on other virtual IP's).
<< Home