BitTorrent is a peer-to-peer protocol. If you wish to have your BitTorrent software function as a peer, you must configure the system running BitTorrent and any gateway routers to permit this incoming traffic to your selected TCP or UDP port number. You must also pass responding, outgoing traffic.
Your chosen BitTorrent software should have a mechanism for you to specify your chosen UDP and TCP port number, so that the software can advertise it to other peers and trackers.
---
Edited to add: If your OpenBSD system is connected to the Internet through a gateway router, you will need to add a single pass rule to accept any incoming traffic that is destined to your selected destination port number, such as:
Quote:
pass in proto {udp tcp} from any to (self) port 54321
|
You will need to provision that gateway router to forward that port on your local network.