hello everyone.
recently I’ve implemented the Nth method of load balancing with 3 WANs. everything working fine except I’m unable to ping my routers IP locally. however, ping from outside my network is working fine.
I’m guessing something in my mangle rule is blocking the ICMP locally. can anyone help me with this? implemented mangle rules are shared below.
add action=mark-connection chain=prerouting connection-state=new in-interf
LanBridge new-connection-mark=conn1 nth=3,1 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=conn1 in-interfac
LanBridge new-routing-mark=conn1 passthrough=no
add action=mark-connection chain=prerouting connection-state=new in-interf
LanBridge new-connection-mark=conn2 nth=3,2 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=conn2 in-interfac
LanBridge new-routing-mark=conn2 passthrough=no
add action=mark-connection chain=prerouting connection-state=new in-interf
LanBridge new-connection-mark=conn3 nth=3,3 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=conn3 in-interfac
LanBridge new-routing-mark=conn3 passthrough=no