Hi,
i have 2 WAN and 1 LAN on mikrotik x86
WAN1 ip is: 192.168.0.2 - and gateway is: 192.168.0.1
WAN2 ip is: 192.168.2.2 - and gateway is: 192.168.1.1
and LAN ip: is 192.168.88.0/24
and nat rule in firewall is:
/ip firewall nat
add action=masquerade chain=srcnat
now i want a user with an ip 192.168.88.100 and 192.168.88.184 should use WAN1 and the rest of the users should use WAN2, i don't want loadbalancing. Please help me.