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?

symonds
asked Feb 12, 2018
1 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
View More
parthiban
answered Feb 12, 2018
Your Answer
||||
x
 
100:0

Related Tutorials in bash: rndc: command not found

Related Tutorials in bash: rndc: command not found