Help me understand the traffic

Hello. It looks like someone is accessing my Mikrotik. Maybe I'm wrong – what kind of traffic is this? Gigabytes are being transferred. This doesn't happen all the time. Even when the Mikrotik is alone, with no connected users (computers, Wi-Fi devices).

Mikrotik's config is default.

mikrotik.rsc (7.6 KB)

According to the interface statistics, this is incoming traffic, meaning the client on the network is receiving these gigabytes.

It is necessary to check which internal address this traffic is going to.

This could be a harmless OS or client software update, a hardware configuration error on the provider's end, or the result of a hacked client or router.

If there are no traces of this traffic on other interfaces, it is most likely a provider-side error.

Address 37.232.172.179 is yours public ip?

37.232.172.179 is someone else's

src remained 37.232.226.246. dst yesterday afternoon - 37.232.172.179, in the evening - 37.232.182.194, today - 37.232.172.179.

traffic on other interfaces did not increase.

Perhaps these IPs are from my provider's network.

It is a 99% configuration error on the ISP side.

The provider might have a glitch in their FDB table, causing them to send traffic to all users on the same segment or VLAN.

Maybe they are on a shared medium like cable?

I don't have anything else connected to the router except my computer. The traffic was transmitted even when I turned off the computer and wifi (i.e. everything that can affect the traffic) at night, in the morning I saw the result of the transmission.

For now I've turned off Neighbors and set up prerouting rules to drop ICMP. I'm waiting for the next activity.

What is on the WAN side of your router? What technology is your ISP using to deliver "Internet"?

There are types of connections where every customer e.g. in a block will see all traffic for all other customers if watching closely. In normal configuration that is just ignored and dropped by each individual customer's router.

If I understand the question correctly, Ethernet is used with automatic IP acquisition.

I don't see full traffic - it fills up gradually

This is definitely an error on the ISP's side, which causes periodic parasitic traffic (depending on the addresses affected by the error) to arrive at your router's interface.

Because the recipient's address does not match the interface address, no further traffic processing is performed. The router shows this packet in the incoming traffic and simply drops it.

While this technically reduces the available bandwidth of the channel, this issue can only be resolved by the ISP.

If you record traffic with Wireshark, you can see all the details of the "garbage" that occurs on you interface when other ISP client or clients are experiencing issues caused by configuration errors or hardware failures.

I have encountered such problems before. :wink:

I just don't understand why Mikrotik takes this into account in the total amount of traffic consumed and displays download speed, etc. This seems abnormal.

I have a program that shows the network speed in this interface - it's abnormal for me to see this

I think it's just good that Mikrotik shows such traffic.

Without it, you would never have known that your channel was being consumed by someone else's parasitic traffic.

Contact the ISP support service and attach the recorded traffic.

They have to solve the problem.

The result is this: There was a data transfer from (dst 37.232.229.8) of approximately 11 GB (via the ICMP protocol). Droping ICMP traffic (prerouting) does not affect the statistics on Ether1. The provider will not investigate this situation. For now, we will simply see this "parasitic" traffic.
Thanks everyone.