Is it possible to control ingress like egress (root) for wan device with tc?

hello,

i want to create htb classes for ingress and mark them with iptables i created virtual device (dummy)
and mirred egress to to that virtual device

Yes.
https://wiki.linuxfoundation.org/networking/ifb

You can also use connection marks and act_connmark.
Set these connmarks as usual in iptables looking at regular egress traffic.

1 Like