Quantcast
Channel: SRX Services Gateway topics
Viewing all articles
Browse latest Browse all 3959

Security Policy source-address-excluded

$
0
0

I'm unclear on how to exclude a single IP from a security policy (without creating a duplicate policy with reject). How do I match any IP except for one in a security policy?

 

Is this the correct way to get this working?:

 

policy my-security-policy {
  match {
    source-address any;
source-address-excluded block-this-ip; destination-address endpoint1; application [ http https ]; } then { accept; count; } }

Viewing all articles
Browse latest Browse all 3959

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>