如果我在 DNS 中将网络和广播地址作为网络委派的一部分进行委派,是否会出现问题?
我正在遵循Zytrax上的无类别网络委派说明(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
..
..
我了解我不必委托网络和广播地址。
但是,如果我的区域文件中已经有具有网络和广播地址的委托,是否可以保留它们,或者我应该修复它以避免出现问题?
委派网络和广播地址不会起到任何作用,但也不会造成任何伤害。