Hi,
I am fairly new to the mikrotik comunity, and for this problem I did search a lot online but unfortunately I can only find some awnsers on how to load balance with the two wan, This is not what im trying to do.
I have two isp.
both isp are PPPOE
One has a static ip,
I have two network
192.168.1.0/24
192.168.3.0/24
Id like to have all traffic that goes to 192.168.1.1 gateway to one isp and and 192.168.3.1 to the other isp
Exactly like there was two regular router.
To be honest I am not completely sure of what im doing.
But I tried to create 2 Firewall Nat rules
______________________
Firewall Rule 1
----------------------
Chain=srcnat
src. Address=192.168.1.0/24
out. Interface=ISP1
Action=masquerade
______________________
Firewall Rule 2
----------------------
Chain=srcnat
src. Address=192.168.3.0/24
out. Interface=ISP2
Action=masquerade
______________________
Maybe im completely off, Thanks in advance for any help I can get