Jump to content
Not connected, Your IP: 18.117.158.47
Apo1366

Slow speed on OpenVPN over SSH in android

Recommended Posts

I experience slow speed on OpenVPN over SSH in android but speed in windows with AirVPN client is a lot higher 
it seems somehow i get speed throttle
 

Share this post


Link to post

Modern computers generally have so-called AES-NI encryption/decryption instructions available at the hardware level, so these operations, used by OpenVPN when using the AES ciphers, are very fast on those machines.  Android phones often do not have these instructions available in hardware, and executing the software equivalent is slow.  Try the CHACHA20-POLY1305 cipher in Android to speed things up, as that cipher is much more efficient when the AES-NI instructions are lacking, and there is no loss of security.  (In fact, that cipher is always used by Wireguard.)

The above is essentially an OpenVPN comment.  SSH is another matter.  It is inherently pretty slow.  And it operates over a TCP connection, which requires packet-by-packet acks from the receiving end, which really slows things down.  You use SSH when you truly need the obscurity it offers, not for speed.

Note that none of this has anything to do with AirVPN and how its systems operate.  These are matters of the underlying protocols and would be the same with any provider.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...