25.04.2016 13:13, Alexandr Khomenko пишет:
> И второе - MTU. Ну уж точно не 1500
>
>> В письме от Пнд, 25 Апр 2016, 12:29 [email protected] пишет:
>>
>>> Забыл упомянуть, что клиент - это openwrt роутер, возможно из-за
>>> слабоватого CPU больше не вытягивает.
>> Это - первое на что следует обратить внимание.
>>
>> --
>> WBR, Alexander Sheiko
Скорее всего MTU не при чём:
--tun-mtu n
Take the TUN device MTU to be n and derive the link MTU
from it
(default=1500). In most cases, you will probably want to
leave
this parameter set to its default value.
The MTU (Maximum Transmission Units) is the maximum
datagram
size in bytes that can be sent unfragmented over a
particular
network path. OpenVPN requires that packets on the
control or
data channels be sent unfragmented.
MTU problems often manifest themselves as connections
which hang
during periods of active usage.
It's best to use the --fragment and/or --mssfix options
to deal
with MTU sizing issues.