標籤彙整:dns

Dock-comper-DNS SERVER

#dns #https://www.youtube.com/watch?v=syzwLwE3Xq4&t=1290s vim named.conf #允許LAN acl internal { 10.10.0.0/16; 10.11.0.0/16; 10.20.0.0/16; }; options { forwarders { 1.1.1.1; }; allow-query { internal; } }’ zone "demo.clcreative.de" in { type master; file "/etc/bind/demo-clcreative=de.zone"; }; #如果出現 ERROR: for bind9 can not start service … 繼續閱讀

發表於 未分類 | 已標籤 | 發表迴響

dns 被當跳板查詢

步驟2-4.安全性設定–限制所有查詢要求 allow-recursion 就是允許哪些來源可以使用 DNS 主機進行遞迴查詢動作。簡單說就是透過這台 DNS 來查詢任何資料,包含不是該 DNS 主機負責的 zone 也代為查詢,你不想讓別人用你的 DNS 去探查別人的 DNS 主機資訊吧? 在 options 加入 allow-recursion { 127.0.0.1/32; 192.168.1.0/24; }; options { allow-recursion { 127.0.0.1/32; 192.168.1.0/24; }; }; 之後再 /var/log/message 會發現 message repeated 8 times client 94.129.115.38#4444: … 繼續閱讀

發表於 未分類 | 已標籤 | 發表迴響