Public bug reported: Binary package hint: rtorrent
The default for port_range is "6890-6999". That means that rtorrent does not use the (old) default port range which you would expect for bittorrent usage (6881-6889). The FAQ at http://dessent.net/btfaq/#ports says that 6881-6889 gets used prior to version 3.2, and that it has been extended to 6881-6999 as of BitTorrent 3.2. rtorrent uses the "extended" part only. Therefor the Bittorrent macro for Shorewall fails, which uses 6881-6889 (I'll file a separate bug about this). The patch seems quite trivial, but it's not tested: --- rtorrent-0.6.4/src/core/manager.cc.orig 2006-10-27 15:48:48.000000000 +0200 +++ rtorrent-0.6.4/src/core/manager.cc 2007-04-28 17:20:48.557490410 +0200 @@ -125,7 +125,7 @@ m_hashingView(NULL), m_pollManager(NULL), - m_portFirst(6890), + m_portFirst(6881), m_portLast(6999) { m_downloadStore = new DownloadStore(); ** Affects: rtorrent (Ubuntu) Importance: Undecided Status: Unconfirmed -- The default for port_range should be "6881-6999", not "6890-6999" https://bugs.launchpad.net/bugs/110803 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
