F5F Stay Refreshed Power Users Networks AITA for VPN speeds?

AITA for VPN speeds?

AITA for VPN speeds?

Pages (2): 1 2 Next
A
Askatal
Member
223
06-03-2023, 11:26 PM
#1
Quick question for everyone, mostly want to know if my IT dept. is full of crap... Our current internet speeds via speedtest.org - VPN off - 617 Mb/s VPN on - 23 Mb/s Now, I'm no network specialist, yet, but I feel like a 96% drop in speed is a bit extreme for a VPN (Sophos). I have raised my concern to IT, as we are working from a remote annex building, so we have to be on the VPN in order to access our server, and his response is "that's normal for VPNs." I feel like all the times I have used a VPN in the past for personal use, it has never been THAT big of a knock on my speeds, maybe I'm wrong though. Just seems extreme. Now for the question - Am I totally wrong and expect too much from our VPN, or is he wrong and just doesn't want to admit that he has a crap provider?
A
Askatal
06-03-2023, 11:26 PM #1

Quick question for everyone, mostly want to know if my IT dept. is full of crap... Our current internet speeds via speedtest.org - VPN off - 617 Mb/s VPN on - 23 Mb/s Now, I'm no network specialist, yet, but I feel like a 96% drop in speed is a bit extreme for a VPN (Sophos). I have raised my concern to IT, as we are working from a remote annex building, so we have to be on the VPN in order to access our server, and his response is "that's normal for VPNs." I feel like all the times I have used a VPN in the past for personal use, it has never been THAT big of a knock on my speeds, maybe I'm wrong though. Just seems extreme. Now for the question - Am I totally wrong and expect too much from our VPN, or is he wrong and just doesn't want to admit that he has a crap provider?

B
bellaaa_
Member
173
06-04-2023, 09:36 PM
#2
It's typical for a VPN to make your internet connection slower than before, because the VPN creates additional layers between your device and the web, which can cause minor speed reductions. Usually, you'll notice a decrease of around 10-20% on average.
B
bellaaa_
06-04-2023, 09:36 PM #2

It's typical for a VPN to make your internet connection slower than before, because the VPN creates additional layers between your device and the web, which can cause minor speed reductions. Usually, you'll notice a decrease of around 10-20% on average.

X
xStriKed
Member
212
06-04-2023, 11:00 PM
#3
Without understanding your VPN connection speed, it's hard to pick someone to argue with. Achieving 100mbps or more usually needs significant adjustments.
X
xStriKed
06-04-2023, 11:00 PM #3

Without understanding your VPN connection speed, it's hard to pick someone to argue with. Achieving 100mbps or more usually needs significant adjustments.

I
itacarambi
Member
189
06-05-2023, 05:28 AM
#4
There may be some cost from overheads above, but there could also be a cost from CPU usage on the server itself. If it handles many clients, this can become noticeable. I’m able to support 224Mbit to my VPS with VPN over UDP without any adjustments. The issue really arises when more clients join, particularly with OpenVPN which is CPU-intensive and single-threaded. Therefore, both client and server CPU performance are crucial for maintaining speed. That’s why Wireguard is now widely praised for reducing this bottleneck.
I
itacarambi
06-05-2023, 05:28 AM #4

There may be some cost from overheads above, but there could also be a cost from CPU usage on the server itself. If it handles many clients, this can become noticeable. I’m able to support 224Mbit to my VPS with VPN over UDP without any adjustments. The issue really arises when more clients join, particularly with OpenVPN which is CPU-intensive and single-threaded. Therefore, both client and server CPU performance are crucial for maintaining speed. That’s why Wireguard is now widely praised for reducing this bottleneck.

G
girlypug
Junior Member
20
06-07-2023, 02:13 AM
#5
I'm really looking forward to 100, even 75 would be triple our present pace. Given our IT team's expertise, I expect most remote traffic to pass through our main server in HQ, then sent to office servers across various cities. It seems likely that when I access a folder on the Charlotte server, it goes via the central VPN to Pittsburgh, back to Charlotte, and then reversed for delivery—rather than a straight link from me to VPN to Charlotte.
G
girlypug
06-07-2023, 02:13 AM #5

I'm really looking forward to 100, even 75 would be triple our present pace. Given our IT team's expertise, I expect most remote traffic to pass through our main server in HQ, then sent to office servers across various cities. It seems likely that when I access a folder on the Charlotte server, it goes via the central VPN to Pittsburgh, back to Charlotte, and then reversed for delivery—rather than a straight link from me to VPN to Charlotte.

F
Fred10244
Posting Freak
937
06-07-2023, 02:36 AM
#6
OpenVPN speed is influenced by encryption method, connection type, and your device specs. WireGuard offers much better performance, though I prefer avoiding UDP for VPN traffic.
F
Fred10244
06-07-2023, 02:36 AM #6

OpenVPN speed is influenced by encryption method, connection type, and your device specs. WireGuard offers much better performance, though I prefer avoiding UDP for VPN traffic.

I
IkBenHetBram
Senior Member
735
06-07-2023, 05:49 AM
#7
TCP isn't ideal for a VPN since it can lead to TCP over TCP issues. This causes both the VPN connections and the data inside them to compete for bandwidth, reducing performance.
I
IkBenHetBram
06-07-2023, 05:49 AM #7

TCP isn't ideal for a VPN since it can lead to TCP over TCP issues. This causes both the VPN connections and the data inside them to compete for bandwidth, reducing performance.

B
Biggjoey21
Member
57
06-07-2023, 12:44 PM
#8
It seems someone should configure a split tunnel setup.
B
Biggjoey21
06-07-2023, 12:44 PM #8

It seems someone should configure a split tunnel setup.

J
jxzuzuzo
Posting Freak
750
06-08-2023, 03:32 AM
#9
Indeed, all my VPNs are on my router so they are only used as a back-door into my VPS servers so I don't have to leave the admin portals open to the public Internet. I mean I really don't want DNS going over the VPN as I need local lookups to work and its just adding latency for no good reason.
J
jxzuzuzo
06-08-2023, 03:32 AM #9

Indeed, all my VPNs are on my router so they are only used as a back-door into my VPS servers so I don't have to leave the admin portals open to the public Internet. I mean I really don't want DNS going over the VPN as I need local lookups to work and its just adding latency for no good reason.

K
kirby620
Member
60
06-29-2023, 08:04 PM
#10
TCP443 offers a simple method to bypass DPI, censorship, and common restrictions. Also, it’s worth noting that the Android hotspot doesn’t route UDP traffic through NAT.
K
kirby620
06-29-2023, 08:04 PM #10

TCP443 offers a simple method to bypass DPI, censorship, and common restrictions. Also, it’s worth noting that the Android hotspot doesn’t route UDP traffic through NAT.

Pages (2): 1 2 Next