mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #911] 客户端无法运行 #721
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#721
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)?
What operating system and processor architecture are you using (
go env)?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)
@compass-yan commented on GitHub (Sep 3, 2018):
Already solve the question ,It's frp server version too old.