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

Port forwarding fails with error 606 from router #392

Closed
adolfintel opened this issue Aug 21, 2019 · 5 comments
Closed

Port forwarding fails with error 606 from router #392

adolfintel opened this issue Aug 21, 2019 · 5 comments

Comments

@adolfintel
Copy link

I recently downloaded Warzone 2100, which uses miniupnpc, and I noticed that it couldn't open port 2100 on my FritzBox 3470 despite UPnP being enabled.

I know for sure that UPnP works fine on my router because I developed a UPnP library for Java and it works fine. I don't know why miniupnp does not.

I investigated the problem a bit and this is what happens when the game tries to open the port:
image

Link to the original issue: Warzone2100/warzone2100#476

@miniupnp
Copy link
Owner

606 is the error code for "Action Unauthorized"
Are you sure le port 2100 is free ? and that 192.168.1.199 is the IP of the machine.

What's the list of the current portmappings ?

@adolfintel
Copy link
Author

adolfintel commented Aug 22, 2019

These are the current port mappings:
image

As far as I can tell, nothing is using port 2100. I really don't know why it can't open it.

Is there anything I can do to debug this further?

@miniupnp
Copy link
Owner

can you open a port mapping on port 2100 with another UPnP IGD client ?

@miniupnp
Copy link
Owner

miniupnp commented Aug 22, 2019

if that works, you could then compare the 2 SOAP requests.

@adolfintel
Copy link
Author

It seems that this 606 error pops up on a bunch of random ports, not just 2100. I'll ask the router manufacturer, maybe it's a bug introduced in the update that came out a few days ago.

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

No branches or pull requests

2 participants