Sorry for not being an network expert, but how can you get collisions on a switched network?
No matter how old it is.
Can someone explain a little about this, would be great to know, since in theory when reading books no such things are supposed to happen.
That's why I asked what the LAN is plugged into - if it's an old hub, you're going to be running half duplex and hence collisions will be normal. You won't see them much under light load, but under higher load especially higher packets per second rates that things like torrents induce, it'll happen frequently. This is different since it's a switch.
I also asked for everything it shows for LAN on Status -> Interfaces. Letalis: can you post a copy/paste of that?
If it's a switch it should be set to autonegotiate and all your devices should be set to autonegotiate. Then all the devices and the switch should be running at full duplex, which makes collisions impossible.
What commonly happens to cause collisions on switched networks is forcing speed and duplex improperly. If you force the switch or the device plugged into the switch, and not both, you end up with a duplex mismatch that will cause serious performance problems. That's the cause of virtually all collisions you'll see on a switched network. It's best to leave everything on auto to avoid that. These are late collisions and are much worse than the normal collisions on a half duplex network.
Some switches and network drivers are flaky and won't autonegotiate properly. In that case, forcing speed and duplex
on both ends is a solution, but I would first ensure the switch's firmware is fully up to date and all network drivers are up to date.
Never force on one end and not the other, and avoid it entirely as much as possible.