Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

how to mark packets

$
0
0

Hi,

 

I'm trying to mark packets incoming from a given IP address, without success:

 

 

 modify VOIP_IN {
     rule 10 {
         action modify
         modify {
             mark 1
         }
         protocol udp
         source {
             address <src-ip-address>/32
         }
     }
 }

 

 

The firewall statistic shows the rule accepts packages and doesn't mark any.  Why doesn't it mark any packages?


Viewing all articles
Browse latest Browse all 20028

Trending Articles



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