During testing (with Main ISP still up) I can't ping via ether4 to 8.8.8.8.
Code: Select all
[xxxx@RB5009] > ping 8.8.8.8 interface=ether4
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 8.8.8.8 timeout
3 10.31.0.1 84 64 120ms974us host unreachable
sent=4 received=0 packet-loss=100%
Pinging via ether 2 works as expected:
Code: Select all
[xxxx@RB5009] > ping 8.8.8.8 interface=ether2
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 56 118 6ms676us
1 8.8.8.8 56 118 6ms529us
2 8.8.8.8 56 118 6ms519us
sent=3 received=3 packet-loss=0% min-rtt=6ms519us avg-rtt=6ms574us max-rtt=6ms676us
The default routes:
Code: Select all
/ip/route/export where dst-address=0.0.0.0/0
/ip route
add comment=primary_route disabled=no distance=1 dst-address=0.0.0.0/0 gateway=124.1.2.2 routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add comment=secondary_route disabled=no distance=2 dst-address=0.0.0.0/0 gateway=10.31.0.2 routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
Why can't I ping 8.8.8.8 via ether4?