[GH-ISSUE #2071] Important scenarios where penetration function is missing #1649

Closed
opened 2026-05-05 13:03:16 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @WJME on GitHub (Nov 12, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2071

穿透功能缺失重要场景:
如在固定公网的阿里云上有个127.0.0.1的6001内部A服务端口,想在无固定公网的家庭网络环境中访问这个A服务就不行,期望应该是可以在frpc端的配置文件中可以配置一个远程端口6001,然后再配置一个本地端口8001,效果就是把远程的6001拉到本地为8001。就是现在的穿透过程的反向流程,重点就是要把frps端的服务端口拉到frpc端本地。
功能很简单,但是超级实用啊,望尽快出版本

Originally created by @WJME on GitHub (Nov 12, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2071 穿透功能缺失重要场景: 如在固定公网的阿里云上有个127.0.0.1的6001内部A服务端口,想在无固定公网的家庭网络环境中访问这个A服务就不行,期望应该是可以在frpc端的配置文件中可以配置一个远程端口6001,然后再配置一个本地端口8001,效果就是把远程的6001拉到本地为8001。就是现在的穿透过程的反向流程,重点就是要把frps端的服务端口拉到frpc端本地。 功能很简单,但是超级实用啊,望尽快出版本
Author
Owner

@fatedier commented on GitHub (Nov 12, 2020):

Try stcp, it's not supported directly for security issue.

<!-- gh-comment-id:725812444 --> @fatedier commented on GitHub (Nov 12, 2020): Try `stcp`, it's not supported directly for security issue.
Author
Owner

@yuyulei commented on GitHub (Nov 12, 2020):

There is a similar scenario ssh. YOU can deploy frps & frpc both on the aliyun ECS, and then visit the public ip of the ECS.

<!-- gh-comment-id:725813846 --> @yuyulei commented on GitHub (Nov 12, 2020): There is a similar scenario [ssh](https://gofrp.org/docs/examples/ssh/). YOU can deploy frps & frpc both on the aliyun ECS, and then visit the public ip of the ECS.
Author
Owner

@WJME commented on GitHub (Nov 12, 2020):

issue
Good design!
Not directly, but it does work

<!-- gh-comment-id:725860386 --> @WJME commented on GitHub (Nov 12, 2020): > issue Good design! Not directly, but it does work
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: github-starred/frp#1649
No description provided.