- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-04-2022 07:59 AM
Need some assistance creating a security rule to block UDP 443 outbound on my PA-3250 firewall.
03-04-2022 08:51 PM
Is there something unusual in the setup or? It should be fairly simple to block all outbound UDP/443 traffic if that is what you want to do.
Objects -> Services
Add new service for UPP/443 traffic, i.e.:
name=UDP443
Protocol=UDP
Destination Port=443
Policy -> Security
Add new security rule:
General->name = Block_UDP443
Source->Zone = Trust (or whatever your internal zone is)
Destination->Zone = UnTrust (or whatever your WAN zone is)
Service/URL Category->Service = UDP443 (added above)
Actions->Action Setting = Deny
Or do you actually want to block QUIC traffic?
Policy -> Security
Add new security rule:
General->name = Block_QUIC
Source->Zone = Trust (or whatever your internal zone is)
Destination->Zone = UnTrust (or whatever your WAN zone is)
Application->Applications = quic
Service/URL Category->Service = application-default
Actions->Action Setting = Deny
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!