▲ | redleader55 9 days ago | |||||||||||||||||||||||||
The VM instance is good for setting up a VPN tunnel, but it's not good in terms of bandwidth if it's hosted in. Because of DPI capacity, China has a very limited amount of "real internet" bandwidth. A more capable setup is to have one VM on each side of the firewall on an hosting service with peering between inside and outside - Aliyun (Alibaba Cloud) is an example. The "inside" VM could be just "socat UDP4-RECVFROM:<port>,fork UDP4-SENDTO:<remote>:<port>" or something done using netfilter. Like others commented in this thread, having an obfuscator is a good idea to ensure the traffic is not dropped by DPI. When the inevitable ban comes and your VPN stops working, rotate the IP of the external VPN and update the firewall/socat config to reflect it. Usually, the internal VM's IP doesn't need to be updated. | ||||||||||||||||||||||||||
▲ | 77pt77 9 days ago | parent [-] | |||||||||||||||||||||||||
How easy is it to get a VPS in China. Could HK work? | ||||||||||||||||||||||||||
|