AliExpress.com and few another pages are not accessible over MikroTik Router, over Main router are accessible, I have all firewall Rulles deactivated but nothing.
Anyone have idea What i need to check?
Mikrotik has nothing against aliexpress … but it could be a problem of MTU, if PMTUD is blocked (due to ICMPv6 being blocked somewhere), then HTTPS pages do have problems loading …
Set back to 1500 and try to set to MTU which is reported here: https://www.speedguide.net/analyzer.php, maybe you can set higher than 1200 which will also work.
That’s odd…
Try to ping www.aliexpress.com with some packed sizes to discover largest packed size that can reach this site unfragmented, see https://www.pcwdld.com/ping-mtu.
Try to set MTU with packet size reaches this site.
If you have Mac you can even define packet range
C:\Windows\system32>ping aliexpress.com -l 1598 -f
Pinging aliexpress.com [47.254.177.101] with 1598 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 47.254.177.101:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Windows\system32>ping aliexpress.com -l 1460 -f
Pinging aliexpress.com [47.254.177.101] with 1460 bytes of data:
Reply from 47.254.177.101: bytes=1460 time=25ms TTL=90
Reply from 47.254.177.101: bytes=1460 time=40ms TTL=90
Reply from 47.254.177.101: bytes=1460 time=18ms TTL=90
Reply from 47.254.177.101: bytes=1460 time=25ms TTL=90
Ping statistics for 47.254.177.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 18ms, Maximum = 40ms, Average = 27ms
C:\Windows\system32>ping aliexpress.com -l 1200 -f
Pinging aliexpress.com [47.254.177.101] with 1200 bytes of data:
Reply from 47.254.177.101: bytes=1200 time=49ms TTL=90
Reply from 47.254.177.101: bytes=1200 time=23ms TTL=90
Reply from 47.254.177.101: bytes=1200 time=21ms TTL=90
Reply from 47.254.177.101: bytes=1200 time=25ms TTL=90
Ping statistics for 47.254.177.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 49ms, Average = 29ms
1460 should be ok then.
Still it is better to find root cause of this problem, why you cannot use 1500 MTU on WAN interface for some pages. Is there some ISP issue? Did they describe something you about MTU value in connectivity setup documentation?
Also:
AliExpress.com and few another pages are not accessible over MikroTik Router
is this mean that host is not resolvable (even on ping you cannot get IP address of site) or is TLS handshake error or some other protocol error when is set to 1500?
If is not resolvable could be problem how packets are reaching to upstream DNS over UDP. Maybe you can for test change DNS server to see if problem persists with 1500 for other DNS.