Hi all,
I have my router configure with dual WAN load balancing, it work great BUT i cannot acces my internal network from other interface.
Please what is missing...
here is my mangle rules
0 chain=input action=mark-connection new-connection-mark=wan1_conn passthrough=yes in-interface=ether1-public
1 chain=input action=mark-connection new-connection-mark=wan2_conn passthrough=yes in-interface=ether6-public2
2 chain=output action=mark-routing new-routing-mark=to_wan2 passthrough=yes connection-mark=wan2_conn
3 chain=output action=mark-routing new-routing-mark=to_wan1 passthrough=yes connection-mark=wan1_conn
4 chain=prerouting action=mark-connection new-connection-mark=wan1_conn passthrough=yes dst-address-type=!local in-interface=ether3-Local
per-connection-classifier=both-addresses-and-ports:2/0
5 chain=prerouting action=mark-connection new-connection-mark=wan2_conn passthrough=yes dst-address-type=!local in-interface=ether3-Local
per-connection-classifier=both-addresses-and-ports:2/1
6 chain=prerouting action=mark-routing new-routing-mark=to_wan1 passthrough=yes in-interface=ether3-Local connection-mark=wan1_conn
7 chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=yes in-interface=ether3-Local connection-mark=wan2_conn