All of you probably know that rapidshare has rather strict quotas. After downloading 100 MB you usually have to wait like 90-120 Minutes.
However, this is per-IP. So how do you change your IP or get extra ones?
One possibility is to disconnect and redial. My provider will give me a different IP on each login. However, this would interrupt all other downloads I still have in progress, so this is kind of inconvenient (and since I share the connection with others, it would also kill their skype calls etc.

)
Warning: Technical Blah-Blah ahead
If you have access to some proxy server OR Unix servers with free bandwidth (e.g. a rental server with flat traffic or university computers), you have additional options. Route the download through there.
This works as follows: first you need to get the access information for the proxies (protocol, host, port) or setup an SSH tunnel connection. Secondly, you setup your browser (or downloader) to (temporarily) use this proxy, then you start the download. You usually can change your proxy back after starting the download.
If your provider has a proxy server that is optional, that probably means you can easily double your rapidshare free downloads! (Well, unless other customers are already using the proxy. :-) )
Now the
advanced part: using arbitrary Linux systems you have an account on.
(Windows servers will probably be harder to use for this, since they don't come with SSH preinstalled; but pretty much every Unix/Linux system has SSH. Using the VPN capabilities of Windows might in turn interrupt your other downloads!)
To use SSH for a proxy connection, login to the server you have access to (note the -D part), e.g.
- Code: Select all
ssh -D 9999 myusername@myserver.tld
Then set your proxy to a
socks5 proxy on
localhost, port
9999. See attached screenshot for the settings.
(You can probably do this from windows with Putty or SecureCRT, I don't know - I'm a Linux user.)
So if you can login into 10 computers at your university, you can probably increase your rapidshare free download volume by 10 times. And fortunately, our university is pretty much all-Linux (which btw, means microsoft is going to be in huge trouble in 10 years when all the IT guys and engineers have been trained on linux only!).
Your administrators at the university might/will hate you for this, but they'll need to be rather clever to actually trace it back to you - because you are not running any application on their computer!
If they have similar traffic conditions as we do here, they might not care. Or if you are one of the administrators (like I am, kind of), you're fine off.
Sorry that this is kind of advanced - it's not difficult, but you need to be a Linux user (or find out how to do it with Putty or SecureCRT). And of course you need to have logins on Unix servers on the net.
Free/Open proxies are probably not an option; their bandwidth will be too low to be of much use.
Here's my band of computers handling my rapidshare downloads
