Hi all. First of all I wish you all a 2021 health and prosperous!
I am in an issue and not being able to find out what am I doing wrong. I follow step by step the follwing link: https://mum.mikrotik.com/presentations/ ... 743837.pdf to keep my home Mikrotik running with both ISP providers I have (VIVO and TIM).
It was working fine until I lost connectivity through TIM due to a fiber rupture on street and since them interface show as down at Netwatch. Some wirdeness:
From my PC, I can trace through right path:
Tracing route to 8.8.8.8 over a maximum of 30 hops
1 2 ms 1 ms 1 ms 192.168.88.1
2 2 ms 2 ms 2 ms 192.168.15.1
3 6 ms 4 ms 5 ms 189.59.241.110
4 6 ms 6 ms 7 ms 201.22.71.221
5 7 ms 6 ms 11 ms 152.255.139.33
6 6 ms 6 ms 7 ms 72.14.218.101
7 6 ms 7 ms 14 ms 108.170.251.65
8 5 ms 5 ms 5 ms 108.170.228.5
9 6 ms 5 ms 5 ms 8.8.8.8
Trace complete.
C:\Users\xxxxx>tracert -d 8.8.4.4
Tracing route to 8.8.4.4 over a maximum of 30 hops
1 55 ms 69 ms 1 ms 192.168.88.1
2 2 ms 1 ms 2 ms 192.168.1.1
3 6 ms 8 ms 6 ms 186.230.220.96
4 8 ms 9 ms 9 ms 10.221.252.48
5 25 ms 40 ms 24 ms 10.223.238.246
6 7 ms 6 ms 7 ms 72.14.197.37
7 8 ms 7 ms 8 ms 108.170.251.65
8 6 ms 6 ms 6 ms 108.170.229.185
9 9 ms 13 ms 6 ms 8.8.4.4
Trace complete.
Same with ping:
Pinging 8.8.8.8 with 32 bytes of data:
Reply from 8.8.8.8: bytes=32 time=5ms TTL=118
Reply from 8.8.8.8: bytes=32 time=6ms TTL=118
Reply from 8.8.8.8: bytes=32 time=6ms TTL=118
Reply from 8.8.8.8: bytes=32 time=7ms TTL=118
Ping statistics for 8.8.8.8:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 5ms, Maximum = 7ms, Average = 6ms
C:\Users\xxxxx>ping 8.8.4.4
Pinging 8.8.4.4 with 32 bytes of data:
Reply from 8.8.4.4: bytes=32 time=7ms TTL=118
Reply from 8.8.4.4: bytes=32 time=7ms TTL=118
Reply from 8.8.4.4: bytes=32 time=7ms TTL=118
Reply from 8.8.4.4: bytes=32 time=7ms TTL=118
Ping statistics for 8.8.4.4:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 7ms, Maximum = 7ms, Average = 7ms
However, from Mikrotik itself ping does not works:
[xxxxx@MikroTik] /tool> traceroute 8.8.4.4
# ADDRESS LOSS SENT LAST AVG BEST WORST STD-DEV STATUS
1 192.168.1.1 0% 3 0.4ms 0.4 0.4 0.4 0
2 186.230.220.96 0% 3 4.6ms 5 4.6 5.8 0.5
3 10.221.252.48 0% 3 4.8ms 6.5 4.8 7.5 1.2
4 10.223.238.246 0% 3 10.2ms 7.3 4.8 10.2 2.2
5 72.14.197.37 0% 3 5ms 5.1 4.5 5.7 0.5
6 108.170.251.65 0% 3 4.1ms 4.5 4.1 4.9 0.3
7 108.170.229.185 0% 3 4.9ms 4.7 4.4 4.9 0.2
8 8.8.4.4 0% 3 4.8ms 4.8 4.8 4.8 0
[xxxxx@MikroTik] /tool> ..
[xxxxx@MikroTik] > ping 8.8.4.4
SEQ HOST SIZE TTL TIME STATUS
0 8.8.4.4 timeout
1 8.8.4.4 timeout
2 8.8.4.4 timeout
sent=3 received=0 packet-loss=100%
Therefore keeping at netwatch interface down. I am adding the config and Netwatch screen at this thread. Any tip is very welcome!