Bandwidth Drop while using VPN as a Client

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
corneliusyan
OpenVpn Newbie
Posts: 1
Joined: Sat Oct 31, 2020 11:36 am

Bandwidth Drop while using VPN as a Client

Post by corneliusyan » Sat Oct 31, 2020 11:55 am

So recently, I've just installed the trial version of OpenVPN Access Server on 1 of my Digital Ocean droplets VPS.

The VPS itself has more than 100MBps download bandwidth. It's only used by myself, no other person at all.
The Client that I use to connect to the OpenVPN Access Server is a regular Windows 10 PC. The PC itself has around 2.5MBps download bandwidth.

However, when my PC is connected to the OpenVPN on my server, my PC download bandwidth is always around 0.65MBps.

I've tried to google about it, and configure the server itself, but it's never working. I want to have a full download bandwidth (2.5MBps) while using the OpenVPN on my server.

Can someone explain to me why is this happening or do you even have any idea how to solve it?

For reference, here's my current SELECT * FROM config; from config.db:

Code: Select all

1|vpn.server.group_pool.0|172.27.240.0/20
1|cs.ssl_method|SSLv3
1|auth.ldap.0.name|My LDAP servers
1|vpn.server.tls_auth|true
1|vpn.tls_refresh.interval|360
1|vpn.client.cipher|AES-256-CBC
1|auth.ldap.0.timeout|4
1|cs.prof_sign_web|true
1|cs.cws_proto_v2|true
1|auth.pam.0.service|openvpnas
1|vpn.server.tls_version_min|1.2
1|auth.ldap.0.use_ssl|never
1|sa.initial_run_groups.0|web_group
1|sa.initial_run_groups.1|openvpn_group
1|auth.radius.0.acct_enable|false
1|auth.module.type|local
1|vpn.client.basic|false
1|auth.ldap.0.ssl_verify|internal
1|auth.radius.0.name|My Radius servers
1|vpn.general.osi_layer|3
1|cs.tls_version_min|1.1
1|vpn.tls_refresh.do_reauth|true
1|vpn.server.cipher|AES-256-CBC
2|run_api.active_profile|Default
2|webui.edit_profile|Default
1|vpn.server.port_share.ip_address|1.2.3.4
1|vpn.server.port_share.port|1234
1|aui.eula_version|2
1|vpn.server.port_share.service|admin+client
1|vpn.server.port_share.enable|false
2|webui.welcome_shown|true
1|cs.cws_ui_offer.mac|true
1|cs.cws_ui_offer.linux|true
1|cs.cws.pwd_change|true
1|cs.cws_ui_offer.mac_v3|true
1|cs.cws_ui_offer.win|true
1|cs.cws_ui_offer.ios|true
1|cs.cws_ui_offer.server_locked|false
1|cs.cws_ui_offer.android|true
1|cs.cws.pwd_strength|false
1|cs.cws_ui_offer.win_v3|true
1|cs.cws_ui_offer.autologin|true
1|cs.admin_only|false
1|xmlrpc.relay_level|2
1|cs.cws_ui_offer.user_locked|true
1|vpn.client.config_text|
1|vpn.server.foreign_bridge|
1|vpn.server.duplicate_cn|true
1|vpn.server.config_text|

Post Reply