Hi
I would like is someone could validate if what i want to do is possible:
Rb2011uias-in with routeros 6.32, ports from ether2 to ether8 bridged together with hardware offloading. i have one server (10.7.7.4) plugged into ether5, and one client (10.7.7.26) coming from a switch via ether2. I need to do some redirections, to put one as example:
traffic going to 10.7.7.4:80 from 10.7.7.0/24, should be redirected to 10.7.7.4:7080
I know that with hardware offloading those packets don’t see the cpu, and so don’t see the firewall, so i was looking in the “Switch > Rule” section, trying to make a rule that matches that scenario, with action being “Redirect to CPU”. I thought that with this, this packets would be processed by the cpu, and so they should be available to process from the firewall as usual. i put a passtrough rule to try to see the packets in the counters, but they don’t show up.
Is this scenario possible, maybe i’m missing something?
I don’t know how relevant may be, but i have also a “fasttrack connection” rule for established and related connections on top of the firewall rules.
Thank you