Now I want that any traffic going to destation 1.2.3.4 should *ALWAYS* route via WAN2 link only. (actually 1.2.3.4 is remote hosting SMTP server and they accept connection only from wan2 link)
I made following rule.
Code: Select all
/ip firewall address-list add address=1.2.3.4 comment="smtp server" list=PCC_EXEMPT
/ip firewall mangle
add chain=prerouting comment="EXEMPT 1.2.3.4 TRAFFIC from PCC & route via WAN-2 only" dst-address-list=PCC_EXEMPT
but not working.
any idea?