Ingress traffic suffers from egress traffic

Linux specific questions, problems.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Ingress traffic suffers from egress traffic

Post by sledgehammer_999 »

What version of qbt do you use? And what version of libtorrent? Is libtorrent is >= 0.16.0 then have you enable utp in qbt (should be on by default)? Normally it "autothrottles" the bandwidth.
From your second screenshot it is clear that your qbt is reachable from outside (green icon) so your ports are forwarded.
Also if you use a recent version the log contains your external ip (view->execution log)
morfikov

Re: Ingress traffic suffers from egress traffic

Post by morfikov »

Code: Select all

$ apt-cache policy qbittorrent
qbittorrent:
  Installed: 3.1.x-0~4653-20140125~ubuntu13.04.1
  Candidate: 3.1.x-0~4653-20140125~ubuntu13.04.1
  Package pin: 3.1.x-0~4653-20140125~ubuntu13.04.1
  Version table:
 *** 3.1.x-0~4653-20140125~ubuntu13.04.1 910
        120 http://ppa.launchpad.net/hydr0g3n/qbittorrent-stable/ubuntu/ raring/main amd64 Packages
        100 /var/lib/dpkg/status
     3.1.3-1 910
        900 http://ftp.pl.debian.org/debian/ testing/main amd64 Packages
        500 http://ftp.pl.debian.org/debian/ sid/main amd64 Packages

Code: Select all

$ apt-cache policy libtorrent-rasterbar7
libtorrent-rasterbar7:
  Installed: 0.16.11-2
  Candidate: 0.16.11-2
  Version table:
 *** 0.16.11-2 0
        900 http://ftp.pl.debian.org/debian/ testing/main amd64 Packages
        500 http://ftp.pl.debian.org/debian/ sid/main amd64 Packages
        100 /var/lib/dpkg/status

Code: Select all

05/02/2014 20:10:16 - Peer ID: -qB3150-
05/02/2014 20:10:16 - qBittorrent is trying to listen on any interface port: TCP/18398
05/02/2014 20:10:16 - UPnP / NAT-PMP support [ON]
05/02/2014 20:10:16 - HTTP user agent is qBittorrent v3.1.5
05/02/2014 20:10:16 - Anonymous mode [OFF]
05/02/2014 20:10:16 - DHT support [ON], port: UDP/18398
05/02/2014 20:10:16 - PeX support [ON]
05/02/2014 20:10:16 - Local Peer Discovery support [ON]
05/02/2014 20:10:16 - Encryption support [FORCED]
05/02/2014 20:10:16 - Embedded Tracker [OFF]
05/02/2014 20:10:16 - Options were saved successfully.
05/02/2014 20:10:17 - The Web UI is listening on port 44444
05/02/2014 20:10:17 - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/18398
05/02/2014 20:10:17 - qBittorrent is successfully listening on interface :: port: TCP/18398
05/02/2014 20:10:17 - External IP: xxx.xxx.xxx.xxx
05/02/2014 20:12:53 - UPnP/NAT-PMP: Port mapping failure, message: could not map port using UPnP: no router found
05/02/2014 20:12:53 - UPnP/NAT-PMP: Port mapping failure, message: could not map port using UPnP: no router found
05/02/2014 20:12:53 - UPnP/NAT-PMP: Port mapping failure, message: could not map port using UPnP: no router found
05/02/2014 20:12:53 - UPnP/NAT-PMP: Port mapping failure, message: could not map port using UPnP: no router found
That's the full log.

UTP is enabled
Last edited by morfikov on Wed Feb 05, 2014 10:37 pm, edited 1 time in total.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Ingress traffic suffers from egress traffic

Post by sledgehammer_999 »

You could try libtorrent 0.16.14 from this ppa: https://launchpad.net/~surfernsk/+archi ... t-software
(along with its qbt package)

PS: I edited your post and removed your external ip. Generally it's not a good idea to expose it in forums etc.
morfikov

Re: Ingress traffic suffers from egress traffic

Post by morfikov »

I wouldn't worry too much about the ip. If this really was an issue, I would connect via vpn or tor, but I don't think that someone would use this ip to do something, what could that person do with it?

What's the difference between the official ppa and the one you gave? Should I use it instead?
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Ingress traffic suffers from egress traffic

Post by sledgehammer_999 »

It's the same source. But Evgeny's qbt is built against his libtorrent which is newer from what Ubuntu provides. Normally our qbt packages should work with his libtorrent. However in rare occasions you might have random crashes, so its best to use his qbt package if you use his libtorrent package too.
Post Reply