Mangle DROP action?

There are many times i need to drop packets orginiating from my router and need the “drop” action on a mangle rule. Any ideas as to how to make this happen?

Some times i can do action change TTL and set it to something outragous and that will work.

I need this as i need to control connecitons orginating FROM behind the routers private network.

tks

You can’t do that in the firewall chains ? Mangle chains aren’t for dropping things. If you absolutely have to you can mark the packets then use the firewall to drop them, but better to keep that all in the firewall chain if you can. You could also route them to a blackhole if you prefer.

Sam