I am trying to connect RB951G-2HnD to internet via GSM phone, but after connection established I can’t ping anything in the internet receiving “no route to host” error message, while routing table seems fine. The only suspicious thing for me is an IP address starting from zero. Does it might produce described problem for RouterOS 5.25?
[admin@test18] > ip adresses print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.0.64/24 192.168.0.0 b1
1 D 10.224.156.85/32 0.224.156.85 ppp-out1
[admin@test18] > ip route print
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 ADS 0.0.0.0/0 0.224.156.85 1
1 ADC 0.224.156.85/32 10.224.156.85 ppp-out1 0
2 ADC 192.168.0.0/24 192.168.0.64 b1 0
[admin@test18] > ping 8.8.8.8
HOST SIZE TTL TIME STATUS
no route to host
no route to host
no route to host
sent=3 received=0 packet-loss=100%
[admin@test18] > ping 0.224.156.85
HOST SIZE TTL TIME STATUS
22 (Invalid argument)
22 (Invalid argument)
22 (Invalid argument)
sent=3 received=0 packet-loss=100%
[admin@test18] > ping 10.224.156.85
HOST SIZE TTL TIME STATUS
10.224.156.85 56 64 4ms
10.224.156.85 56 64 1ms
10.224.156.85 56 64 1ms
sent=3 received=3 packet-loss=0% min-rtt=1ms avg-rtt=2ms max-rtt=4ms