Can anyone say how the ac87u performs with regards to openvpn?
I am thinking of upgrading my n66u and am contemplating this or the ac68u.
age isn't the issue. the CPU architecture is what drives openvpn potential. I think the AC66 is a MIPS architecture, while the AC56 is ARM. am I right?
yes, and the ARM in the ac56 is a much faster CPU, especially when it comes to calculations involving floating points.
Can anyone say how the ac87u performs with regards to openvpn?
I am thinking of upgrading my n66u and am contemplating this or the ac68u.
Good to know. I guess I will be shopping for a new router. Question is if I should get the 68U or 87U. I am still interested if anyone has a guide for configuring all the following options to get best performance: compression/mssfix/mtu/fragment/float ?
So I replaced my 66 with a 68 and the speed is a bit improved - 7mbps down and 4mbps up. My home internet is 200/20 and my 4G is testing in at 15/13 so there is still speed improvement desired. Can anyone help me with my configuration based on my earlier posts? Specifically, mssfix/mtu/fragment/float? Thanks!
My OpenVPN link on an AC86U (default CPU speed, no overclocking) caps at 2MB/s, with one core at full-load and the other one idle.
do you mean AC68U?
It sounds like you are using openvpn client 1. Try using client 2.
When using client 1, only core 1 is used because openvpn and the regular routing the router does is all done on core 1. When using client 2, openvpn will run on core 2. With the major operations divided this may increase your speed a little bit.
Yes, sorry for the typo.do you mean AC68U?
It sounds like you are using openvpn client 1. Try using client 2.
When using client 1, only core 1 is used because openvpn and the regular routing the router does is all done on core 1. When using client 2, openvpn will run on core 2. With the major operations divided this may increase your speed a little bit.
RMerlin, which firmware version was this implemented in? Using latest @john9527's fork, OpenVPN server1 is using the first core (as seen in top), which has high softirq usage as well. A snapshot of top during a speedtest.net run:Actually it's the opposite. I specifically swapped them for this very reason
CPU0: 40.1% usr 22.5% sys 0.0% nic 0.0% idle 0.0% io 0.0% irq 37.2% sirq
CPU1: 0.0% usr 2.9% sys 0.0% nic 96.0% idle 0.0% io 0.0% irq 0.9% sirq
11769 1 admin R 4112 1.6 0 49.4 /etc/openvpn/vpnserver1 --cd /etc/openvpn/server1 --config config.ovpn
RMerlin, which firmware version was this implemented in? Using latest @john9527's fork, OpenVPN server1 is using the first core (as seen in top), which has high softirq usage as well. A snapshot of top during a speedtest.net run:
RMerlin, which firmware version was this implemented in? Using latest @john9527's fork, OpenVPN server1 is using the first core (as seen in top), which has high softirq usage as well. A snapshot of top during a speedtest.net run:
RMerlin, which firmware version was this implemented in? Using latest @john9527's fork, OpenVPN server1 is using the first core (as seen in top), which has high softirq usage as well. A snapshot of top during a speedtest.net run:
Code:CPU0: 40.1% usr 22.5% sys 0.0% nic 0.0% idle 0.0% io 0.0% irq 37.2% sirq CPU1: 0.0% usr 2.9% sys 0.0% nic 96.0% idle 0.0% io 0.0% irq 0.9% sirq
CPU0: 20.5% usr 7.1% sys 0.0% nic 54.6% idle 0.0% io 0.0% irq 17.5% sirq
CPU1: 0.0% usr 0.7% sys 0.0% nic 97.6% idle 0.0% io 0.0% irq 1.5% sirq
CPU0: 0.0% usr 2.1% sys 0.0% nic 77.8% idle 0.0% io 0.0% irq 20.0% sirq
CPU1: 31.1% usr 10.1% sys 0.0% nic 45.7% idle 0.0% io 0.0% irq 12.9% sirq
Thank you for your powers of observation! Tracked down the code and somewhere way back when a logic bug must have slipped in on both server and client (CPU assignment was reversed, instance 1 always to CPU0, instance 2 always to CPU1).
(Merlin, the same assignments are also in your latest master, /release/src/router/rc/openvpn.c, line 409 for vpnclient, line 1280 for vpnserver)
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!