mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #920] What ip should I put if I want to use my client on another network? #636
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#636
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 @Korto9 on GitHub (Feb 2, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/920
I configured port forwarding and no ip.
Thank you
@BurntDog commented on GitHub (Feb 3, 2021):
Best to use noip or portmap when building client. If you forwarded ports needed all should be fine.
@Korto9 commented on GitHub (Feb 3, 2021):
I tried to put my no ip host and it doesn't work. The only thing that work is when I use my local ip 192.168.2.13.
What should I do?
@Korto9 commented on GitHub (Feb 3, 2021):
this is how I set up my port forwarding.
@BurntDog commented on GitHub (Feb 3, 2021):
Test with firewall on server side off.
@Korto9 commented on GitHub (Feb 3, 2021):
How do I do that?
I Turned my firewall off in the 2 pc.
@BurntDog commented on GitHub (Feb 3, 2021):
Can you confirm that client is trying to connect using ProcessHacker or other?
@Korto9 commented on GitHub (Feb 3, 2021):
That what I got.
@BurntDog commented on GitHub (Feb 3, 2021):
what does it say in the network tab? Does it show it trying to connect to a port?
@BurntDog commented on GitHub (Feb 3, 2021):
You should see the ip/noip address and port it is attempting to connect to.
@BurntDog commented on GitHub (Feb 3, 2021):
Also just to be sure, you forwarded your port thru your router correct?
@Korto9 commented on GitHub (Feb 3, 2021):
It says SYN send but I doesn't connect to quasarat.
The rat is on the same computer as the client just to mention.
@Korto9 commented on GitHub (Feb 3, 2021):
Btw, Yes, I forwarded the port using 192.168.2.1
@Korto9 commented on GitHub (Feb 3, 2021):
And I don't see the no ip adress only the client.
@BurntDog commented on GitHub (Feb 4, 2021):
OK, try using this https://portmap.io/ It's like noip but better cause no need to forward ports. I had same issue when trying to use my public ip so I use https://portmap.io/ and problem solved. Yes, it will also work from outside your own network of course. Install openvpn https://openvpn.net/community-downloads/ (I installed version WINDOWS 64-BIT MSI INSTALLER they have 32bit version as well) then import your config file you'll get from https://portmap.io Remember to have the server listen to the port you set up with portmap and your client will be set up with a address that looks like "Name-youchoose-33464.portmap.host" and for client port you use ????? for me it's "33464" yea same you'll see in the address "Name-youchoose-"33464".portmap.host" sounds confusing when I say it but it's easy. See, trying to run both server and client on same machine loopback works for a quick test but you can't use your public IP to loopback. FYI, there is a video on YouTube showing how to setup/use https://portmap.io if it helps you better understand https://www.youtube.com/watch?v=yIuwIyt_J6U