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
Gentoo upnp errors, failed to map the external wan port. #385
Comments
I am not a hundred percent sure, but that could arise when trying to map a port that's already bound to a different IP. |
looking at my router gateway I don't see that port being used by another ip, it only has one port in use on 56822 on the Destination ip of a different device |
I have tried a few different ports and all seem to return the same error( with a different port noted) |
What is the output of these commands in a terminal? |
upnpc -l returns:
upnpc -e Nicotine+ -a 127.0.0.1 2416 15000 TCP returns:
upnpc -e Nicotine+ -a 127.0.0.1 2416 2416 TCP returns:
and upnpc -e Nicotine+ -r 2416 15000 TCP returns:
|
Seems like Nicotine+ uses the wrong local IP address. Can you delete the existing entries? |
This branch should fix the issue: |
Hi, I am trying to connect nicotine on my laptop running gentoo. I have just installed upnpc and receive the following errors.
UPnp exertion: Failed to map the external WAN port: AddPortMapping(15000, 2416, 127.0.0.1) failed with code 718 (ConflictInMappingEntry) Failed to automate the creation of upnp port mapping rule
I have soul seek on my MacBook which uses upnp and works fine. upnp is enabled on my router. any idea what I am doing wrong? can give more info if nessicary.
The text was updated successfully, but these errors were encountered: