[admin@MikroTik] > ip route pr
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 DS 0.0.0.0/0 188.38.52.220 1
1 ADC 188.38.52.220/32 188.38.52.220 ppp-out1 0
2 ADC 192.168.1.0/24 192.168.1.1 ether1 0
[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 DS dst-address=0.0.0.0/0 gateway=188.38.52.220
gateway-status=188.38.52.220 unreachable distance=1 scope=30
target-scope=10
1 ADC dst-address=188.38.52.220/32 pref-src=188.38.52.220
gateway=ppp-out1 gateway-status=ppp-out1 reachable distance=0
scope=10
2 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1
gateway-status=ether1 reachable distance=0 scope=10
[admin@MikroTik] >
but when I put check to “dial-on-demand”, Gateway is showing reachable in that case 3G card can not connect to 3g network and says " waiting for packets"
[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 ADS dst-address=0.0.0.0/0 gateway=10.112.112.123
gateway-status=10.112.112.123 reachable ppp-out1 distance=1
scope=30 target-scope=10
1 ADC dst-address=10.112.112.123/32 pref-src=10.64.64.75
gateway=ppp-out1 gateway-status=ppp-out1 reachable distance=0
scope=10
2 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1
gateway-status=ether1 reachable distance=0 scope=10
[admin@MikroTik] >