DNS - Configure to Listen on Interface
IPv4:
Listen trên 1 ip đặc biệt:
--------------------------------------------------------------------------
All my Lab:
Linux Lab -- window and Cisco Lab
to be continued - I will update more.
Listen trên 1 ip đặc biệt:
Listen tất cả:listen-on { 202.54.1.2; };
tương tự với IPv6listen-on { any; };
Samplelisten-on-v6 { any; }; listen-on-v6 { ipv-6-address; };
---------------------------------------------------------------------------------------------------------------------------options { //listen-on-v6 { any; }; listen-on { 202.54.1.2; }; directory "/var/named"; // the default dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; memstatistics-file "data/named_mem_stats.txt"; dnssec-enable yes; recursion no; allow-notify { 202.54.1.3; 202.54.1.4; }; version "go away"; };
--------------------------------------------------------------------------
All my Lab:
Linux Lab -- window and Cisco Lab
to be continued - I will update more.
Comments