Author Topic: FYI - if you want super fast torrents  (Read 8349 times)

0 Members and 1 Guest are viewing this topic.

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
FYI - if you want super fast torrents
« on: Mon, 26 August 2013, 16:53:19 »
Forward ports 10000 through 65000...

no need to limit it to the single listening port specified in the client

This won't help your upload speed it seems, because that would rely on "other people" forwarding the same range

I didn't do this till today, it doubled my torrent speeds.

UPDATE:

According to network expert LssAnn, it's a bad idea... IDK why it makes my torrents faster, but it did. @ your own risk I guess.

Offline Tym

  • [CTRL]ALT
  • * Maker
  • Posts: 1583
  • Location: England
Re: FYI - if you want super fast torrents
« Reply #1 on: Mon, 26 August 2013, 16:54:51 »
But double 0.1kb/s is like 0.2kb/s :(
unless they have some unforeseeable downside (like they're actually made of cream cheese cunningly disguised as ABS)


Offline daerid

  • Posts: 4276
  • Location: Denver, CO
    • Rossipedia
Re: FYI - if you want super fast torrents
« Reply #2 on: Mon, 26 August 2013, 16:55:47 »
omgz torrents!!11

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #3 on: Mon, 26 August 2013, 17:01:23 »
omgz torrents!!11

just saying... I kept wondering why i couldn't connect to "some people" even on private trackers, well now i know..


Offline SpAmRaY

  • NOT a Moderator
  • * Certified Spammer
  • Posts: 14667
  • Location: ¯\(°_o)/¯
  • because reasons.......
Re: FYI - if you want super fast torrents
« Reply #4 on: Mon, 26 August 2013, 17:07:45 »
But double 0.1kb/s is like 0.2kb/s :(

I feel you bro.

Offline MKULTRA

  • Posts: 1197
  • Location: IN
  • telling it how it is
Re: FYI - if you want super fast torrents
« Reply #5 on: Mon, 26 August 2013, 17:13:03 »
Can this lead to any network vulnerabilities?

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #6 on: Mon, 26 August 2013, 17:18:38 »
Can this lead to any network vulnerabilities?

no. you're still behind the firewall. and it knows the difference between an attack and a torrent connection.

Offline webs0r

  • Posts: 34
  • Location: Australia
Re: FYI - if you want super fast torrents
« Reply #7 on: Mon, 26 August 2013, 17:36:58 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..
Filco Ninja TKL Browns | Leopold FC700R Graphite Reds | Matias Quiet Pro | Topre Realforce 10th Anniversary Constant-55g | Vortex RACE Reds | CM Storm Quickfire Pro Blues | CODE keyboard Clears

Offline Photekq

  • wheat flour zone
  • Posts: 4794
  • Location: North Wales, UK
  • sorry if i was ever an ******* to you
Re: FYI - if you want super fast torrents
« Reply #8 on: Mon, 26 August 2013, 17:37:49 »
Better solution : get a seedbox.
https://kbdarchive.org/
github
discord: hi mum#5710

Offline turtle

  • Posts: 133
  • Location: Chicago
Re: FYI - if you want super fast torrents
« Reply #9 on: Mon, 26 August 2013, 17:53:53 »
Seed box?

Offline MKULTRA

  • Posts: 1197
  • Location: IN
  • telling it how it is

Offline pasph

  • Posts: 1059
  • Location: Italy
Re: FYI - if you want super fast torrents
« Reply #11 on: Mon, 26 August 2013, 18:21:45 »
Direct downloads FTW
"There is more stupidity than hydrogen in the universe, and it has a longer shelf life"

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #12 on: Mon, 26 August 2013, 18:45:46 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way less secure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

Offline eth0s

  • Posts: 1137
  • Location: New York City
  • Peace & Love
Re: FYI - if you want super fast torrents
« Reply #13 on: Mon, 26 August 2013, 19:01:20 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?
I ♥ Click Clack.  I ♥♥♥ Bro Caps.

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #14 on: Mon, 26 August 2013, 19:02:27 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?

achem... private trackers

Offline Photekq

  • wheat flour zone
  • Posts: 4794
  • Location: North Wales, UK
  • sorry if i was ever an ******* to you
Re: FYI - if you want super fast torrents
« Reply #15 on: Mon, 26 August 2013, 19:05:12 »
achem... private trackers
Show Image

Using private trackers won't save you unless you're using a seedbox.

Seriously people GET A SEEDBOX, download with SFTP.
https://kbdarchive.org/
github
discord: hi mum#5710

Offline eth0s

  • Posts: 1137
  • Location: New York City
  • Peace & Love
Re: FYI - if you want super fast torrents
« Reply #16 on: Mon, 26 August 2013, 19:07:29 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?

achem... private trackers
Show Image


lol.  Okay, your parents are totally safe.  GL to them!
I ♥ Click Clack.  I ♥♥♥ Bro Caps.

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #17 on: Mon, 26 August 2013, 19:10:04 »
achem... private trackers
Show Image

Using private trackers won't save you unless you're using a seedbox.

Seriously people GET A SEEDBOX, download with SFTP.

Nothing will SAVE you... should they decide to come down on you.

if you get a seed box for example.. they can track your payments to it..

Even if you go through the trouble to pay by anon methods like bitcoins or visa or over tor, that's not safe either, because they can easily pay a hacker to find you..

And that evidence that they pay a hacker for works the same way as the kind gained from a private detective..


It comes down to how bad they want to make an example of you.


Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #18 on: Mon, 26 August 2013, 19:10:50 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?

achem... private trackers
Show Image


lol.  Okay, your parents are totally safe.  GL to them!

what are you talking about?

Offline microsoft windows

  • Blue Troll of Death
  • * Exalted Elder
  • Posts: 3621
  • President of geekhack.org
    • Get Internet Explorer 6
Re: FYI - if you want super fast torrents
« Reply #19 on: Mon, 26 August 2013, 19:11:44 »
I AM TALKING ABOUT WINDOWS 3.1. DO YOU HAVE A COPY?
CLICK HERE!     OFFICIAL PRESIDENT OF GEEKHACK.ORG    MAKE AMERICA GREAT AGAIN MERRY CHRISTMAS

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #20 on: Mon, 26 August 2013, 19:12:46 »
I AM TALKING ABOUT WINDOWS 3.1. DO YOU HAVE A COPY?

YES.. on my Epson 75mhz pentium.  I've still got Megaman X installed on it and a controller using GAMEPORT


Offline microsoft windows

  • Blue Troll of Death
  • * Exalted Elder
  • Posts: 3621
  • President of geekhack.org
    • Get Internet Explorer 6
Re: FYI - if you want super fast torrents
« Reply #21 on: Mon, 26 August 2013, 19:14:00 »
Nice! You got that hooked up to the Internet?
CLICK HERE!     OFFICIAL PRESIDENT OF GEEKHACK.ORG    MAKE AMERICA GREAT AGAIN MERRY CHRISTMAS

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #22 on: Mon, 26 August 2013, 19:18:20 »
Nice! You got that hooked up to the Internet?

sadly no.. it only has dialup modem.  well idk does net zero still work?

Offline microsoft windows

  • Blue Troll of Death
  • * Exalted Elder
  • Posts: 3621
  • President of geekhack.org
    • Get Internet Explorer 6
Re: FYI - if you want super fast torrents
« Reply #23 on: Mon, 26 August 2013, 19:19:18 »
If you can find an older ethernet card, you could probably get that thing on high speed internet. Just about any ISA (and some PCI) ethernet card should work in Windows 3.1. Just gotta install the driver, TCP/IP, the Microsoft Networking add-on (if you don't have it), and MSIE5 and you'll be ready for business!
CLICK HERE!     OFFICIAL PRESIDENT OF GEEKHACK.ORG    MAKE AMERICA GREAT AGAIN MERRY CHRISTMAS

Offline eth0s

  • Posts: 1137
  • Location: New York City
  • Peace & Love
Re: FYI - if you want super fast torrents
« Reply #24 on: Mon, 26 August 2013, 19:20:14 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?

achem... private trackers
Show Image


lol.  Okay, your parents are totally safe.  GL to them!

what are you talking about?

I'm talking about your parents.  You live with your parents.  Your parents pay for your internet connection.  When the owners of the copyrights come for you, ultimately it will be your parents who get sued, and not you.  So you have nothing to worry about.  But I am worried about your parents' retirement savings, and their house.  Unless your parents are rich, of course, in which case, I'm not worried at all since they will be able to pay for your copyright infringement with a certified bank check, wired in from their secret tax-avoidance account in Switzerland.   
I ♥ Click Clack.  I ♥♥♥ Bro Caps.

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #25 on: Mon, 26 August 2013, 19:48:59 »
Even with the firewall it doesn't make sense to take this approach - I'll explain...

Your torrent client makes connections to peers (outbound) and accepts connections (inbound) from peers.
The client should allow you to specify the port to which it listens for inbound connections.
It should register this port with your NAT router using UPNP so that your router knows to forward connections to your LAN IP from the internet.
This effectively achieves the port forward without you having to configure anything.

It won't accept inbound connections from multiple ports, simply as the torrent tracker will advertise your client with the inbound port you specify. They won't connect to anything else, and your client isn't listening on other ports. If you run a netstat -a you'll see the inbound connections all hooked up to the one port. You will have outbound connections on various ports, but those are the connections your computer has originated, a different matter.

If, for whatever reason, UPNP is disabled, or your client doesn't use UPNP, then port forwarding will help.
Also some clients have a "random" inbound port setting - you might need to be aware of this. If UPNP is working, this is fine. Otherwise, specify a port.
Also ensure your software firewall is allowing inbound traffic to your torrent client.

I don't recommend setting a huge port range forward for security reasons, especially when there is no gain.

On the "firewall will catch other stuff" that's not entirely true; e.g. there are windows services that will accept traffic on your LAN i.e. the firewall is open for these services and your computer will do stuff with that traffic. WAN traffic will be blocked by your router, but if you forward everything through.. up to you... for no gain..

Upnp and Natpmp are way more insecure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

I just hope your parents don't get sued for copyright infringement.  The usual judgment after being sued is around $150K.  Check it out here: http://torrentfreak.com/200000-bittorrent-users-sued-in-the-united-states-110808/.  But then again, who worries about a $150K fine?

achem... private trackers
Show Image


lol.  Okay, your parents are totally safe.  GL to them!

what are you talking about?

I'm talking about your parents.  You live with your parents.  Your parents pay for your internet connection.  When the owners of the copyrights come for you, ultimately it will be your parents who get sued, and not you.  So you have nothing to worry about.  But I am worried about your parents' retirement savings, and their house.  Unless your parents are rich, of course, in which case, I'm not worried at all since they will be able to pay for your copyright infringement with a certified bank check, wired in from their secret tax-avoidance account in Switzerland.   

eth0s, ur either very young, or just ignant', the world doesn't work that way.

Offline microsoft windows

  • Blue Troll of Death
  • * Exalted Elder
  • Posts: 3621
  • President of geekhack.org
    • Get Internet Explorer 6
Re: FYI - if you want super fast torrents
« Reply #26 on: Mon, 26 August 2013, 19:54:05 »
C'mon guys...let's give this a break. We can talk about Windows 2000 instead!
CLICK HERE!     OFFICIAL PRESIDENT OF GEEKHACK.ORG    MAKE AMERICA GREAT AGAIN MERRY CHRISTMAS

Offline JPG

  • Posts: 1124
  • Location: Canada (Beloeil, near Montreal)
  • Model F is my new passion!
Re: FYI - if you want super fast torrents
« Reply #27 on: Mon, 26 August 2013, 20:10:49 »
C'mon guys...let's give this a break. We can talk about Windows 2000 instead!

Want to talk about Millenium? I pretty much always used Windows, but after buying Millenium, damn I swore I would never pay again for it. Took me 10 years to brake that vow.
IBM F122, IBM XT F X2, IBM AT F (all Soarer converted), Filco Camo TKL Browns

Offline badcop

  • Posts: 482
  • Location: NJ
  • thorpe thocking master race
Re: FYI - if you want super fast torrents
« Reply #28 on: Mon, 26 August 2013, 20:21:04 »
i'm surprised no one has mentioned usenet yet.

| MX Green Poker | HHKB Pro 2 White | HHKB Pro 2 Black | MX White Goldtouch TK Pad | Modded MX Red kul ES-87
| COMING SOON™ | MX Red GH60 | Ergo Clear GH60 |

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #29 on: Mon, 26 August 2013, 20:21:51 »
i'm surprised no one has mentioned usenet yet.



usenet's good, but the whole $10 a month thing. I'm not a billionaire

Offline webs0r

  • Posts: 34
  • Location: Australia
Re: FYI - if you want super fast torrents
« Reply #30 on: Mon, 26 August 2013, 22:59:24 »
Upnp and Natpmp are way less secure than manual port forwarding, because they can be exploited to do OTHER THINGS.

You're safer just manually forwarding 10000 to 65000

So a malicious application could use UPNP to forward a port ...  fine, but your solution is to turn UPNP off, but then port forward almost EVERYTHING.
Unfortunately then its the user that is the problem!  ;)

Seriously, if you want, turn UPNP off, it's not relevant to my point. But manually port forward the 1 port your torrent client needs. That's my point. Forwarding all ports is pointless because your torrent client is not listening to them.

i'm surprised no one has mentioned usenet yet.

First rule of fight club  :-X
Filco Ninja TKL Browns | Leopold FC700R Graphite Reds | Matias Quiet Pro | Topre Realforce 10th Anniversary Constant-55g | Vortex RACE Reds | CM Storm Quickfire Pro Blues | CODE keyboard Clears

Offline IvanIvanovich

  • Mr. Silk Underwear
  • Posts: 8199
  • Location: USA
Re: FYI - if you want super fast torrents
« Reply #31 on: Mon, 26 August 2013, 23:04:49 »
Best thing to get fast torrent is to only one at a time and set max peers per torrent to something like 500. Of course it still depend on seeder upload speed, so if it isn't being utilized bandwidth because slow upload start other torrent. Most time I can max out my connection speed of 15mbps on single torrent and get it done as fast as is possible for my connection speed. BT only needs one port connect, as long as it can connect though you are good. Opening a bunch of ports don't help anything. Having more half open connections allowed does though.

Offline Leslieann

  • * Elevated Elder
  • Posts: 4567
Re: FYI - if you want super fast torrents
« Reply #32 on: Tue, 27 August 2013, 00:33:10 »
Port forwarding... You just punched a huge hole in your HARDWARE firewall, and directed traffic to a SOFTWARE firewall. FAIL
Private torrents... Because obviously it's impossible for people with billions to get invited.  FAIL

Private torrent sites have been compromised many times. You want as many ports on your firewall closed as much as possible, and a hardware firewall does this far more securely than a software firewall. Far, far more securely when you take into considering that you are using that computer. Get one little trojan and your software firewall is worthless. Not to mention odds are that you are relying on Windows firewall, which in itself is almost useless. Xp's original firewall only worked in one direction even. While you may think no big deal, if you have a decent connection it is. I rub shoulders with black hat hackers... They have people running port scans 24/7 looking for people just like you. I even personally knew someone who did it for them. Open up a network scanning tool and see how many times you get ping'd.  You might be surprised. While they would prefer to hack a server, they aren't beyond hacking home systems, particularly those serving kiddie porn.


And yes, it will be whoever's name is on the internet service who gets pulled into court, but they will confiscate any computer in the house and it can be months before you see them again. Then you can settle for $3k out of court or however much the court decides to fine you should you lose. Now, if you worked in the industry, your fine would only be about $3 per infraction. Since I doubt you work for the record or movie industry though, you can expect the maximum fine of $150k per infringement. If you are under 18, your parents are screwed, if you are over and it's all in their name, they can dump it into you if they want.

And if you think that $150k sounds bad, you haven't seen the lawyer fees by the time you go through an appeal or two.
« Last Edit: Tue, 27 August 2013, 00:35:42 by Leslieann »
Novelkeys NK65AE w/62g Zilents/39g springs
More
62g Zilents/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 magnetic cable, pic
| Filco MJ2 L.E. Vortex Case, Jailhouse Blues, heavily customized
More
Vortex case squared up/blasted finish removed/custom feet/paint/winkey blockoff plate, HID Liberator, stainless steel universal plate, 3d printed adapters, Type C, Netdot Gen10 magnetic cable, foam sound dampened, HK Gaming Thick PBT caps (o-ringed), Cherry Jailhouse Blues w/lubed/clipped Cherry light springs, 40g actuation
| GMMK TKL
More
w/ Kailh Purple Pros/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 Magnetic cable
| PF65 3d printed 65% w/LCD and hot swap
More
Box Jades, Interchangeable trim, mini lcd, QMK, underglow, HK Gaming Thick PBT caps, O-rings, Netdot Gen10 magnetic cable, in progress link
| Magicforce 68
More
MF68 pcb, Outemu Blues, in progress
| YMDK75 Jail Housed Gateron Blues
More
J-spacers, YMDK Thick PBT, O-rings, SIP sockets
| KBT Race S L.E.
More
Ergo Clears, custom WASD caps
| Das Pro
More
Costar model with browns
| GH60
More
Cherry Blacks, custom 3d printed case
| Logitech Illumininated | IBM Model M (x2)
Definitive Omron Guide. | 3d printed Keyboard FAQ/Discussion

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #33 on: Tue, 27 August 2013, 00:45:55 »
Port forwarding... You just punched a huge hole in your HARDWARE firewall, and directed traffic to a SOFTWARE firewall. FAIL
Private torrents... Because obviously it's impossible for people with billions to get invited.  FAIL

Private torrent sites have been compromised many times. You want as many ports on your firewall closed as much as possible, and a hardware firewall does this far more securely than a software firewall. Far, far more securely when you take into considering that you are using that computer. Get one little trojan and your software firewall is worthless. Not to mention odds are that you are relying on Windows firewall, which in itself is almost useless. Xp's original firewall only worked in one direction even. While you may think no big deal, if you have a decent connection it is. I rub shoulders with black hat hackers... They have people running port scans 24/7 looking for people just like you. I even personally knew someone who did it for them. Open up a network scanning tool and see how many times you get ping'd.  You might be surprised. While they would prefer to hack a server, they aren't beyond hacking home systems, particularly those serving kiddie porn.


And yes, it will be whoever's name is on the internet service who gets pulled into court, but they will confiscate any computer in the house and it can be months before you see them again. Then you can settle for $3k out of court or however much the court decides to fine you should you lose. Now, if you worked in the industry, your fine would only be about $3 per infraction. Since I doubt you work for the record or movie industry though, you can expect the maximum fine of $150k per infringement. If you are under 18, your parents are screwed, if you are over and it's all in their name, they can dump it into you if they want.

And if you think that $150k sounds bad, you haven't seen the lawyer fees by the time you go through an appeal or two.

I know what you mean.. I've been meaning to build an auto purge device using thermite packs

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #34 on: Tue, 27 August 2013, 00:56:42 »
Did one of you ..... Grrrrrrrrr.... wait, nm


Offline Leslieann

  • * Elevated Elder
  • Posts: 4567
Re: FYI - if you want super fast torrents
« Reply #35 on: Tue, 27 August 2013, 01:04:09 »
Best thing to get fast torrent is to only one at a time and set max peers per torrent to something like 500.
What kind of router are you using that is handling 500 connections?
Most start losing ground around 200, even some with 64 megs of ram or more.
Novelkeys NK65AE w/62g Zilents/39g springs
More
62g Zilents/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 magnetic cable, pic
| Filco MJ2 L.E. Vortex Case, Jailhouse Blues, heavily customized
More
Vortex case squared up/blasted finish removed/custom feet/paint/winkey blockoff plate, HID Liberator, stainless steel universal plate, 3d printed adapters, Type C, Netdot Gen10 magnetic cable, foam sound dampened, HK Gaming Thick PBT caps (o-ringed), Cherry Jailhouse Blues w/lubed/clipped Cherry light springs, 40g actuation
| GMMK TKL
More
w/ Kailh Purple Pros/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 Magnetic cable
| PF65 3d printed 65% w/LCD and hot swap
More
Box Jades, Interchangeable trim, mini lcd, QMK, underglow, HK Gaming Thick PBT caps, O-rings, Netdot Gen10 magnetic cable, in progress link
| Magicforce 68
More
MF68 pcb, Outemu Blues, in progress
| YMDK75 Jail Housed Gateron Blues
More
J-spacers, YMDK Thick PBT, O-rings, SIP sockets
| KBT Race S L.E.
More
Ergo Clears, custom WASD caps
| Das Pro
More
Costar model with browns
| GH60
More
Cherry Blacks, custom 3d printed case
| Logitech Illumininated | IBM Model M (x2)
Definitive Omron Guide. | 3d printed Keyboard FAQ/Discussion

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #36 on: Tue, 27 August 2013, 01:11:42 »
Best thing to get fast torrent is to only one at a time and set max peers per torrent to something like 500.
What kind of router are you using that is handling 500 connections?
Most start losing ground around 200, even some with 64 megs of ram or more.

routers can def handle more than 500,   depends on what speed everything is coming in at..

at basic home internet speeds like ours.. 500 is nothing.

Offline Leslieann

  • * Elevated Elder
  • Posts: 4567
Re: FYI - if you want super fast torrents
« Reply #37 on: Tue, 27 August 2013, 01:21:46 »
Best thing to get fast torrent is to only one at a time and set max peers per torrent to something like 500.
What kind of router are you using that is handling 500 connections?
Most start losing ground around 200, even some with 64 megs of ram or more.

routers can def handle more than 500,   depends on what speed everything is coming in at..

at basic home internet speeds like ours.. 500 is nothing.
Handle it, yes, handle it at peak performance is another matter.
Mine can do 500 connections, it can do 1000, but runs best around 210. 
Novelkeys NK65AE w/62g Zilents/39g springs
More
62g Zilents/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 magnetic cable, pic
| Filco MJ2 L.E. Vortex Case, Jailhouse Blues, heavily customized
More
Vortex case squared up/blasted finish removed/custom feet/paint/winkey blockoff plate, HID Liberator, stainless steel universal plate, 3d printed adapters, Type C, Netdot Gen10 magnetic cable, foam sound dampened, HK Gaming Thick PBT caps (o-ringed), Cherry Jailhouse Blues w/lubed/clipped Cherry light springs, 40g actuation
| GMMK TKL
More
w/ Kailh Purple Pros/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 Magnetic cable
| PF65 3d printed 65% w/LCD and hot swap
More
Box Jades, Interchangeable trim, mini lcd, QMK, underglow, HK Gaming Thick PBT caps, O-rings, Netdot Gen10 magnetic cable, in progress link
| Magicforce 68
More
MF68 pcb, Outemu Blues, in progress
| YMDK75 Jail Housed Gateron Blues
More
J-spacers, YMDK Thick PBT, O-rings, SIP sockets
| KBT Race S L.E.
More
Ergo Clears, custom WASD caps
| Das Pro
More
Costar model with browns
| GH60
More
Cherry Blacks, custom 3d printed case
| Logitech Illumininated | IBM Model M (x2)
Definitive Omron Guide. | 3d printed Keyboard FAQ/Discussion

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #38 on: Tue, 27 August 2013, 01:32:35 »
Best thing to get fast torrent is to only one at a time and set max peers per torrent to something like 500.
What kind of router are you using that is handling 500 connections?
Most start losing ground around 200, even some with 64 megs of ram or more.

routers can def handle more than 500,   depends on what speed everything is coming in at..

at basic home internet speeds like ours.. 500 is nothing.
Handle it, yes, handle it at peak performance is another matter.
Mine can do 500 connections, it can do 1000, but runs best around 210. 

which router is a pro like urself using

seems like my router cpu is @ 1.3 queue with 8000,  guess I should lower the limit.

Offline Leslieann

  • * Elevated Elder
  • Posts: 4567
Re: FYI - if you want super fast torrents
« Reply #39 on: Wed, 28 August 2013, 00:48:15 »
I have a Netgear N600 (WNDR4000), it handles... um... a few servers, and computers...
Novelkeys NK65AE w/62g Zilents/39g springs
More
62g Zilents/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 magnetic cable, pic
| Filco MJ2 L.E. Vortex Case, Jailhouse Blues, heavily customized
More
Vortex case squared up/blasted finish removed/custom feet/paint/winkey blockoff plate, HID Liberator, stainless steel universal plate, 3d printed adapters, Type C, Netdot Gen10 magnetic cable, foam sound dampened, HK Gaming Thick PBT caps (o-ringed), Cherry Jailhouse Blues w/lubed/clipped Cherry light springs, 40g actuation
| GMMK TKL
More
w/ Kailh Purple Pros/lubed/Novelkeys 39g springs, HK Gaming Thick PBT caps, Netdot Gen10 Magnetic cable
| PF65 3d printed 65% w/LCD and hot swap
More
Box Jades, Interchangeable trim, mini lcd, QMK, underglow, HK Gaming Thick PBT caps, O-rings, Netdot Gen10 magnetic cable, in progress link
| Magicforce 68
More
MF68 pcb, Outemu Blues, in progress
| YMDK75 Jail Housed Gateron Blues
More
J-spacers, YMDK Thick PBT, O-rings, SIP sockets
| KBT Race S L.E.
More
Ergo Clears, custom WASD caps
| Das Pro
More
Costar model with browns
| GH60
More
Cherry Blacks, custom 3d printed case
| Logitech Illumininated | IBM Model M (x2)
Definitive Omron Guide. | 3d printed Keyboard FAQ/Discussion

Offline Input Nirvana

  • Master of the Calculated Risk
  • Posts: 2316
  • Location: Somewhere in the San Francisco Bay area/Best Coast
  • If I tell ya, I'll hafta kill ya
Re: FYI - if you want super fast torrents
« Reply #40 on: Wed, 28 August 2013, 01:18:32 »
Call me old fashioned but I think if it can be transferred on the internet, it should be free.

Anyone know what's going on with the new (last February or so) 6 Strikes thingy? Any results, what's happening with that?
Kinesis Advantage cut into 2 halves | RollerMouse Free 2 | Apple Magic Trackpad | Colemak
Evil Screaming Flying Door Monkeys From Hell                     Proudly GeekWhacking since 2009
Things change, things stay the same                                        Thanks much, Smallfry  
I AM THE REAPER . . . BECAUSE I KILL IT
~retired from forum activities 2015~

Offline tp4tissue

  • * Destiny Supporter
  • Thread Starter
  • Posts: 13723
  • Location: Official Geekhack Public Defender..
  • OmniExpert of: Rice, Top-Ramen, Ergodox, n Females
Re: FYI - if you want super fast torrents
« Reply #41 on: Wed, 28 August 2013, 02:46:01 »
I have a Netgear N600 (WNDR4000), it handles... um... a few servers, and computers...

I think everyone will be tempted when the AC68 comes out.. Dual core arm..

quoted to be 5x faster than the AC66. 

Offline IvanIvanovich

  • Mr. Silk Underwear
  • Posts: 8199
  • Location: USA
Re: FYI - if you want super fast torrents
« Reply #42 on: Wed, 28 August 2013, 10:20:37 »
I have a ZTE H368N. I don't know it's specs really as I can't find much info on the internet and I haven't ever opened it yet. All I know for technical detail it is MIPS based. It has a lot of good features, and it has been a performer and totally reliable. Definitely not bad for the $60 or so I paid for it.