DNS - 委託 - 廣播與網路 IP 位址

DNS - 委託 - 廣播與網路 IP 位址

如果我將網路和廣播位址委派為 DNS 中網路委派的一部分,會出現問題嗎?

我正在遵循有關網路無類別委派的說明齊特拉克斯(3.3 反向映射委託)。

在 Zytrax 的範例(如下)中提到,除了網路和廣播之外的所有位址都需要定義。

; definition of our target 192.168.23.64/27 subnet 
; name servers for subnet reverse map
64/27         IN  NS  ns1.example.com.
64/27         IN  NS  ns2.example.com.
; IPs addresses in the subnet - all need to be defined
; except 64 and 95 since they are the subnets
; network and broadcast addresses not hosts/nodes
65            IN  CNAME   65.64/27.23.168.192.IN-ADDR.ARPA. ;qualified
66            IN  CNAME   66.64/27 ;unqualified name
..
..

我知道我不必委託網路和廣播位址。

但是,如果我的區域文件中已經有具有網路和廣播位址的代表團,是否可以將其保留原樣,還是應該修復它以避免問題?

答案1

委派網路和廣播位址不會有任何目的,但也不會造成任何損害。

相關內容