DNS升級FAQ

A:
1.下載軟體(以bind-9.16.33 版本為例)https://isc.org/download/
2.ftp至dns主機。
3.tar -xvf bind-9.16.33.tar.gz
./configure (以一般user身分)
make。
sudo -s
make install
ps -ef|grep named
kill -9 xxx
/usr/local/sbin/named -c /etc/named.conf -u named
如果系統有少裝的套件, 則要視情況處理。
A:
1.下載軟體(以bind-9.16.33 版本為例)https://isc.org/download/
2.上傳至dns server
3.解開bind檔案 tar -xvf bind-9.16.33.tar.gz
cd bind-9.16.33
./configure (以一般user身分)
make。
sudo -s
make install (以系統管員身分)
ps -ef|grep named
kill -9 xxx (移除原來的bind, 啟用新bind)
/usr/local/sbin/named -c /etc/named.conf -u named
A:
如使用其他 DNS Server,請隨時注意安全性更新。
正確設定關閉遞迴查詢,或是調整服務設定,限制遞迴查詢功能僅提供本地網域使用者。