UK households could face VPN 'ban' after use skyrockets following Online Safety Bill
-
To be honest, I've found WireGuard's performance is harmed more by replay attacks than OpenVPN. Least that is what I put it down to when I tried them both from a VPN provider that offered both.
Edit: missed the a in replay.
How is WG vulnerable to replay attacks? They already address that in their documentation.
-
If they do outlaw it will likely be banned solely for non-business use for this reason alone.
If only I could start my own business….
-
What about all the people blocked from air travel due to low Social Credit? Are you saying that never happened?
People can be banned from airlines but they get banned for the same reasons they do in the US, like getting drunk on the plane and punching someone. Or like how the US bans people who owe child support from getting a passport, judges in China are allowed to ban people with unpaid child support or big enough unpaid fines from state owned airlines until they pay.
-
If they outlaw VPNs then all internet-connected businesses will flee and everyone will just move to the dark net. Then you’ve got a whole other problem.
These ancient tyrants are in over their heads.
Honest question but what makes you think that would happen? Do most businesses use VPNs?
-
Honest question but what makes you think that would happen? Do most businesses use VPNs?
I work in consulting. I have a VPN for my company and also for each client
-
It would have been my go to. But they can detect openvpn and other protocols. I would just use a ssh tunnel with squid proxy. The squid wont cache ssh traffic unless you run your own cert and set up the squid that way. It will however seamlessly allow you to connect through a ssh tunnel with one port forward.
I've certainly happily used SSH tunnels --- on Linux it's great in that it's readily available wherever you already have OpenSSH installed --- but one downside of OpenSSH as a general-purpose tool for tunneling is that it is intrinsically TCP and thus forces packet ordering across multiple tunneled connections, which may not be necessary for whatever you're doing and can have performance impact. Part of the reason mosh exists is to deal with that (not for the SSH-as-a-tunneling-protocol case, but rather for the "SSH-as-a-remote-shell" case).
Wireguard is UDP, and OpenVPN can use either TCP or UDP, depending upon how it's configured.
If we were going to move the world to a single "tunneling" protocol, SSH wouldn't be my first choice, even though it's awfully handy as a quick-and-dirty way to tunnel data.
-
Still an important part. Free VPNs that spy on you are a thing, but work
ProtonVPN has a free tier as well and it's legit AFAIK.
-
ProtonVPN has a free tier as well and it's legit AFAIK.
One of the rare ones
-
Honest question but what makes you think that would happen? Do most businesses use VPNs?
I have never worked for a company that didn't utilize VPNs.
-
Honest question but what makes you think that would happen? Do most businesses use VPNs?
Damn near every business uses VPN technology. They literally cannot exist in the modern world without it. It would be incredibly expensive and impractical to do without.
-
I've certainly happily used SSH tunnels --- on Linux it's great in that it's readily available wherever you already have OpenSSH installed --- but one downside of OpenSSH as a general-purpose tool for tunneling is that it is intrinsically TCP and thus forces packet ordering across multiple tunneled connections, which may not be necessary for whatever you're doing and can have performance impact. Part of the reason mosh exists is to deal with that (not for the SSH-as-a-tunneling-protocol case, but rather for the "SSH-as-a-remote-shell" case).
Wireguard is UDP, and OpenVPN can use either TCP or UDP, depending upon how it's configured.
If we were going to move the world to a single "tunneling" protocol, SSH wouldn't be my first choice, even though it's awfully handy as a quick-and-dirty way to tunnel data.
I used putty for tunnels on windows machines. As for mosh I forgot it exist. I use wireguard now. But if they ban VPN it will be harder for them to prove the SSH is being used for the purpose evading their stupid law. The high bandwidth usage could be a lot of things... right?
While in the hospital ten years ago I did get a visit from the IT dept. They didn't have any qos on ssh and I was moving a lot of data through it. They just asked me to limit my high usage to late night.
-
Prominent backbench MP Sarah Champion launched a campaign against VPNs previously, saying: “My new clause 54 would require the Secretary of State to publish, within six months of the Bill’s passage, a report on the effect of VPN use on Ofcom’s ability to enforce the requirements under clause 112.
"If VPNs cause significant issues, the Government must identify those issues and find solutions, rather than avoiding difficult problems.” And the Labour Party said there were “gaps” in the bill that needed to be amended.
Someone should start a bussiness near the border of Republic of Ireland and get two antennas pointed at each other across the border, with the RoI side having connected to the free internet, then the UK Northern Ireland side connected to the Intra-net. You pay a "Club Membership Fee" to get access to the proxy network.
Its not a VPN, its a Nerd Techie Club, just with a free proxy service as part of the club membership
-
Honest question but what makes you think that would happen? Do most businesses use VPNs?
I have no less than 7 VPNs installed on my work laptop, and I work for one single company.
-
I used putty for tunnels on windows machines. As for mosh I forgot it exist. I use wireguard now. But if they ban VPN it will be harder for them to prove the SSH is being used for the purpose evading their stupid law. The high bandwidth usage could be a lot of things... right?
While in the hospital ten years ago I did get a visit from the IT dept. They didn't have any qos on ssh and I was moving a lot of data through it. They just asked me to limit my high usage to late night.
I used putty for tunnels on windows machines.
Fair enough, and come to think of it, I think I have too. Just was pointing out that not all SSH implementations have tunnelling functionality.
But if they ban VPN it will be harder for them to prove the SSH is being used for the purpose evading their stupid law.
Yeah, that's true.
-
Someone should start a bussiness near the border of Republic of Ireland and get two antennas pointed at each other across the border, with the RoI side having connected to the free internet, then the UK Northern Ireland side connected to the Intra-net. You pay a "Club Membership Fee" to get access to the proxy network.
Its not a VPN, its a Nerd Techie Club, just with a free proxy service as part of the club membership
Gonna end up with a country-wide rogue WiFi mesh network setup that's fed from neighboring countries haha
-
"If VPNs cause significant issues, the Government must identify those issues and find solutions, rather than avoiding difficult problems.”
When I was a kid, Reddit and general public Internet access weren't things, but I sure managed to get my hands on pornography. I'm pretty confident that even entirely killing Internet access isn't going to stop kids who want to get ahold of porn from getting ahold of it.
Kids will be out there studying for their ham radio licenses to setup wireless long range packet networks and bbs's just to exchange porn lol
-
Gonna end up with a country-wide rogue WiFi mesh network setup that's fed from neighboring countries haha
It's it possible to turn our phones into Intranet nodes and have some connect to the uncensored Internet?
-
Honest question but what makes you think that would happen? Do most businesses use VPNs?
VPNs are one of the core security measures of all large companies.
VPNs aren't just a "hide your IP" tool, they're a way of giving someone access to an organisation's internal network. Sensitive servers such as databases, wikis, scheduling tools etc don't have publicly exposed IPs, they only have connections that are accessible from inside that VPN. See also https://en.wikipedia.org/wiki/Defense_in_depth_(computing)
-
Prominent backbench MP Sarah Champion launched a campaign against VPNs previously, saying: “My new clause 54 would require the Secretary of State to publish, within six months of the Bill’s passage, a report on the effect of VPN use on Ofcom’s ability to enforce the requirements under clause 112.
"If VPNs cause significant issues, the Government must identify those issues and find solutions, rather than avoiding difficult problems.” And the Labour Party said there were “gaps” in the bill that needed to be amended.
But they can't seem to muster up the "political" will to tax the rich
-
It's it possible to turn our phones into Intranet nodes and have some connect to the uncensored Internet?
Possible? Yes. Probable? No. LTE would work wonderfully for such usecase, but the firmware to it is never shared. Wifi would work theoretically, but the distance would get in a way. Bandwidth would go down all the way to a rounding error.