[GH-ISSUE #4560] 如何让与frpc同子网的用户能够连接到socks5插件? #3605

Closed
opened 2026-05-05 14:18:53 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Felix-Bao on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4560

Bug Description

frpc的socks5插件作为简易的socks服务端非常稳定,但只能是对frps侧使用。如何令与frpc同子网的用户也能连接到socks5插件,比如frpc所在服务器为192.168.100.5,那么192.168.100.6的用户使用Proxifier之类的工具如何连接到socks5插件?我应该开放192.168.100.5服务器上的哪些端口,或者需要映射哪些端口?

frpc Version

0.51.3

frps Version

0.53.2

System Architecture

frps linux/amd64 frpc linux/mipsle

Configurations

config conf
option name 'Test_Socks5'
option type 'tcp'
option use_encryption 'false'
option use_compression 'false'
option remote_port '10666'
option plugin 'socks5'
option plugin_user 'username'
option plugin_passwd 'userpassword'

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Felix-Bao on GitHub (Nov 27, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4560 ### Bug Description frpc的socks5插件作为简易的socks服务端非常稳定,但只能是对frps侧使用。如何令与frpc同子网的用户也能连接到socks5插件,比如frpc所在服务器为192.168.100.5,那么192.168.100.6的用户使用Proxifier之类的工具如何连接到socks5插件?我应该开放192.168.100.5服务器上的哪些端口,或者需要映射哪些端口? ### frpc Version 0.51.3 ### frps Version 0.53.2 ### System Architecture frps linux/amd64 frpc linux/mipsle ### Configurations config conf option name 'Test_Socks5' option type 'tcp' option use_encryption 'false' option use_compression 'false' option remote_port '10666' option plugin 'socks5' option plugin_user 'username' option plugin_passwd 'userpassword' ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Nov 27, 2024):

frp 针对的是内网穿透的场景,你的需求建议使用专业的 socks5 应用或工具。

<!-- gh-comment-id:2502621697 --> @fatedier commented on GitHub (Nov 27, 2024): frp 针对的是内网穿透的场景,你的需求建议使用专业的 socks5 应用或工具。
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#3605
No description provided.