kaklakariada / portmapper

A tool for managing port forwardings via UPnP
GNU General Public License v3.0
685 stars 90 forks source link

Ports listed as opened yet actually not opened. #88

Closed PicklePenger closed 3 years ago

PicklePenger commented 3 years ago

I'm being driven up a wall with this one... I create a preset in PortMapper, change the internal client to what is found in CMD (I have to manually set it off Local Host because my motherboard's ethernet was fried by a lightning strike and I'm using a network adapter now), set the ports, and click on "Use." The ports show as listed in the port mappings table but when I use an open port check tool, the port is listed as closed... PLEASE help. image image

INFO 2 port mapping added successfully ERROR Invocation (ActionInvocation) (Action, Arguments: 9) GetGenericPortMappingEntry failed with operation '500 Internal Server Error', body 's:ClientUPnPError713SpecifiedArrayIndexInvalid</s:Fault></s:Body></s:Envelope>' INFO Got error response when fetching port mapping for entry number 2: '(IncomingActionResponseMessage) 500 Internal Server Error'. Stop getting more entries. INFO Found 2 mappings

I'm also seeing: WARN Skipping invalid service '(RemoteService) Descriptor: dialSCPD.xml' of: (RemoteDevice) Identity: (RemoteDeviceIdentity) UDN: uuid:295c0017-2402-108e-80b4-acae1949f933, Descriptor: http:[MY INTERNAL IP]_//0/dial/dd.xml, Root: true

kaklakariada commented 3 years ago

Hi @PicklePenger, The error message when fetching port mappings (GetGenericPortMappingEntry failed with operation '500 Internal Server Error') is a known issue and does not affect the port mappings.

Regarding the closed port: I am sorry but there is nothing I can do. This may be an issue with your router or your ISP. To diagnose the issue you could create the port mapping using your routers admin interface.

PicklePenger commented 3 years ago

Well, thank you nonetheless. Fortunately, I have fixed the issue. The port came back as closed when utilizing one of those open port check tools because I had yet to actually run the and there was nothing to respond to the website checking the port's status. An oversight on my behalf.

Everything works great now and thank you for both the tool and your help.

kaklakariada commented 3 years ago

Thank you for your feedback!

I added a section to the troubleshooting guide with your solution.