I believe I found out Why I am getting the error message.
I recreated the same messages from an Isolated network. (default deny)
for testing purposes i did 2 different pings
ping 8.8.8.8
ping www.yahoo.com
with the rule set below I could not Ping or or DNS resolution. Application/URL was block request
Policy: ICMP, tcp/53, udp/53. tcp/443 is open
Application/URL. MyAllowed sites
Application/URL. block everything else
Rule set Set B: Ping works / DNS resolution does not
Policy: ICMP, tcp/53, udp/53. tcp/443 is open
Application/URL. MyAllowed sites
Application/URL. echo-request
Application/URL. block everything else
Rule set Set d: Ping works / DNS works
with every DNS request I get drop message: cphwd_pslglue_handle_packet Reason: PSL Drop: ASPII_MT
Policy: ICMP, tcp/53, udp/53. tcp/443 is open
Application/URL. MyAllowed sites
Application/URL. nds
Application/URL. echo-request
Application/URL. block everything else
tested again with IPS off
#ips off
#fwaccel off;fwaccel on
same results.
It looks to me that Application/URL blade does not like protocols. Is there a better way to setup a rule set?
thanks everyone