this post was submitted on 29 Jan 2024
1 points (100.0% liked)

Random

3 readers
2 users here now

"Random" is the place where all the content from the Fediverse that couldn't be classified into any other magazine ends up.

founded 1 year ago
 

?VPN obfuscation bypass... I've recently landed in China, Nord VPN used to be handy and actually work as a VPN in China.. doesn't seem to any more. I'm currently on an Android, anyone have any ideas how to connect with the outside world, aside from kbin?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 0 points 7 months ago (1 children)

I'm guessing they have a blacklist of known VPN servers and block you from accessing them. One of the options is running a VPN server at your home outside of China.

  1. Ask your ISP to be excluded from their NAT and to give you a public IP address

  2. Use a DDNS service if your public IP changes regularly, so you have a domain name which always points to your current IP

  3. Install Wireguard VPN on your computer (or if you have a fancy router like Mikrotik run it on the router)

  4. Port forward a port to that computer/server

  5. Install Wireguard app on Android and connect. If done well, your data will be sent encrypted to your home, and you access the Internet from there.

[โ€“] [email protected] 1 points 7 months ago

@tarmarbar thanks for the info. Unfortunately I'm a little bit late on that as I'm already in China, but I'll give it a go next time, thanks