Im trying to max out my VPN speed from office to home. I read the 86u can do 200 Mbit but I seem to be hitting a 100-110 Mbit wall.
Maybe I need to see someone elses configs for tuning.
The connection speeds
- Work 1000/1000 Fiber
- Home 500/30 xfninity/comcast
I run Turnkey VPN on the office Hyper V as a VM and it can send around 12MB/sec (96 Megabits) Test over SMB shares and iperf3 and fastcopy roughly 100Mbit
So when I read the Asus 86u can do 200Mbit (25MB/sec) that would increase my VPN sends to home from 12MB/sec to 25MB/sec or double it.
But sadly its not doing any better than my openVPN VM both around 100Mbits +-.
Now for comparison I can send home at 60MB/sec (500Mbits) from a VM that is a owncloud server (https) it just flys.
I can FTP home around 40MB/sec (320Mbit)
But VPN seems to be at a 100Mbit wall even with the 86u.
For some reason when I connect to the 86u open vpn does not list the connection cypher like it does when i connect to my Turnkey open vpn. ie. 128bit GCM.
so am not 100 percent sure if its really connecting at 128 bit maybe its 256 the log does not say.
Here is my client file and I have the asus VPN server pretty much on default tun settings. Anyone know of a tweak I can do or even a reason why I cant get much better than 100Mbit? I think maybe people that are getting 200Mbit are using a providers VPN and not using the asus as the VPN server, not sure. Maybe its all it can do.
# Config generated by Asuswrt-Merlin 386.3, requires OpenVPN 2.4.0 or newer.
client
dev tun
proto udp
resolv-retry infinite
nobind
float
auth SHA1
auth-nocache
ncp-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC:AES-128-CBC
cipher AES-128-GCM
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
My log when I connect does not list the ciphers, is there an option to turn this on?
Here is what my Turnkey connection log has but connecting to the asus 86u no such entry is there.
Wed Sep 01 01:54:47 2021 Data Channel: using negotiated cipher 'AES-256-GCM'
Wed Sep 01 01:54:47 2021 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Sep 01 01:54:47 2021 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Maybe I need to see someone elses configs for tuning.
The connection speeds
- Work 1000/1000 Fiber
- Home 500/30 xfninity/comcast
I run Turnkey VPN on the office Hyper V as a VM and it can send around 12MB/sec (96 Megabits) Test over SMB shares and iperf3 and fastcopy roughly 100Mbit
So when I read the Asus 86u can do 200Mbit (25MB/sec) that would increase my VPN sends to home from 12MB/sec to 25MB/sec or double it.
But sadly its not doing any better than my openVPN VM both around 100Mbits +-.
Now for comparison I can send home at 60MB/sec (500Mbits) from a VM that is a owncloud server (https) it just flys.
I can FTP home around 40MB/sec (320Mbit)
But VPN seems to be at a 100Mbit wall even with the 86u.
For some reason when I connect to the 86u open vpn does not list the connection cypher like it does when i connect to my Turnkey open vpn. ie. 128bit GCM.
so am not 100 percent sure if its really connecting at 128 bit maybe its 256 the log does not say.
Here is my client file and I have the asus VPN server pretty much on default tun settings. Anyone know of a tweak I can do or even a reason why I cant get much better than 100Mbit? I think maybe people that are getting 200Mbit are using a providers VPN and not using the asus as the VPN server, not sure. Maybe its all it can do.
# Config generated by Asuswrt-Merlin 386.3, requires OpenVPN 2.4.0 or newer.
client
dev tun
proto udp
resolv-retry infinite
nobind
float
auth SHA1
auth-nocache
ncp-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC:AES-128-CBC
cipher AES-128-GCM
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
My log when I connect does not list the ciphers, is there an option to turn this on?
Here is what my Turnkey connection log has but connecting to the asus 86u no such entry is there.
Wed Sep 01 01:54:47 2021 Data Channel: using negotiated cipher 'AES-256-GCM'
Wed Sep 01 01:54:47 2021 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Sep 01 01:54:47 2021 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key