Hello,
I just configure policy routing for 2 of my uplink from different ISP. Both are running well, but I cannot ping one network from other one. Below is my route list
ip route> rule print
Flags: X - disabled, I - inactive
0 src-address=1XX.10X.38.32/28 routing-mark=FiberNet action=lookup
table=FiberNet
ip route> print
# DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 ADC 1XX.10X.38.20/30 1XX.10X.38.22 Wan
1 ADC 1XX.10X.38.32/28 1XX.10X.38.33 Lan
3 ADC 2YY.14Y.58.80/30 2YY.14Y.58.82 Wan
4 ADC 2YY.14Y.58.96/27 2YY.14Y.58.97 Lan
5 A S ;;; added by setup
0.0.0.0/0 r 2YY.14Y.58.81 Wan
6 A S ;;; added by setup
0.0.0.0/0 r 1XX.10X.38.21 Wan
ip firewall mangle> print
chain=prerouting src-address=1XX.10X.38.32/28 action=mark-routing
new-routing-mark=FiberNet passthrough=yes
From
Network 2YY.14Y.58.96/27 I cannot ping to 1XX.10X.38.32/28 and vice-versa.
Any solutions plz.
Rafiq...