China Tells Carriers to Block Access to Personal VPNs by February
1–10 of 141 posts
Re: China Tells Carriers to Block Access to Personal VPNs by February
#2Re: China Tells Carriers to Block Access to Personal VPNs by February
#3not being a network guru how easy is this? I have my VPN set to run over port 443 but I assume it would be easy to see enough of the traffic to see it's a VPN and not an HTTPS connection. I'm assuming that could be obscured in some way but then I've heard even if you can't see the contents you can generally tell it's not HTTPS by looking at the traffic patterns?
[1] http://blog.zorinaq.com/my-experience-with-the-great-firewal...
Re: China Tells Carriers to Block Access to Personal VPNs by February
#4not being a network guru how easy is this? I have my VPN set to run over port 443 but I assume it would be easy to see enough of the traffic to see it's a VPN and not an HTTPS connection. I'm assuming that could be obscured in some way but then I've heard even if you can't see the contents you can generally tell it's not HTTPS by looking at the traffic patterns?
Re: China Tells Carriers to Block Access to Personal VPNs by February
#5not being a network guru how easy is this? I have my VPN set to run over port 443 but I assume it would be easy to see enough of the traffic to see it's a VPN and not an HTTPS connection. I'm assuming that could be obscured in some way but then I've heard even if you can't see the contents you can generally tell it's not HTTPS by looking at the traffic patterns?
I had a run-in with a particularly aggressive captive portal last week that kept injecting ads into unencrypted pages (if I'm traveling on one of your vehicles, I don't want to buy tickets to travel with you), but fortunately didn't firewall outgoing port 22 so I could use sshuttle to route 0.0.0.0/0 via an SSH connection to my personal server. This works with pretty much any server you can run Python on, so I don't know of a good way to stop it unless you're willing to block anyone from SSHing outside of the country (thus preventing e. g. Chinese companies with a global market from running servers in other countries).
Re: China Tells Carriers to Block Access to Personal VPNs by February
#6Hint: TLS encrypted traffic following an appropriate browser-style handshake cannot be distinguished from "legitimate" https.
Re: China Tells Carriers to Block Access to Personal VPNs by February
#7not being a network guru how easy is this? I have my VPN set to run over port 443 but I assume it would be easy to see enough of the traffic to see it's a VPN and not an HTTPS connection. I'm assuming that could be obscured in some way but then I've heard even if you can't see the contents you can generally tell it's not HTTPS by looking at the traffic patterns?
Yes, deep packet inspection with ML, read for example here [1] [1] http://blog.zorinaq.com/my-experience-with-the-great-firewal...
Emulating a standard browser TLS handshake is a no-brainer.
Re: China Tells Carriers to Block Access to Personal VPNs by February
#8Re: China Tells Carriers to Block Access to Personal VPNs by February
#9not being a network guru how easy is this? I have my VPN set to run over port 443 but I assume it would be easy to see enough of the traffic to see it's a VPN and not an HTTPS connection. I'm assuming that could be obscured in some way but then I've heard even if you can't see the contents you can generally tell it's not HTTPS by looking at the traffic patterns?
You can make it more difficult, but short of actually disconnecting China's network from the rest of the Internet entirely I don't think there's any way to completely prevent it. I had a run-in with a particularly aggressive captive portal last week that kept injecting ads into unencrypted pages (if I'm traveling on one of your vehicles, I don't want to buy tickets to travel with you ), but fortunately didn't firewal…
Re: China Tells Carriers to Block Access to Personal VPNs by February
#10What's likely to happen is that there will be a crack down, some satisfying numbers will be shown to officials, and then everything will become back to normal soon after.
There has been this kind of talk about cracking down on VPN before, and it's still available, so wait and see