TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An IPv6 tunnel as a free VPN alternative to unblock YouTube in your country

36 pointsby simon_vetterabout 12 years ago

5 comments

andmariosabout 12 years ago
So tomorrow everyone signs up for the free Hurricane IPv6 tunnel which is meant to be used by developers and administrators for system testing, HE can't respond to the huge traffic and closes a free and extremely useful service?<p>Thumbs down. If you want to watch youtube, get out and fight GEMA, don't go and abuse free services.
评论 #5261518 未加载
评论 #5261696 未加载
评论 #5261538 未加载
agwaabout 12 years ago
This is fine for accessing YouTube from Germany, but it should be noted that IPv6 tunnels offer no encryption or authentication so don't trust them for tunneling out of truly oppressive regimes any more than you'd trust your native Internet connection.
评论 #5262207 未加载
rahimnathwaniabout 12 years ago
The article mentions one drawback of VPNs: if you're using one to access the wider internet (rather than a specific LAN), then it's likely that all of your traffic goes through it.<p>One effective way around this, at least for those using VPNs in China, is to create a set of static routes forcing your in-country connections to go directly. This python program gets a list of China IP ranges from APNIC, and creates a shell script with a list of route commands: <a href="https://github.com/jimmyxu/chnroute" rel="nofollow">https://github.com/jimmyxu/chnroute</a>
DigitalTurkabout 12 years ago
One researcher at Peking University once told me that he uses IPv6 to access YouTube. As far as I could tell, it was available to all students and staff. Just a simple matter of selecting the right Wi-Fi network. :)
评论 #5262187 未加载
dfcabout 12 years ago
Whenever I see someone describing the steps they go through for port forwarding I always ask "Why dont you just use IPv6?"