Hi, just change the comma to dash for destination-port match-condition.
entry DHCP {
if {
protocol udp ;
destination-port 67-68 ;
} then {
permit ;
}
}
After creating the .pol file you can use the "check policy " to check the syntax. Lets say your filename is "rule1.pol". You should use the command below to check the syntax:
check policy rule1
Please take a look into the article below for more details:
Looks good, should work just fine, you can apply it on the Ingress port if it is an Uplink, otherwise, YES you can apply it on the VLAN in the Ingress direction.. You might want to add a count to it for troubleshooting purposes.