RouterOS version v3.10
My network looks like this
My fictive public ip: 10.0.0.14/25
My local ip range: 192.168.0.0/24
Internet speed: up: 30 Mbps, down: 30 Mbps.
ISP local speed: 100 Mbps.
Home LAN speed: 100 Mbps.
[home LAN] <-> [RB450] <-> [ISP LAN] <-> [Transperent Mikrotik] <-> [Gateway (Cisco)] <-> [World wide web]
My RB450 act as a NAT to share internet connection to the other computers in my private LAN.
If I upload a file from my home LAN to a computer at the ISP LAN the speed is 8.52 MB/s,
but if I download a file from a computer at the ISP LAN to my computer I get the speed of 100 kB/s
It doesn't matter which Ethernet port at my RB450 I use to act as WAN port, the speed are the same.
The down speed are the same at all computers in my Local Network and at the ISP LAN so there is no problem with some network cards.
This is the NAT
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=wan0 src-address=\
192.168.0.0/24
Any clues of why it is behaving like this?