Hello, I am configuring a RouterOS first, but I encounter a problem when you can perform a ping to the address 8.8.8.8
TTL TIME HOST SIZE STATUS
8.8.8.8 timeout
8.8.8.8 timeout
8.8.8.8 timeout
The configuration of my network cards are:
/ 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 A S;;; Gateway Router
dst-address = 0.0.0.0 / 0 gateway = 31.125.120.1
gateway, reachable via 31.125.120.1 status = ether1 distance = 1 scope = 30
target-scope = 10
1 ADC dst-address = 31.125.120.0/26 31.125.120.3 pref-src = gateway = ether1
ether1 gateway-status = reachable distance = 0 scope = 10
2 ADC dst-address = 172.1.1.0/24 pref-src = 172.1.1.2 Gateway = ether2
gateway-status = ether2 reachable distance = 0 scope = 10
/ ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0;;; PUBLIC INTERFACE
address = 31.125.120.3/26 network = interface = ether1 31.125.120.0
Current-interface = ether1
1;;; PRIVATE INTERFACE
address = 172.1.1.2/24 interface = network = 172.1.1.0 ether2
Current-interface = ether2
Where can be the problem?