OpenVPN slow tx from linux client
Posted: Mon Aug 05, 2019 6:57 pm
Dear all,
I have issue with tx from client to server from linux client that stucks at 2MB when doing it from Windows reach 6MB.
I heve tried different distro (mint, ubuntu, manjaro and so on), and all of them behave the same way.
I've tried to add the following on the config file of the linux client (from Windows works fine without any of this):
txqueuelen 1000
fragment 0
rcvbuf (tried few values)
sndbuf (tried few values)
I've done it on client and server (even if I dont' think it's a server problem as from Windows client all is fine without any of those settings).
So I do not want to change server configuration anymore.
I think it's something related to the linux client. Do you have any ideas?
here the clean config which works fine in windows:
client
dev tun
proto udp
remote xxxxxxx
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
comp-lzo
setenv opt block-outside-dns
key-direction 1
verb 3
Thank you
I have issue with tx from client to server from linux client that stucks at 2MB when doing it from Windows reach 6MB.
I heve tried different distro (mint, ubuntu, manjaro and so on), and all of them behave the same way.
I've tried to add the following on the config file of the linux client (from Windows works fine without any of this):
txqueuelen 1000
fragment 0
rcvbuf (tried few values)
sndbuf (tried few values)
I've done it on client and server (even if I dont' think it's a server problem as from Windows client all is fine without any of those settings).
So I do not want to change server configuration anymore.
I think it's something related to the linux client. Do you have any ideas?
here the clean config which works fine in windows:
client
dev tun
proto udp
remote xxxxxxx
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
comp-lzo
setenv opt block-outside-dns
key-direction 1
verb 3
Thank you