2005-10-18 10:12:35 -04:00
|
|
|
# $OpenBSD: README.OpenBSD,v 1.4 2005/10/18 14:12:35 naddy Exp $
|
2003-08-20 23:39:57 -04:00
|
|
|
|
2005-05-15 10:58:08 -04:00
|
|
|
To begin using BitTorrent quickly, simply fetch a torrent file and
|
2005-10-18 10:12:35 -04:00
|
|
|
run bittorrent (X11) or bittorrent-curses:
|
2003-08-20 23:39:57 -04:00
|
|
|
|
|
|
|
$ ftp http://www.somesite.com/some.torrent
|
2005-10-18 10:12:35 -04:00
|
|
|
$ bittorrent-curses some.torrent
|
2003-08-20 23:39:57 -04:00
|
|
|
|
|
|
|
Note that for machines behind NAT, you will need to pass in the ports
|
|
|
|
outlined in README.txt. An example pf.conf stub for doing this is:
|
|
|
|
|
|
|
|
rdr on $ext_if inet proto tcp from any to $ext_ip port 6881:6889 -> \
|
|
|
|
$BitTorrentmachine port 6881:*
|
|
|
|
|
2005-06-01 12:02:31 -04:00
|
|
|
If a torrent contains many files or the client has connections to
|
|
|
|
many peers, it may be necessary to increase the limit on the maximum
|
|
|
|
number of open file descriptors per process (ulimit -n).
|