SLAN : it;s my lan - ip address : 192.168.1.2/24
SWAN : 1st internet line : 1.1.1.1
SABWAN : 2nd internet line : 2.2.2.2
i have 2 internet lines
i want to all to have internet on 1st line - this works fine
but this one not working - only 1 IP address will take the 2nd internet line with srt and dst for certian public ip address
i made the mangle on this ip address : 192.168.1.1
and i make in ip route
dst- address=0.0.0.0 gateway=1.1.1.1 routing_mark=LINE1
dst- address=0.0.0.0 gateway=2.2.2.2 routing_mark=LINE2
Ip firewall :
chain=srcnat outinterface=SWAN action masqurade
chain=srcnat outinterface=SABWAN scr_address=192.168.1.1 action=src_nat to_address=1.1.1.4
chain=dstnat in_interface=SABWAN scr_address=1.1.1.4 action=src_nat to_address=192.168.1.1
help me plz