mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #280] UPnP not working with D-Link router #135
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itapi on GitHub (Jul 18, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/280
hi. first of all i would like to say your work is awesome.
but im trying to connect from computer in other network(not on lan) i entered my external ip instead of "localhost" and checked the "try to auto port forward" option. but it doesnt works. seems like nothing happend. i would apperciate any help. my firewall is turned off and no antivirus or somthing.
@MaxXor commented on GitHub (Jul 18, 2015):
You have to turn the option on and then start listening again (means you have to stop once when it's already listening). Or it will automatically do this on the next start of the server.
Have you tried that already?
@itapi commented on GitHub (Jul 18, 2015):
@MaxXor yep. tried also this. is it working for you? o.O
@MaxXor commented on GitHub (Jul 18, 2015):
Yes, I'm using an AVM Fritz!Box 7360 router. Can you check if your router supports UPnP and has it enabled?
@itapi commented on GitHub (Jul 19, 2015):
@MaxXor seems like it support it and enabled too.

@MaxXor commented on GitHub (Jul 19, 2015):
Can you place a breakpoint here and tell me if it finds a device?
@itapi commented on GitHub (Jul 19, 2015):
@MaxXor allright in a second
@itapi commented on GitHub (Jul 19, 2015):
@MaxXor it does work. it find the device
@MaxXor commented on GitHub (Jul 19, 2015):
Okay, thats good. Now I would need the response from your UPnP device. Can you capture the UPnP packets with your favorite network sniffer for me?
@MaxXor commented on GitHub (Jul 20, 2015):
I know it's not that easy, maybe you can use smartsniff or wireshark to capture this. Or could you try it with another router, if you have a spare one.
@ghost commented on GitHub (Jul 24, 2015):
This is happening to me as well. When I start the server, I check the 'Enable UPnP' in the settings and start listening, but UPnP doesn't work off the initial start of listening. I have to stop listening and then start listening again for UPnP to work.
@MaxXor commented on GitHub (Jul 24, 2015):
@d3agle but this is another issue, for you it's at least working. For @itapi not.
Yours is easy to fix, I'll just need to activate the UPnP module when you check the "Enable UPnP" checkbox, now it does only activate it when starting the listening server.
@ghost commented on GitHub (Jul 24, 2015):
Oh right, I misunderstood. Sounds good!
@MaxXor, also just wanted to point out that once UPnP has the port forwarded, stopping the listen server won't remove the port from UPnP until the server is listening again and then it is removed when the listening has stopped.