0

bash: rndc: command not found

Hi, i need to handle my Bind DNS server through remote using rndc command, but in my client side i got rndc command not found error. What package i need to install for rndc command?

rndc (Remote Name Daemon Control) Add a comment
symonds
asked Feb 12 2018

Answer

0

Please install the bind package on your client side to make that command working

yum install bind -y  (for redhat distributions)

apt-get install bind9 -y  (for debian distributions
Add a comment
parthiban
asked Feb 12 2018
edited Oct 05 2018
Post your Answer