mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #417] 同样配置,私有电信服务器正常,阿里云报验证错误。(已翻阅之前issue,有类似情况但无法按参考解决。) #312
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#312
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 @RainGather on GitHub (Aug 2, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/417
What version of frp are you using (./frpc -v or ./frps -v)?
0.10.0
What operating system and processor architecture are you using (
go env)?server: aliyun ubuntu 16.04
client: windows 10
Configures you used:
frps.ini:
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 = 123
log_file = ./frps.log
log_level = info
log_max_days = 3
privilege_mode = true
privilege_token = 123
privilege_allow_ports = 2000-3000,3001,3003,4000-50000
max_pool_count = 100
authentication_timeout = 900
subdomain_host = frps.com
tcp_mux = true
frpc.ini:
[common]
server_addr = www.myaliyunurl.com
server_port = 7000
log_file = ./frpc.log
log_level = info
log_max_days = 3
privilege_token = 123
pool_count = 5
tcp_mux = true
user = your_name
[ssh]
privilege_mode = true
type = tcp
local_ip = 127.0.0.1
local_port = 6666
use_encryption = true
use_compression = false
remote_port = 6666
Steps to reproduce the issue:
Describe the results you received:
2017/08/03 01:58:19 [E] [control.go:235] authorization failed
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
在aliyun上出问题,电信正常。aliyun直接用域名,电信服务器直接用IP地址。
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Aug 2, 2017):
这种因为环境造成的不确定的问题,就给阿里云提工单吧。
@wxlg1117 commented on GitHub (Aug 3, 2017):
看看会不会是 frps和frpc俩地的时间相差太大导致的验证失败啊?
@fyhong commented on GitHub (Aug 3, 2017):
authentication_timeout = 900
改为
authentication_timeout = 0
@wbpluto commented on GitHub (Jun 15, 2018):
看这里,很可能是时区问题:http://www.right.com.cn/forum/forum.php?mod=viewthread&tid=262258