BitTorrent - How do peers connect to each other?

0

How do peers connect to each other even if they are in separate private networks behind a NAT?

David A

Posted 2013-04-01T15:17:42.560

Reputation: 131

Question was closed 2013-04-02T17:19:59.200

Answers

1

BitTorrent requiers Port Forwarding through NAT to work effectively. some clients and home routers allow the use of UPNP to automatically create port forwarding rules, but there must always be a port forwarded on both sides for BT to work as designed when NAT is in play. Note, BT can "work" without being completely configured. in order to Seed, you must have a port that will accept incomming connections, but that is not strictly a requirement to DL content, since those streams are usually initiated from inside your NAT.

Frank Thomas

Posted 2013-04-01T15:17:42.560

Reputation: 29 039