Windows pc on ether2, ping github.com, getting answers from mikrotik "destination host unreacheble"
Try to ping on mikrotik:
Code: Select all
[admin@MikroTik] /tool> /ping count=5 google.com
SEQ HOST SIZE TTL TIME STATUS
0 64.233.161.113 56 49 30ms
1 64.233.161.113 56 49 30ms
2 64.233.161.113 56 49 30ms
3 64.233.161.113 56 49 30ms
4 64.233.161.113 56 49 30ms
sent=5 received=5 packet-loss=0% min-rtt=30ms avg-rtt=30ms max-rtt=30ms
[admin@MikroTik] /tool> /ping count=5 github.com
SEQ HOST SIZE TTL TIME STATUS
0 192.30.253.112 timeout
1 192.30.253.112 timeout
2 192.168.88.1 84 64 990ms host unreachable
3 192.30.253.112 timeout
4 192.30.253.112 timeout
sent=5 received=0 packet-loss=100%
[admin@MikroTik] /tool> /ping count=5 interface=pppoe-out1 github.com
SEQ HOST SIZE TTL TIME STATUS
0 192.30.253.113 56 52 142ms
1 192.30.253.113 56 52 142ms
2 192.30.253.113 56 52 142ms
3 192.30.253.113 56 52 142ms
4 192.30.253.113 56 52 142ms
sent=5 received=5 packet-loss=0% min-rtt=142ms avg-rtt=142ms max-rtt=142ms