mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #682] Listening to port through RDP #431
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#431
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 @nikitafed on GitHub (Jul 13, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/682
Hi
I have Quasar Rat setup on both the client and server side, and it'sworking beautifully when I listen to th3 port from a local session.
However today I tried RDPing to the same machine through the internet, and my server does not pick up the connection on the same port, on the same machine. I first tried via a VPN I set up, then I tried a direct connection using port forwarding.
Either way ... i can't catch the client communication through RDP, even through everything works fine on the same machine with a local session
I'm fairly technical, but not a RDP expert. Anyone has ideas on what i should be investigating?
@glides commented on GitHub (Jul 24, 2018):
Sounds like you need to brush up on your basic networking.
When you say you tried "RDPing" to the machine through the internet....do you mean Remote Desktop Protocol or simply you tried to access the machine remotely with Quasar.
Either way...it sounds like the machine you want to access remotely is behind a NAT and you will need to setup port forwarding. If that is a foreign concept to you (and it is, clearly) it makes me wonder what in the world you're doing compiling this code and trying to get it to run.....
@MaxXor commented on GitHub (Aug 15, 2018):
Do you mean like port forwarding in ssh? I don't think MS RDP does support that.