[GH-ISSUE #1058] Port forwarding #760

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

Originally created by @arin2115 on GitHub (Mar 16, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1058

It would be good if You will add something like port forwarding, so if ratted pc (for example my laptop) have something on port for example 3001, I can access it from my main pc.

Port forwarding from client's pc to server

Originally created by @arin2115 on GitHub (Mar 16, 2022). Original GitHub issue: https://github.com/quasar/Quasar/issues/1058 It would be good if You will add something like port forwarding, so if ratted pc (for example my laptop) have something on port for example 3001, I can access it from my main pc. Port forwarding from client's pc to server
kerem closed this issue 2026-02-27 15:51:44 +03:00
Author
Owner

@BurntDog commented on GitHub (Mar 17, 2022):

You can already accomplish this by adding other/alternate connect back address and different port.

<!-- gh-comment-id:1069761710 --> @BurntDog commented on GitHub (Mar 17, 2022): You can already accomplish this by adding other/alternate connect back address and different port.
Author
Owner

@arin2115 commented on GitHub (Mar 20, 2022):

You can already accomplish this by adding other/alternate connect back address and different port.

Can you explain further more, please? Or add me on Discord / Telegram (arin#1000 | t.me/arin2115)

<!-- gh-comment-id:1073236568 --> @arin2115 commented on GitHub (Mar 20, 2022): > You can already accomplish this by adding other/alternate connect back address and different port. Can you explain further more, please? Or add me on Discord / Telegram (arin#1000 | t.me/arin2115)
Author
Owner

@BurntDog commented on GitHub (Mar 20, 2022):

Just add another/different address and port when building your client. You can add several (more than one) as you see here in the box it will hold and use (alternate which address it tries to connect until it makes a connection). Understand?
Screenshot_1

<!-- gh-comment-id:1073297342 --> @BurntDog commented on GitHub (Mar 20, 2022): Just add another/different address and port when building your client. You can add several (more than one) as you see here in the box it will hold and use (alternate which address it tries to connect until it makes a connection). Understand? ![Screenshot_1](https://user-images.githubusercontent.com/62985894/159174882-219fc061-f02c-43f1-b714-60066a1c9798.png)
Author
Owner

@MaxXor commented on GitHub (Mar 20, 2022):

As @BurntDog suggested, this is the best way to accomplish this. The other way around would be unsuitable in most situations as client PCs are usually behind a firewall/router which do NAT and dont allow incoming ports.

<!-- gh-comment-id:1073342399 --> @MaxXor commented on GitHub (Mar 20, 2022): As @BurntDog suggested, this is the best way to accomplish this. The other way around would be unsuitable in most situations as client PCs are usually behind a firewall/router which do NAT and dont allow incoming ports.
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#760
No description provided.