I have defined a service
MS-RPC with source:any, dest:any, tcp/udp, port 135, and added a rule (#1) to DROP it, but it is still showing up in the logs:
Code:
17:25:20 216.63.220.92 2081 -> 123.123.123.70 135 TCP SYN
It is listed on the filter livelog page as:
Code:
Chain USR_FORWARD (1 references)
pkts bytes target prot opt in out source destination
3014 145K DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:1024:65535 dpt:135
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spts:1024:65535 dpt:135
How can I get asl to not log these packets?
Thanks
This thread was automatically locked due to age.