[GH-ISSUE #920] What ip should I put if I want to use my client on another network? #636

Closed
opened 2026-02-27 15:51:12 +03:00 by kerem · 14 comments
Owner

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

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
kerem closed this issue 2026-02-27 15:51:12 +03:00
Author
Owner

@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.

<!-- gh-comment-id:772116481 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:772133655 --> @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?
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

image
this is how I set up my port forwarding.

<!-- gh-comment-id:772138607 --> @Korto9 commented on GitHub (Feb 3, 2021): ![image](https://user-images.githubusercontent.com/78448424/106684943-6b51fd80-6595-11eb-8af4-ed1b8a8af809.png) this is how I set up my port forwarding.
Author
Owner

@BurntDog commented on GitHub (Feb 3, 2021):

Test with firewall on server side off.

<!-- gh-comment-id:772344650 --> @BurntDog commented on GitHub (Feb 3, 2021): Test with firewall on server side off.
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

How do I do that?
I Turned my firewall off in the 2 pc.

<!-- gh-comment-id:772484137 --> @Korto9 commented on GitHub (Feb 3, 2021): How do I do that? I Turned my firewall off in the 2 pc.
Author
Owner

@BurntDog commented on GitHub (Feb 3, 2021):

Can you confirm that client is trying to connect using ProcessHacker or other?

<!-- gh-comment-id:772568382 --> @BurntDog commented on GitHub (Feb 3, 2021): Can you confirm that client is trying to connect using ProcessHacker or other?
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

image
That what I got.

<!-- gh-comment-id:772848828 --> @Korto9 commented on GitHub (Feb 3, 2021): ![image](https://user-images.githubusercontent.com/78448424/106814274-2505a880-6640-11eb-812c-bd6984d7203e.png) That what I got.
Author
Owner

@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?

<!-- gh-comment-id:772880078 --> @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?
Author
Owner

@BurntDog commented on GitHub (Feb 3, 2021):

You should see the ip/noip address and port it is attempting to connect to.

<!-- gh-comment-id:772881026 --> @BurntDog commented on GitHub (Feb 3, 2021): You should see the ip/noip address and port it is attempting to connect to.
Author
Owner

@BurntDog commented on GitHub (Feb 3, 2021):

Also just to be sure, you forwarded your port thru your router correct?

<!-- gh-comment-id:772881734 --> @BurntDog commented on GitHub (Feb 3, 2021): Also just to be sure, you forwarded your port thru your router correct?
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

image
It says SYN send but I doesn't connect to quasarat.
The rat is on the same computer as the client just to mention.

<!-- gh-comment-id:772898532 --> @Korto9 commented on GitHub (Feb 3, 2021): ![image](https://user-images.githubusercontent.com/78448424/106822665-808a6300-664d-11eb-849e-340e3b4d4a54.png) It says SYN send but I doesn't connect to quasarat. The rat is on the same computer as the client just to mention.
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

Btw, Yes, I forwarded the port using 192.168.2.1

<!-- gh-comment-id:772899041 --> @Korto9 commented on GitHub (Feb 3, 2021): Btw, Yes, I forwarded the port using 192.168.2.1
Author
Owner

@Korto9 commented on GitHub (Feb 3, 2021):

And I don't see the no ip adress only the client.

<!-- gh-comment-id:772899279 --> @Korto9 commented on GitHub (Feb 3, 2021): And I don't see the no ip adress only the client.
Author
Owner

@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

<!-- gh-comment-id:772958421 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#636
No description provided.