[GH-ISSUE #911] 客户端无法运行 #721

Closed
opened 2026-05-05 12:27:52 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @compass-yan on GitHub (Sep 2, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/911

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?

  • frps:0.9.3
  • frpc:0.211.0
    What operating system and processor architecture are you using (go env)?
  • frps:cnetos 7
  • frpc:windows 10
    Configures you used:

frps.ini

[common]
bind_addr = 0.0.0.0
bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
log_file = ./frps.log
log_level = info
log_max_days = 3
privilege_token is correct
privilege_mode = true
privilege_token = 12345678
privilege_allow_ports = 2000-3000,3001,3003,4000-50000
max_pool_count = 100
authentication_timeout = 900
subdomain_host = frps.com
[ssh]
type = tcp
auth_token = 123
bind_addr = 0.0.0.0
listen_port = 6000
[dns]
type = udp
auth_token = 123
bind_addr = 0.0.0.0
listen_port = 5353
[web01]
type = http
auth_token = 123
custom_domains = web01.yourdomain.com,web01.yourdomain2.com
[web02]
type = https
auth_token = 123
custom_domains = web02.yourdomain.com

frpc.ini

[common]
server_addr =xxx.xxx.xxx.xxx
server_port = 7000
auto_token=123
privilege_token=12345678
[RDP]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 7001
custom_domains=xxx
Steps to reproduce the issue:
1.client run " .\frpc.exe -c frpc.ini"
2.
3.

Describe the results you received:
clent power shell console log is :login to server failed: i/o deadline reached
server frp log is :
2018/09/03 01:01:22 [control.go:68] [W] Parse msg from frpc error: invalid character 'G' looking for beginning of value : GET / HTTP/1.1

2018/09/03 01:01:31 [control.go:61] [W] Read error, read tcp 172.21.0.8:7000->114.252.155.141:3311: read: connection reset by peer

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):
防火墙都关闭了,dashboard可以正常访问

Can you point out what caused this issue (optional)

Originally created by @compass-yan on GitHub (Sep 2, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/911 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** - frps:0.9.3 - frpc:0.211.0 **What operating system and processor architecture are you using (`go env`)?** - frps:cnetos 7 - frpc:windows 10 **Configures you used:** ### frps.ini [common] bind_addr = 0.0.0.0 bind_port = 7000 vhost_http_port = 80 vhost_https_port = 443 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = admin log_file = ./frps.log log_level = info log_max_days = 3 privilege_token is correct privilege_mode = true privilege_token = 12345678 privilege_allow_ports = 2000-3000,3001,3003,4000-50000 max_pool_count = 100 authentication_timeout = 900 subdomain_host = frps.com [ssh] type = tcp auth_token = 123 bind_addr = 0.0.0.0 listen_port = 6000 [dns] type = udp auth_token = 123 bind_addr = 0.0.0.0 listen_port = 5353 [web01] type = http auth_token = 123 custom_domains = web01.yourdomain.com,web01.yourdomain2.com [web02] type = https auth_token = 123 custom_domains = web02.yourdomain.com ### frpc.ini [common] server_addr =xxx.xxx.xxx.xxx server_port = 7000 auto_token=123 privilege_token=12345678 [RDP] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 7001 custom_domains=xxx **Steps to reproduce the issue:** 1.client run " .\frpc.exe -c frpc.ini" 2. 3. **Describe the results you received:** clent power shell console log is :login to server failed: i/o deadline reached server frp log is : 2018/09/03 01:01:22 [control.go:68] [W] Parse msg from frpc error: invalid character 'G' looking for beginning of value : GET / HTTP/1.1 2018/09/03 01:01:31 [control.go:61] [W] Read error, read tcp 172.21.0.8:7000->114.252.155.141:3311: read: connection reset by peer **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** 防火墙都关闭了,dashboard可以正常访问 **Can you point out what caused this issue (optional)**
Author
Owner

@compass-yan commented on GitHub (Sep 3, 2018):

Already solve the question ,It's frp server version too old.

<!-- gh-comment-id:418146513 --> @compass-yan commented on GitHub (Sep 3, 2018): Already solve the question ,It's frp server version too old.
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#721
No description provided.