Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] IPv6 pinhole via upnp #993

Open
survient opened this issue Aug 31, 2019 · 3 comments · May be fixed by #6758
Open

[Feature Request] IPv6 pinhole via upnp #993

survient opened this issue Aug 31, 2019 · 3 comments · May be fixed by #6758

Comments

@survient
Copy link

Followup on Trac#5024

It would be nice if transmission supported WANIPv6FirewallControl as part of the UPNP spec to dynamically create "pinhole" rules in a gateway device's firewall.

Currently I have helper scripts filling these needs(not using UPNP) but I'd much rather have native support within transmission so that it all "just works".

@treysis
Copy link

treysis commented Nov 21, 2019

This is definitely something I'd like to see as well and I am surprised it is not implemented yet, as I read somewhere that Transmission was already UPnP2 compliant.
Anyways, this needs to happen soon.

@davygrvy
Copy link

davygrvy commented Jul 19, 2021

essentially this, but the C api:

upnpc -6 -A 0 0 $v6addy $port TCP $leasetime
upnpc -6 -A 0 0 $v6addy $port UDP $leasetime

@stefantalpalaru
Copy link
Contributor

If anyone wants some inspiration, this is how I implemented UPnP pinhole punching in a Transmission 3.00 fork: stefantalpalaru#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

5 participants