mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-22 21:12:51 -05:00
Forward ports for torrenting? #275
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plasticpippo on GitHub (Apr 27, 2025).
Is it possible to forward ports for torrenting purposes?
I have a deluge docker container and i would like to expose the ports through the pangolin VPS.
I have been trying with the RAW Resource option, but no joy.
I have successfully setup my email server through Pangolin, without any issues, so maybe there is a setting I am missing or maybe Pangolin simply cannot do this?
I can of course reverse proxy the Deluge Webui.
@oschwartz10612 commented on GitHub (Apr 30, 2025):
Hum as you know pangolin should be able to do any raw TCP/UDP port. If you followed the guide and have email and other non-http ports working then I might suspect that your VPS provider is blocking ports related to torrenting. You could confirm by doing a tcpdump on the instance and trying to connect to that port. You could do
tcpdump -i any -n port <port number>and look for packets.@github-actions[bot] commented on GitHub (May 15, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@plasticpippo commented on GitHub (May 15, 2025):
apologies for late reply
if i go to https://www.yougetsignal.com to check if the port is open, i get port closed on the website and the below on tcpdump
@oschwartz10612 commented on GitHub (May 22, 2025):
Yeah I am thinking your provider is blocking those ports. Could you reach out and see if they confirm? I will close this for now because I suspect VPS related but feel free to reopen.