[GH-ISSUE #3729] 群辉NAS连接报错 #2966

Closed
opened 2026-05-05 13:54:57 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @ghost on GitHub (Oct 29, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3729

Bug Description

使用最新版本0.52.3,Windows平台客户端是可以的
Snipaste_2023-10-29_15-49-14
Snipaste_2023-10-29_15-58-35
Snipaste_2023-10-29_15-59-23

frpc Version

0.52.3

frps Version

0.52.3

System Architecture

linux/amd64

Configurations

群辉配置如下
serverAddr = "XXXXXXXX"
serverPort = 7000
token = XXXXXXXX

Synology DSM
name = "DSM"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5000
remotePort = 1688

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 @ghost on GitHub (Oct 29, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3729 ### Bug Description 使用最新版本0.52.3,Windows平台客户端是可以的 ![Snipaste_2023-10-29_15-49-14](https://github.com/fatedier/frp/assets/39196936/246d664a-300a-4769-a329-16d07605a30c) ![Snipaste_2023-10-29_15-58-35](https://github.com/fatedier/frp/assets/39196936/c5aa3e88-3848-4aee-bb13-50b5cec7661e) ![Snipaste_2023-10-29_15-59-23](https://github.com/fatedier/frp/assets/39196936/113ec321-92a4-45f4-96df-ac4419257811) ### frpc Version 0.52.3 ### frps Version 0.52.3 ### System Architecture linux/amd64 ### Configurations 群辉配置如下 serverAddr = "XXXXXXXX" serverPort = 7000 token = XXXXXXXX [[Synology DSM]] name = "DSM" type = "tcp" localIP = "127.0.0.1" localPort = 5000 remotePort = 1688 ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@superzjg commented on GitHub (Oct 29, 2023):

这应该是你把toml和ini格式混用的原因(token 和 Synology DSM 语法混用)
另外,issues板块主要是讨论bug和功能需求,使用上的问题请仔细参看文档。

<!-- gh-comment-id:1784036877 --> @superzjg commented on GitHub (Oct 29, 2023): 这应该是你把toml和ini格式混用的原因(token 和 [[Synology DSM]] 语法混用) 另外,issues板块主要是讨论bug和功能需求,使用上的问题请仔细参看文档。
Author
Owner

@wuai1024 commented on GitHub (Oct 30, 2023):

你用的镜像不对

<!-- gh-comment-id:1784510765 --> @wuai1024 commented on GitHub (Oct 30, 2023): 你用的镜像不对
Author
Owner

@flash91120 commented on GitHub (Nov 2, 2023):

[common]
server_addr = xxxx
server_port = 7000
token = 123

[DMS]
type = tcp
local_ip = 127.0.0.1
local_port = 5000
remote_port = 7501

###########分割线########
.toml文件按照我这么配就行,需要注意,一定要把所有的remote_port在服务器放通,然后访问的都是remote_port端口

<!-- gh-comment-id:1790575214 --> @flash91120 commented on GitHub (Nov 2, 2023): [common] server_addr = xxxx server_port = 7000 token = 123 [DMS] type = tcp local_ip = 127.0.0.1 local_port = 5000 remote_port = 7501 ###########分割线######## .toml文件按照我这么配就行,需要注意,一定要把所有的remote_port在服务器放通,然后访问的都是remote_port端口
Author
Owner

@flash91120 commented on GitHub (Nov 3, 2023):

no

------------------ 原始邮件 ------------------
发件人: @.>;
发送时间: 2023年11月3日(星期五) 下午2:22
收件人: @.
>;
抄送: @.>; @.>;
主题: Re: [fatedier/frp] 群辉NAS连接报错 (Issue #3729)

Closed #3729 as completed.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>

<!-- gh-comment-id:1791954014 --> @flash91120 commented on GitHub (Nov 3, 2023): no ------------------&nbsp;原始邮件&nbsp;------------------ 发件人: ***@***.***&gt;; 发送时间: 2023年11月3日(星期五) 下午2:22 收件人: ***@***.***&gt;; 抄送: ***@***.***&gt;; ***@***.***&gt;; 主题: Re: [fatedier/frp] 群辉NAS连接报错 (Issue #3729) Closed #3729 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: ***@***.***&gt;
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#2966
No description provided.