mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #849] Quasar client wont connect #575
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#575
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 @Xsnipe on GitHub (Jul 6, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/849
I logged into my router through my gateway IP and added a port forwarding rule: port 500 external -> 500 internal on tcp and udp. I used https://canyouseeme.org/ before I started to listen in on the port and it said "Error: I could not see your service on XX.XX.XXX.X on port (500) Reason: Connection timed out" then started to listen in on the port and got the same error. I ran the netstat -a command and got [::] both during and before listening on port 500. I have entered in the gateway ip into the connection tab in the build client as well. Any help would be appreciated.
@MaxXor commented on GitHub (Aug 8, 2020):
Be sure to enter the correct LAN IP of your PC (e.g. 192.168.1.10) where Quasar server is running in the port mapping, e.g. external port 500 -> internal port 500, IP 192.168.1.10.
@Xsnipe commented on GitHub (Aug 27, 2020):
Does ipv6 need to be enabled
@MaxXor commented on GitHub (Aug 28, 2020):
Depends if you want to use IPv6.