So im using ntpq Ver 4.2.8p13, and it seems the default NTP Version that it claims in packages is version 2, as shown by:
root@kali:~# ntpq -c ntpversion
NTP version being claimed is 2
However, when i try changing this, I go into interactive mode
root@kali:~# ntpq
ntpq> ntpversion
NTP version being claimed is 2
ntpq> ntpversion 4
ntpq> ntpversion
NTP version being claimed is 4
ntpq> exit
root@kali:~# ntpq -c ntpversion
NTP version being claimed is 2
So as soon as i exit interactive mode, the claimed version is being restored to default, how can I make persistant changes to this value?