Routing Problem with Magle

I have the following LAN diagram:

192.168.88.0 ← 5 APS → 192.168.88.1 ether2 ← Router → ether 1 → Office LAN → ISP1
→ ether 5 ISP2

On ether 1 I get to access que office LAN so and there I need to access the address xxx.xxx.xxx:8000 →

192.168.70.21:8000 wich is a service that some users need to have trough wifi in case LAN doesnt work.

The thing is that that i’ve set a mangle route:

chain=prerouting action=mark-routing new-routing-mark=LAN passthrough=no src-address-list=(all my wifi

ips) dst-address-list=192.168.0.0/16

and a route that sends packets with routing mark “LAN” trough ether 1:

  • that should let me get there right?

i’ve set up a log where i can see that packets are meeting the requirement and getting marked but i’m

not seeing the webpage.

Here is a sample of the log:

"17:52:01 firewall,info prerouting: in:ether2 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto TCP (SYN),

192.168.88.21:50074->192.168.70.21:8000, len 64"

Plz help…

P.D.: I have a hotspot in between.