mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #1102] Cant manage to get the victim connection #804
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#804
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 @KeparYTbcc on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1102
I started the rat on my second computer and it wont connect to the my panel
firewall rules are opened (port 2222 inbound/outbound udp/tcp Accepted)
@BurntDog commented on GitHub (Nov 17, 2022):
Did it work using Loopback? To the best of my knowledge you can not connect back on the same network running both Server and Client other then using Loopback on the same machine. Have you tried setting up and using portmap.io with OpenVPN (No port forward needed, which comes in handy when on public WiFi and you have no access to router)?
FYI you'll need to recreate a portmap Mapping rule every so often not sure if that's do to not using it for awhile like in my case or that's just how the Free account works.
Keep in mind to only use this tool on systems you have written permission to
portmap is not a way to hide your ip if the Authorities request it they'll get it.
If you have connection issues using OpenVPN do the steps listed below (has always fixed my issue).
Reset Network TCP/IP stack
If your TCP/IP stack is corrupted it can be reseted with the following commands.
Windows XP:
Windows Vista, 7, 8, 10:
Scenario 1: you need to make sure that these below services are started and made automatic.
DNS Client service started and on automatic
SSDP Discovery service started and on automatic
UPnP Device Host service started and on automatic
Function Discovery Resource Publication service started and on automatic
@KeparYTbcc commented on GitHub (Nov 17, 2022):
already tried
@BurntDog commented on GitHub (Nov 17, 2022):
Please explain. Did Loopback work? Did portmap.io work and if not what were the issues? ect...
@MaxXor commented on GitHub (Nov 18, 2022):
Please double-check your firewall settings and/or router settings. This is a bugtracker for actual bugs with Quasar, not port forwarding issues.