Can a linux server be configured to use a high source port(above 1023) for NTP synchronization with a Stratum 1/2 server?
Are there any disadvantages to doing this?
Can a linux server be configured to use a high source port(above 1023) for NTP synchronization with a Stratum 1/2 server?
Are there any disadvantages to doing this?
Can a linux server be configured to use a high source port(above 1023) for NTP synchronization
I had a quick look at the man pages for ntpd(8), ntp.conf(5), ntpdate(8) on a CentOS 6 system I have to hand and non of these makes any mention of being able to change the port that they listen on or connect to. I would not expect other distros or OSes to be any different.
I guess the answer to your question is therefore no.
From a fast check, it looks like it's impossible to change, But you can try and use iptables to redirect it through another port, try to see, if this link will be helpful
It depends on what are your needs