I can't get the port to open

Ask for help and report issues with the Mac OS X version of Transmission
Post Reply
warnold348
Posts: 1
Joined: Thu Oct 03, 2019 7:15 am

I can't get the port to open

Post by warnold348 »

2019-10-03 07:18:08 +0000 natpmp.c:70 [Info] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
2019-10-03 07:18:08 +0000 natpmp.c:70 [Info] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
2019-10-03 07:18:08 +0000 upnp.c:239 [Debug] Port Forwarding (UPnP): UPNP_GetValidIGD failed (errno 0 - Undefined error: 0)
2019-10-03 07:18:08 +0000 upnp.c:242 [Debug] Port Forwarding (UPnP): If your router supports UPnP, please make sure UPnP is enabled!
2019-10-03 07:18:08 +0000 port-forwarding.c:92 [Info] Port Forwarding: State changed from "Not forwarded" to "Starting"
2019-10-03 07:18:16 +0000 natpmp.c:75 [Debug] Port Forwarding (NAT-PMP): readnatpmpresponseorretry failed. Natpmp returned -7 (the gateway does not support nat-pmp); errno is 61 (Connection refused)
2019-10-03 07:18:16 +0000 port-forwarding.c:92 [Info] Port Forwarding: State changed from "Starting" to "???"
perkhaus
Posts: 2
Joined: Fri Apr 17, 2020 4:39 pm

Re: I can't get the port to open

Post by perkhaus »

I am having nearly an identical issue, but the OP doesn't mention what all has been tried, so I'll explain what I have tried.

Transmission 2.94 (d8e60ee44f)
macOS Mojave 10.14.6 (18G103)
  • Confirmed UPnP is enabled in router (see attachment)
  • Confirmed there is only 1 NAT device in my network
  • Confirmed UPnP is working on router (other devices/apps are creating dynamic rules: see attachment)
  • Confirmed incoming connections work with ExpressVPN by using uTorrent
  • Confirmed Mac Firewall is off (during testing)
  • Shutdown Transmission and issued defaults delete org.m0k.transmission in Terminal
  • Deleted Transmission.app and reinstalled (both directly and using brew)
  • Turned off UPnP and created static port forwarding rule which also did not work
My debug output...

Code: Select all

2020-04-17 15:29:07 +0000 port-forwarding.c:180 [Info] Port Forwarding: Stopped
2020-04-17 15:29:09 +0000 natpmp.c:70 [Info] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
2020-04-17 15:29:09 +0000 natpmp.c:70 [Info] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
2020-04-17 15:29:09 +0000 upnp.c:239 [Debug] Port Forwarding (UPnP): UPNP_GetValidIGD failed (errno 0 - Undefined error: 0)
2020-04-17 15:29:09 +0000 upnp.c:242 [Debug] Port Forwarding (UPnP): If your router supports UPnP, please make sure UPnP is enabled!
2020-04-17 15:29:09 +0000 port-forwarding.c:92 [Info] Port Forwarding: State changed from "Not forwarded" to "Starting"
2020-04-17 15:29:18 +0000 natpmp.c:75 [Debug] Port Forwarding (NAT-PMP): readnatpmpresponseorretry failed. Natpmp returned -7 (the gateway does not support nat-pmp); errno is 61 (Connection refused)
2020-04-17 15:29:18 +0000 port-forwarding.c:92 [Info] Port Forwarding: State changed from "Starting" to "???"
Note:timestamps appear to be in UTC rather than local time
Post Reply