Sourceforge.net Blocked In Mainland China
gzipped_tar contributed a link to Moonlight Blog, which says that "SourceForge, the world's largest development and download repository of Open Source code and applications, appears to be blocked in Mainland China. The current blocking may be related to the recent anti-China protests of Beijing Olympic Games, which will begin on 8 August. Some days before, a very popular free source code editor in SourceForge named Notepad++ start to boycott Beijing 2008. The project's developer said that the action is not against Chinese people, but against Chinese government's repression against Tibetan unrest earlier in this year. SF.net has once been banned by China in 2002. However, the ban was lifted later in 2003."
gzipped_tar adds: "As a SourceForge user in Beijing, I can confirm this first-hand. I also tried traceroute to sourceforge.net, only to find the connection being dropped at a Beijing ISP's gateway router. It appears that the projects' respective homepages are available even if they are hosted by SF, but the summary and download pages are blocked."
(As you probably know, Slashdot and Sourceforge share a corporate overlord.)
... and yes in the "blocking freedom" event, China has already taken the gold!
FLR
I can see politics entering a free for all site like Slashdot, but Sourceforge??? While I personally think it's disgusting that China even GOT the Olympics and find their regime and it's actions reprehensible, there are proper forums for such matters. Sourceforge isn't one of them.
If there are posts on Slashdot advocating for the boycott of China and the Olympics, would the government block access to Slashdot?
Yes, this is a test.
I heard those lousy pirates in China were downloading files from that site without paying! Another victory in the war against copyright infringement!
It should be a rule to keep one's politics separate from such projects.
In Open Source? One might as well ask Stallman to run Vista.
A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' - D. Adams
Why?
Actors feel free to express their ideas on politics, some corporations do not hesitate to sponsor or take position for a given cause.
Why should FREEsoftware refrain from doing so?
It's even distributed under GPL v2 which means they are not even forbidding those with whom they disagree to use it.
May I use your sig please?
Tell your editor that "communist China" has been down for quite some time. "China the generic fascist state" still stands, it seems.
>I think it's idiotic for these project leaders are attaching their pet causes to software with bunch of
>contributors.
And I think you miss something fundamental about "Free as in Speech." I'd go as far as to say you are supporting the suppression of free speech with your comment.
-fb Everything not expressly forbidden is now mandatory.
As far as I know, the great firewall of China works by sending RST-packets to both ends of an unwanted connection as soon as one is detected.
If it's so secret, then how come I've never heard of it?
Posting from Shanghai.
There are at least a couple of methods to the GFW. One, which you mentioned, is the bi-directional RST packet method. This is typically reserved for the higher infractions, such as searching in google or yahoo for the religious group "Fa1unG 0ng" ( i can't actually spell it out, lest the RST packets disconnect me from slashdot for a while). Or sometimes, there will be something similar, like tÂbet (inverted exclamation used here for 'i' - ) in a web page - the page will load halfway, the GFW will see that and then the page will disappear with a "the connection was reset" (in firefox, of course). Different keywords are bad at different times for different people. Lack of reliable and clear No-No words keeps people unsure and reluctant to take chances, which is undoubtedly more effective than telling people exactly what they can't do. For the *most* part, domains are not blocked this way. There *are* some exceptions, like xanga.com, for whatever reason.
Second: Usually, IP blocks (or full-domain/subdomain blocks, which i think are just IP blocks) come in the form of a connection that times out, or firefox resulting in a "The server at sourceforge.net is taking too long to respond." (IE produces the same error for both the above mentioned situations). It is my belief that the method in one of the parent posts (null-route or something to that effect) is used for these type of blocks.
The reason, I guess, is that the first kind of block, where the server is sending out lots of RST packets, and has to *SCAN* the entire payload of each POST/GET, and its entire response, is very resource-heavy, and having to scan for too much stuff would be a lot more expensive than just Null-routing a bunch of IP addresses.
For the second kind of block, a proxy server works quite well (furthering my suspicion that it's actually just an IP block). For the first kind (RSTpacket kind), you need a secure connection like a VPN, or other terminal-type connection where plaintext is not so visible.