Score:0

Block by IP via Linux Traffic Control

bh flag

i have 2 PtP Interfaces and i am using TC to realize some simple Passthrough setup. I am mirroring the traffic from the incoming if to the outgoing if like so

tc filter add dev <ingress_if> parent ffff: protocol all prio 2 u32 match u32 0 0 flowid 1:1 action mirred egress mirror dev <egress_if>

now i want to be able to block traffic based on src/dst ip or Port. How would i do that using TC?

I tried realizing the Block with iptables on these specific interfaces but this did not work

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.