Policy Routing Problem

I have setup the network as shown in the figure.

192.168.2.0/24 gets internet via WAN2
192.168.1.0/24 gets internet via WAN1 (Policy Routing)

The problem is that, I have to get access to the Server having static IP 192.168.1.x/24 from the any of the clients.
The clients having IPs 192.168.1.0/24 can access the server but clients having IPs 192.168.2.0/24 can’t.

What could be the solution?
network.jpg

Hello in Ip - route
And Rule tab you can write a rule for drop this traffic

Sent from my SM-G900FD using Tapatalk

I think you misunderstood my problem. Currently only the clients having IPs 192.168.1.0/24 can access the server.

The clients having IPs 192.168.2.0/24 also have to access the server. Currently they can’t.

You described what doesn’t work, but because you didn’t provide enough details (hint: /export), we can only guess what’s wrong.

So I’ll try one. Maybe you mark routing for 192.168.2.0/24 clients and their routing table doesn’t have route to 192.168.1.0/24. If so, you may add it, or use this:

/ip route rule
add action=lookup-only-in-table dst-address=192.168.0.0/16 table=main