
Ordering DHCP Request Rules
The destination of DHCP requests is a broadcast address. ISA Server does not perform name resolution for broadcast traffic, but rather it denies it. If there is an allow or deny rule that may match the DHCP request and requires name resolution, and that rule is higher in the rule order than the DHCP request rule you have created, DHCP traffic may be denied.
A rule requiring name resolution contains either a Domain Name set or a URL set in the destination (To) criteria. Note that if there are other criteria in the rule that do not match a DHCP request, there is no conflict.
To avoid conflict, ensure that the rule you have configured to allow DHCP requests is higher in the rule order than any other rule that uses name resolution that may match the DHCP request. This principle is shown in the following example.
This rule will not work:
-
Deny all protocols from www.attack.com
-
Allow DHCP requests from internal to local host
This rule will work:
-
Deny HTTP protocol from www.attack.com
-
Allow DHCP requests from internal to local host
This rule will work:
-
Allow DHCP requests from internal to local host
-
Deny all protocols from www.attack.com