如果我在 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
委托网络和广播地址不会起到任何作用,但也不会造成任何危害。