Центр помощиПроблемы подключенияНастройки MTU для медленного или фрагментированного соединения
Проблемы подключения

Настройки MTU для медленного или фрагментированного соединения

3 мин чтения·Обновлено April 5, 2026

Настройка MTU может исправить низкую скорость и фрагментацию пакетов в VPN-туннеле.

MTU (Maximum Transmission Unit) defines the largest packet size that can be sent through a network. VPN encryption overhead can cause packets to exceed the network's MTU, causing fragmentation and slowdowns.

# Windows — find optimal MTU (Command Prompt, run as admin)
ping -f -l 1400 8.8.8.8
# Decrease size until you stop seeing "Packet needs to be fragmented"
# Optimal MTU = last working size + 28
  1. 1Go to Settings → Advanced → MTU
  2. 2Change from "Auto" to "Manual"
  3. 3Enter the value you calculated (typically 1280–1420)
  4. 4Click Save and reconnect

Start with 1300 if unsure — this works for most connections. WireGuard typically needs MTU of 1420 or lower.

mtuslowpacket lossoptimizationadvanced

Эта статья была полезной?

HorizonVPN