docker-qbittorrentvpn icon indicating copy to clipboard operation
docker-qbittorrentvpn copied to clipboard

iptable mangle rules for webui port (8080) seem to block communication to trackers listening on 8080

Open sebguilbaud opened this issue 3 years ago • 5 comments

no trackers listening to 8080 port work until I remove the "dst 8080" rule in the OUPUT chain of the mangle table

sebguilbaud avatar Aug 21 '21 20:08 sebguilbaud

Same issue here, can you elaborate the method to manually remove the entry in the mangle table ?

D1s0rdu8 avatar Sep 26 '22 11:09 D1s0rdu8

It's no longer needed with recent versions

sebguilbaud avatar Sep 29 '22 13:09 sebguilbaud

Yes, I don't have mange entries, but still, the issue persist with 8080 trackers

D1s0rdu8 avatar Sep 29 '22 13:09 D1s0rdu8

docker exec -it <name of container> iptables -xnvL -t mangle should show you rules eventually mangling 8080/tcp port

sebguilbaud avatar Sep 29 '22 14:09 sebguilbaud

Thank you. I can confirm that there is no 8080 mangle rules applied when using dyonr/qbittorrentvpn:dev For whatever other reasons trackers using 8080 are still not working.

D1s0rdu8 avatar Sep 30 '22 05:09 D1s0rdu8