hi,
I have made a new install on Leap 16 with all up to date packages.
I configured my router to make ip forward to all ports for all specified tcp and udp port realted to not only KTorrent but other torrent clients.
hen I opened on firewall-config the related services. I added a service named Ktorrent and therefore I expected the ports would be binded to KTorrent
But nothing works. I mean I can download magnet links and they show up on KTorrent but the traffic is zero all the time.
KTorrent needs the following ports:
6881 tcp
8881 udp
7881 udp
They are enabled on firewall-config as the service and also at the Public Zone level.
so the ports are supposed to be opened at the router and in the firewall
I used wireshark and there are some registered calls on port 7881
Nothing on 6881, and that is the main torrent port.
When I make something like:
netstat -lunpt|grep ktorrent
tcp6 0 0 :::6881 :::* LISTEN 15352/ktorrent
udp 0 0 0.0.0.0:7881 0.0.0.0:* 15352/ktorrent
udp 0 0 0.0.0.0:8881 0.0.0.0:* 15352/ktorrent
udp6 0 0 :::7881 :::* 15352/ktorrent
udp6 0 0 :::8881 :::* 15352/ktorrent
I see port 6881 Only listening and binded to KTorrent on port 6681 Only in IPV6 !?
This is strange and I think this can be the cause I can not download anything …
Is this the problem with KTorrent?